SIAIIRSep 28, 2021

Extracting Attentive Social Temporal Excitation for Sequential Recommendation

arXiv:2109.13539v118 citations
Originality Incremental advance
AI Analysis

This addresses the need for better sequential recommendation systems by incorporating event-level social-temporal effects, though it is incremental as it builds on existing social recommendation frameworks.

The paper tackles the problem of sequential recommendation by modeling fine-grained temporal influences of friends' behaviors, proposing Social Temporal Excitation Networks (STEN) to improve recommendation quality, with experiments showing it outperforms state-of-the-art methods on three real-world datasets.

In collaborative filtering, it is an important way to make full use of social information to improve the recommendation quality, which has been proved to be effective because user behavior will be affected by her friends. However, existing works leverage the social relationship to aggregate user features from friends' historical behavior sequences in a user-level indirect paradigm. A significant defect of the indirect paradigm is that it ignores the temporal relationships between behavior events across users. In this paper, we propose a novel time-aware sequential recommendation framework called Social Temporal Excitation Networks (STEN), which introduces temporal point processes to model the fine-grained impact of friends' behaviors on the user s dynamic interests in an event-level direct paradigm. Moreover, we propose to decompose the temporal effect in sequential recommendation into social mutual temporal effect and ego temporal effect. Specifically, we employ a social heterogeneous graph embedding layer to refine user representation via structural information. To enhance temporal information propagation, STEN directly extracts the fine-grained temporal mutual influence of friends' behaviors through the mutually exciting temporal network. Besides, the user s dynamic interests are captured through the self-exciting temporal network. Extensive experiments on three real-world datasets show that STEN outperforms state-of-the-art baseline methods. Moreover, STEN provides event-level recommendation explainability, which is also illustrated experimentally.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes