SelfGNN: Self-Supervised Graph Neural Networks for Sequential Recommendation
Yuxi Liu, Lianghao Xia, and Chao Huang

TL;DR
SelfGNN introduces a self-supervised graph neural network framework that models short-term and long-term user behaviors for sequential recommendation, effectively handling noise and improving recommendation accuracy.
Contribution
The paper proposes a novel SelfGNN framework that encodes short-term user behavior graphs and incorporates self-augmented learning to enhance robustness against noise in sequential recommendation.
Findings
SelfGNN outperforms state-of-the-art baselines on four real-world datasets.
The model effectively captures short-term collaborative relationships among users.
SelfGNN demonstrates robustness to noisy short-term behaviors.
Abstract
Sequential recommendation effectively addresses information overload by modeling users' temporal and sequential interaction patterns. To overcome the limitations of supervision signals, recent approaches have adopted self-supervised learning techniques in recommender systems. However, there are still two critical challenges that remain unsolved. Firstly, existing sequential models primarily focus on long-term modeling of individual interaction sequences, overlooking the valuable short-term collaborative relationships among the behaviors of different users. Secondly, real-world data often contain noise, particularly in users' short-term behaviors, which can arise from temporary intents or misclicks. Such noise negatively impacts the accuracy of both graph and sequence models, further complicating the modeling process. To address these challenges, we propose a novel framework called…
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 · Topic Modeling
MethodsFocus · Graph Neural Network
