Transition Relation Aware Self-Attention for Session-based Recommendation
Guanghui Zhu, Haojun Hou, Jingfan Chen, Chunfeng Yuan, Yihua Huang

TL;DR
This paper introduces TRASA, a novel self-attention based model for session-based recommendation that explicitly models item transition relations and captures long-range dependencies more effectively than existing GNN-based methods.
Contribution
TRASA explicitly encodes transition relations and leverages self-attention to improve session-based recommendation accuracy.
Findings
TRASA outperforms state-of-the-art methods on three datasets.
Explicit transition relation modeling improves recommendation quality.
Self-attention captures long-range item dependencies effectively.
Abstract
Session-based recommendation is a challenging problem in the real-world scenes, e.g., ecommerce, short video platforms, and music platforms, which aims to predict the next click action based on the anonymous session. Recently, graph neural networks (GNNs) have emerged as the state-of-the-art methods for session-based recommendation. However, we find that there exist two limitations in these methods. One is the item transition relations are not fully exploited since the relations are not explicitly modeled. Another is the long-range dependencies between items can not be captured effectively due to the limitation of GNNs. To solve the above problems, we propose a novel approach for session-based recommendation, called Transition Relation Aware Self-Attention (TRASA). Specifically, TRASA first converts the session to a graph and then encodes the shortest path between items through the…
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 · Machine Learning in Healthcare
MethodsAttentive Walk-Aggregating Graph Neural Network
