Exploiting Cross-Session Information for Session-based Recommendation with Graph Neural Networks
Ruihong Qiu, Zi Huang, Jingjing Li, Hongzhi Yin

TL;DR
This paper introduces a graph neural network approach for session-based recommendation that captures complex item dependencies within sessions and leverages cross-session information to improve recommendation accuracy.
Contribution
It proposes a novel Full Graph Neural Network and a Broadly Connected Session graph to incorporate cross-session data, enhancing session embedding quality.
Findings
Outperforms state-of-the-art models on Yoochoose and Diginetica datasets.
Effectively captures complex item dependencies within sessions.
Utilizes cross-session information to improve recommendation performance.
Abstract
Different from the traditional recommender system, the session-based recommender system introduces the concept of the session, i.e., a sequence of interactions between a user and multiple items within a period, to preserve the user's recent interest. The existing work on the session-based recommender system mainly relies on mining sequential patterns within individual sessions, which are not expressive enough to capture more complicated dependency relationships among items. In addition, it does not consider the cross-session information due to the anonymity of the session data, where the linkage between different sessions is prevented. In this paper, we solve these problems with the graph neural networks technique. First, each session is represented as a graph rather than a linear sequence structure, based on which a novel Full Graph Neural Network (FGNN) is proposed to learn…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsGraph Neural Network
