Dynamic Graph Neural Networks for Sequential Recommendation
Mengqi Zhang, Shu Wu, Xueli Yu, Qiang Liu, Liang Wang

TL;DR
This paper introduces DGSR, a dynamic graph neural network model that captures both individual user sequences and collaborative signals among users for improved sequential recommendation accuracy.
Contribution
It proposes a novel dynamic graph framework that integrates user sequences and collaborative signals, enhancing recommendation performance over existing methods.
Findings
DGSR outperforms state-of-the-art methods on three benchmark datasets.
Modeling user interactions via dynamic graphs improves recommendation accuracy.
The dynamic graph approach effectively captures temporal and collaborative user behaviors.
Abstract
Modeling user preference from his historical sequences is one of the core problems of sequential recommendation. Existing methods in this field are widely distributed from conventional methods to deep learning methods. However, most of them only model users' interests within their own sequences and ignore the dynamic collaborative signals among different user sequences, making it insufficient to explore users' preferences. We take inspiration from dynamic graph neural networks to cope with this challenge, modeling the user sequence and dynamic collaborative signals into one framework. We propose a new method named Dynamic Graph Neural Network for Sequential Recommendation (DGSR), which connects different user sequences through a dynamic graph structure, exploring the interactive behavior of users and items with time and order information. Furthermore, we design a Dynamic Graph…
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 · Mental Health via Writing
MethodsGraph Neural Network
