paper-with-me

Papers

Reformulating Sequential Recommendation: Learning Dynamic User Interest with Content-enriched Language Modeling

2023-09-19 · Junzhe Jiang, Shang Qu, Mingyue Cheng, Qi Liu, Zhiding Liu, Hao Zhang, Rujiao Zhang, Kai Zhang, Rui Li, Jiatong Li, Min Gao

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. 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 at https://github.com/Gnimixy/lancer.

📄 PDF Abstract BibTeX arXiv:2309.10435

Code (1)

gnimixy/lancer 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingRecommendation SystemsSequential RecommendationWorld Knowledge

Similar Papers 제목 키워드 기반

Gumble Softmax For User Behavior Modeling

2021-12-06 · Weiqi Shao, Xu Chen, Jiashu Zhao, Long Xia 외

Recently, sequential recommendation systems are important in solving the information overload in many online services. Current methods in sequential recommendation focus on learning a fixed number of representations for …

Recommendation SystemsSequential Recommendation

Modeling Temporal Positive and Negative Excitation for Sequential Recommendation

2024-10-29 · Chengkai Huang, Shoujin Wang, Xianzhi Wang, Lina Yao

Sequential recommendation aims to predict the next item which interests users via modeling their interest in items over time. Most of the existing works on sequential recommendation model users' dynamic interest in speci…

AttributeSequential Recommendation

Dynamic Memory based Attention Network for Sequential Recommendation

2021-02-18 · Qiaoyu Tan, Jianwei Zhang, Ninghao Liu, Xiao Huang 외

Sequential recommendation has become increasingly essential in various online services. It aims to model the dynamic preferences of users from their historical interactions and predict their next items. The accumulated u…

Sequential Recommendation

Test-Time Alignment for Tracking User Interest Shifts in Sequential Recommendation

2025-04-02 · Changshuo Zhang, Xiao Zhang, Teng Shi, Jun Xu 외

Sequential recommendation is essential in modern recommender systems, aiming to predict the next item a user may interact with based on their historical behaviors. However, real-world scenarios are often dynamic and subj…

Recommendation SystemsSequential Recommendation

Sequential Recommendation with Dual Side Neighbor-based Collaborative Relation Modeling

2019-11-10 · Jiarui Qin, Kan Ren, Yuchen Fang, Wei-Nan Zhang 외

Sequential recommendation task aims to predict user preference over items in the future given user historical behaviors. The order of user behaviors implies that there are resourceful sequential patterns embedded in the …

DiversityRelationSequential Recommendation