IRFeb 3, 2021

Session-based Recommendation with Self-Attention Networks

arXiv:2102.01922v114 citations
Originality Incremental advance
AI Analysis

This work provides an incremental improvement for session-based recommendation systems, which is relevant for e-commerce and content platforms.

This paper addresses the challenge of capturing long-range dependencies between items in session-based recommendation systems. The authors propose a self-attention network (SR-SAN) that uses a single item latent vector to capture both current and global interests, outperforming state-of-the-art methods on benchmark datasets.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes