Journal Article10.48550/arxiv.2309.10435
Reformulating Sequential Recommendation: Learning Dynamic User Interest with Content-enriched Language Modeling
Junzhe Jiang,Shang Qu,Mingyue Cheng,Qi Liu +3 more
4
TL;DR: This work adopts a new sequential recommendation paradigm and proposes LANCER, which leverages the semantic understanding capabilities of pre-trained language models to generate personalized recommendations, resulting in more human-like recommendations.
read more
Abstract: Recommender systems are indispensable in the realm of online applications, and sequential recommendation has enjoyed considerable prevalence due to its capacity to encapsulate the dynamic shifts in user interests. However, previous sequential modeling methods still have limitations in capturing contextual information. The primary reason is the lack of understanding of domain-specific knowledge and item-related textual content by language models. Fortunately, the emergence of powerful language models has unlocked the potential to incorporate extensive world knowledge into recommendation algorithms, enabling them to go beyond simple item attributes and truly understand the world surrounding user preferences. To achieve this, we propose LANCER, which leverages the semantic understanding capabilities of pre-trained language models to generate personalized recommendations. Our approach bridges the gap between language models and recommender systems, resulting in more human-like recommendations. We demonstrate the effectiveness of our approach through a series of experiments conducted on multiple benchmark datasets, showing promising results and providing valuable insights into the influence of our model on sequential recommendation tasks. Furthermore, our experimental codes are publicly available.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
How Can Recommender Systems Benefit from Large Language Models: A Survey
Jianghao Lin,Xinyi Dai,Yunjia Xi,Weiwen Liu,Bo Chen,Xiangyang Li,Chenxu Zhu,Huiwen Guo,Yong Yu,Ruiming Tang,Weinan Zhang +10 more
TL;DR: In this article , the authors conduct a comprehensive survey on the research direction from an application-oriented view and highlight key challenges in adapting LLM to RS from three aspects, i.e., efficiency, effectiveness, and ethics.
Towards Personalized Evaluation of Large Language Models with An Anonymous Crowd-Sourcing Platform
Mingyue Cheng,Hao Zhang,Jiqian Yang,Qi Liu,Li Li,Xin Huang,Liwei Song,Zhi Li,Zhenya Huang,Enhong Chen +9 more
- 13 Mar 2024
TL;DR: A novel anonymous crowd-sourcing platform, BingJian, for large language model evaluation that employs a competitive scoring mechanism and supports personalized evaluation scenarios.
GEAR: Generalized Alternating Regressor for Multi-Behavior Sequential Recommendation
Junzhe Jiang,Junfeng Kang +1 more
Our recommendation: Surprisal. A recommender system with information theory for e-learning
Michael Richter,Amit Kirschenbaum +1 more
References
•Proceedings Article
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
- 01 Jan 2015
TL;DR: This work introduces Adam, an algorithm for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimates of lower-order moments, and provides a regret bound on the convergence rate that is comparable to the best known results under the online convex optimization framework.
138.5K
•Posted Content
BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding
TL;DR: A new language representation model, BERT, designed to pre-train deep bidirectional representations from unlabeled text by jointly conditioning on both left and right context in all layers, which can be fine-tuned with just one additional output layer to create state-of-the-art models for a wide range of tasks.
81.7K
Item-based collaborative filtering recommendation algorithms
Badrul Sarwar,George Karypis,Joseph A. Konstan,John Riedl +3 more
- 01 Apr 2001
TL;DR: This paper analyzes item-based collaborative ltering techniques and suggests that item- based algorithms provide dramatically better performance than user-based algorithms, while at the same time providing better quality than the best available userbased algorithms.
Factorization meets the neighborhood: a multifaceted collaborative filtering model
Yehuda Koren
- 24 Aug 2008
TL;DR: The factor and neighborhood models can now be smoothly merged, thereby building a more accurate combined model and a new evaluation metric is suggested, which highlights the differences among methods, based on their performance at a top-K recommendation task.
•Posted Content
The Curious Case of Neural Text Degeneration
TL;DR: This paper showed that decoding strategies alone alone can dramatically affect the quality of machine text, even when generated from exactly the same neural language model, and they proposed Nucleus Sampling, a simple but effective method to draw the best out of neural generation.
2.8K