IRApr 25, 2020

Inter-sequence Enhanced Framework for Personalized Sequential Recommendation

arXiv:2004.12118v22 citations
AI Analysis

This work addresses the incremental improvement in sequential recommendation systems by better capturing cross-user item correlations, potentially enhancing personalization for users in recommendation tasks.

The paper tackles the problem of sequential recommendation by modeling both intra-sequence and inter-sequence item correlations, proposing the ISSR framework which integrates graph neural networks for inter-sequence correlation and GRU/attention for intra-sequence modeling, achieving superior performance over state-of-the-art methods on three real-world datasets.

Modeling the sequential correlation of users' historical interactions is essential in sequential recommendation. However, the majority of the approaches mainly focus on modeling the \emph{intra-sequence} item correlation within each individual sequence but neglect the \emph{inter-sequence} item correlation across different user interaction sequences. Though several studies have been aware of this issue, their method is either simple or implicit. To make better use of such information, we propose an inter-sequence enhanced framework for the Sequential Recommendation (ISSR). In ISSR, both inter-sequence and intra-sequence item correlation are considered. Firstly, we equip graph neural networks in the inter-sequence correlation encoder to capture the high-order item correlation from the user-item bipartite graph and the item-item graph. Then, based on the inter-sequence correlation encoder, we build GRU network and attention network in the intra-sequence correlation encoder to model the item sequential correlation within each individual sequence and temporal dynamics for predicting users' preferences over candidate items. Additionally, we conduct extensive experiments on three real-world datasets. The experimental results demonstrate the superiority of ISSR over many state-of-the-art methods and the effectiveness of the inter-sequence correlation encoder.

Foundations

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

Your Notes