Sequential Recommendation with Graph Neural Networks
Jianxin Chang, Chen Gao, Yu Zheng, Yiqun Hui, Yanan Niu, Yang Song,, Depeng Jin, Yong Li

TL;DR
This paper introduces SURGE, a graph neural network model that improves sequential recommendation by explicitly modeling core user interests from noisy, long-term behavior sequences, achieving significant performance gains.
Contribution
The paper proposes SURGE, a novel GNN-based approach that reconstructs user behavior sequences into interest graphs and applies cluster-aware graph convolutions to better capture dynamic user preferences.
Findings
SURGE outperforms state-of-the-art methods on multiple datasets.
The model effectively captures long-term user interests.
Sequence length studies show robustness and efficiency.
Abstract
Sequential recommendation aims to leverage users' historical behaviors to predict their next interaction. Existing works have not yet addressed two main challenges in sequential recommendation. First, user behaviors in their rich historical sequences are often implicit and noisy preference signals, they cannot sufficiently reflect users' actual preferences. In addition, users' dynamic preferences often change rapidly over time, and hence it is difficult to capture user patterns in their historical sequences. In this work, we propose a graph neural network model called SURGE (short for SeqUential Recommendation with Graph neural nEtworks) to address these two issues. Specifically, SURGE integrates different types of preferences in long-term user behaviors into clusters in the graph by re-constructing loose item sequences into tight item-item interest graphs based on metric learning. This…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Advanced Bandit Algorithms Research
MethodsGraph Neural Network
