paper-with-me

홈 › Papers

Towards a Unified Paradigm: Integrating Recommendation Systems as a New Language in Large Models

2024-12-22 · Kai Zheng, Qingfeng Sun, Can Xu, Peng Yu, Qingwei Guo

This paper explores the use of Large Language Models (LLMs) for sequential recommendation, which predicts users' future interactions based on their past behavior. We introduce a new concept, "Integrating Recommendation Systems as a New Language in Large Models" (RSLLM), which combines the strengths of traditional recommenders and LLMs. RSLLM uses a unique prompting method that combines ID-based item embeddings from conventional recommendation models with textual item features. It treats users' sequential behaviors as a distinct language and aligns the ID embeddings with the LLM's input space using a projector. We also propose a two-stage LLM fine-tuning framework that refines a pretrained LLM using a combination of two contrastive losses and a language modeling loss. The LLM is first fine-tuned using text-only prompts, followed by target domain fine-tuning with unified prompts. This trains the model to incorporate behavioral knowledge from the traditional sequential recommender into the LLM. Our empirical results validate the effectiveness of our proposed framework.

📄 PDF Abstract BibTeX arXiv:2412.16933

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingRecommendation SystemsSequential Recommendation

Similar Papers 제목 키워드 기반

Leveraging Large Language Models for Pre-trained Recommender Systems

2023-08-21 · Zhixuan Chu, Hongyan Hao, Xin Ouyang, Simeng Wang 외

Recent advancements in recommendation systems have shifted towards more comprehensive and personalized recommendations by utilizing large language models (LLM). However, effectively integrating LLM's commonsense knowledg…

Recommendation Systems

A Survey of Generative Search and Recommendation in the Era of Large Language Models

2024-04-25 · Yongqi Li, Xinyu Lin, Wenjie Wang, Fuli Feng 외

With the information explosion on the Web, search and recommendation are foundational infrastructures to satisfying users' information needs. As the two sides of the same coin, both revolve around the same core research …

Recommendation as Language Processing (RLP): A Unified Pretrain, Personalized Prompt & Predict Paradigm (P5)

2022-03-24 · Shijie Geng, Shuchang Liu, Zuohui Fu, Yingqiang Ge 외

For a long time, different recommendation tasks typically require designing task-specific architectures and training objectives. As a result, it is hard to transfer the learned knowledge and representations from one task…

Language ModelingLanguage ModellingRecommendation SystemsReview Generation+1

Unified Generative Search and Recommendation

2025-04-08 · Teng Shi, Jun Xu, Xiao Zhang, Xiaoxue Zang 외

Modern commercial platforms typically offer both search and recommendation functionalities to serve diverse user needs, making joint modeling of these tasks an appealing direction. While prior work has shown that integra…

TALKPLAY: Multimodal Music Recommendation with Large Language Models

2025-02-19 · Seungheon Doh, Keunwoo Choi, Juhan Nam

We present TALKPLAY, a novel multimodal music recommendation system that reformulates recommendation as a token generation problem using large language models (LLMs). By leveraging the instruction-following and natural l…

Conversational RecommendationInstruction FollowingLanguage ModelingLanguage Modelling+5