Neural Attentive Session-based Recommendation
Jing Li, Pengjie Ren, Zhumin Chen, Zhaochun Ren, Jun Ma

TL;DR
This paper introduces NARM, a neural network model with attention mechanisms for session-based recommendation, effectively capturing user intent and behavior to improve recommendations, especially in long sessions.
Contribution
The paper proposes a novel neural network framework, NARM, that models user behavior and main purpose using attention, outperforming existing methods on benchmark datasets.
Findings
NARM outperforms state-of-the-art baselines.
Significant improvement on long sessions.
Effective modeling of user intent and behavior.
Abstract
Given e-commerce scenarios that user profiles are invisible, session-based recommendation is proposed to generate recommendation results from short sessions. Previous work only considers the user's sequential behavior in the current session, whereas the user's main purpose in the current session is not emphasized. In this paper, we propose a novel neural networks framework, i.e., Neural Attentive Recommendation Machine (NARM), to tackle this problem. Specifically, we explore a hybrid encoder with an attention mechanism to model the user's sequential behavior and capture the user's main purpose in the current session, which are combined as a unified session representation later. We then compute the recommendation scores for each candidate item with a bi-linear matching scheme based on this unified session representation. We train NARM by jointly learning the item and session…
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 Bandit Algorithms Research
