Transition Information Enhanced Disentangled Graph Neural Networks for Session-based Recommendation
Ansong Li

TL;DR
This paper introduces TIE-DGNN, a novel graph neural network that captures fine-grained transition information and interprets item transitions in session-based recommendation, improving performance over existing methods.
Contribution
The paper proposes a transition information enhanced disentangled GNN with position-aware global graphs and factor-level disentangling for better session-based recommendation.
Findings
Outperforms state-of-the-art methods on three datasets.
Effectively models finer-granular transition information.
Provides interpretability through factor-level transition analysis.
Abstract
Session-based recommendation is a practical recommendation task that predicts the next item based on an anonymous behavior sequence, and its performance relies heavily on the transition information between items in the sequence. The SOTA methods in SBR employ GNN to model neighboring item transitions from global (i.e, other sessions) and local (i.e, current session) contexts. However, most existing methods treat neighbors from different sessions equally without considering that the neighbor items from different sessions may share similar features with the target item on different aspects and may have different contributions. In other words, they have not explored finer-granularity transition information between items in the global context, leading to sub-optimal performance. In this paper, we fill this gap by proposing a novel Transition Information Enhanced Disentangled Graph Neural…
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 · Topic Modeling · Advanced Graph Neural Networks
MethodsGraph Neural Network
