TL;DR
This paper introduces GCE-GNN, a novel graph neural network model that leverages both session-specific and global item transition information to improve session-based recommendation accuracy.
Contribution
The paper proposes a dual-level embedding approach with a session-aware attention mechanism, effectively integrating global and session-specific item transitions for better user preference inference.
Findings
GCE-GNN outperforms state-of-the-art methods on benchmark datasets.
The global graph enhances item transition modeling across sessions.
The proposed attention mechanisms improve embedding quality.
Abstract
Session-based recommendation (SBR) is a challenging task, which aims at recommending items based on anonymous behavior sequences. Almost all the existing solutions for SBR model user preference only based on the current session without exploiting the other sessions, which may contain both relevant and irrelevant item-transitions to the current session. This paper proposes a novel approach, called Global Context Enhanced Graph Neural Networks (GCE-GNN) to exploit item transitions over all sessions in a more subtle manner for better inferring the user preference of the current session. Specifically, GCE-GNN learns two levels of item embeddings from session graph and global graph, respectively: (i) Session graph, which is to learn the session-level item embedding by modeling pairwise item-transitions within the current session; and (ii) Global graph, which is to learn the global-level item…
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.
