Session-based Recommendation with Self-Attention Networks
Jun Fang

TL;DR
This paper introduces SR-SAN, a self-attention based model for session-based recommendation that effectively captures long-range dependencies among items, outperforming existing methods on benchmark datasets.
Contribution
The paper proposes a novel self-attention network approach for session-based recommendation that uses a single item latent vector to capture both current and global interests.
Findings
SR-SAN outperforms state-of-the-art methods on benchmark datasets.
Self-attention effectively captures long-range item dependencies.
The model simplifies session representation with a single latent vector.
Abstract
Session-based recommendation aims to predict user's next behavior from current session and previous anonymous sessions. Capturing long-range dependencies between items is a vital challenge in session-based recommendation. A novel approach is proposed for session-based recommendation with self-attention networks (SR-SAN) as a remedy. The self-attention networks (SAN) allow SR-SAN capture the global dependencies among all items of a session regardless of their distance. In SR-SAN, a single item latent vector is used to capture both current interest and global interest instead of session embedding which is composed of current interest embedding and global interest embedding. Some experiments have been performed on some open benchmark datasets. Experimental results show that the proposed method outperforms some state-of-the-arts by comparisons.
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 · Advanced Bandit Algorithms Research · Topic Modeling
