Sparse-Interest Network for Sequential Recommendation
Qiaoyu Tan, Jianwei Zhang, Jiangchao Yao, Ninghao Liu, Jingren Zhou,, Hongxia Yang, Xia Hu

TL;DR
This paper introduces SINE, a novel sparse-interest network that models multiple user interests with adaptive, multiple embeddings to improve sequential recommendation accuracy, outperforming existing methods on benchmarks.
Contribution
The paper proposes a sparse-interest module that adaptively infers multiple user interest embeddings from a large concept pool, addressing limitations of previous multi-interest models.
Findings
SINE significantly outperforms state-of-the-art methods on benchmark datasets.
SINE effectively models diverse user interests with a sparse set of concepts.
Empirical results validate the superiority of SINE in large-scale industrial data.
Abstract
Recent methods in sequential recommendation focus on learning an overall embedding vector from a user's behavior sequence for the next-item recommendation. However, from empirical analysis, we discovered that a user's behavior sequence often contains multiple conceptually distinct items, while a unified embedding vector is primarily affected by one's most recent frequent actions. Thus, it may fail to infer the next preferred item if conceptually similar items are not dominant in recent interactions. To this end, an alternative solution is to represent each user with multiple embedding vectors encoding different aspects of the user's intentions. Nevertheless, recent work on multi-interest embedding usually considers a small number of concepts discovered via clustering, which may not be comparable to the large pool of item categories in real systems. It is a non-trivial task to…
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 Graph Neural Networks · Advanced Bandit Algorithms Research
