Modeling Complex Dependencies for Session-based Recommendations via Graph Neural Networks
Qian Zhang, Wenpeng Lu

TL;DR
This paper introduces RI-GNN, a graph neural network model for session-based recommendations that leverages review-based topic information to better capture true item dependencies, overcoming adjacency assumptions.
Contribution
The paper proposes a novel review-refined inter-item graph neural network (RI-GNN) that incorporates review-derived topic information to improve dependency modeling in session-based recommendations.
Findings
RI-GNN outperforms state-of-the-art methods on real-world datasets.
Using review information reduces false and missing dependencies.
The approach enhances item representation learning for better recommendations.
Abstract
Session-based recommendations (SBRs) capture items' dependencies from the sessions to recommend the next item. In recent years, Graph neural networks (GNN) based SBRs have become the mainstream of SBRs benefited from the superiority of GNN in modeling complex dependencies. Based on a strong assumption of adjacent dependency, any two adjacent items in a session are necessarily dependent in most GNN-based SBRs. However, we argue that due to the uncertainty and complexity of user behaviors, adjacency does not necessarily indicate dependency. However, the above assumptions do not always hold in actual recommendation scenarios, so it can easily lead to two drawbacks: (1) false dependencies occur in the session because there are adjacent but not really dependent items, and (2) the missing of true dependencies occur in the session because there are non-adjacent but actually dependent items.…
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
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Topic Modeling
MethodsGraph Neural Network
