Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Adapting Large Language Models by Integrating Collaborative Semantics for Recommendation

About

Recently, large language models (LLMs) have shown great potential in recommender systems, either improving existing recommendation models or serving as the backbone. However, there exists a large semantic gap between LLMs and recommender systems, since items to be recommended are often indexed by discrete identifiers (item ID) out of the LLM's vocabulary. In essence, LLMs capture language semantics while recommender systems imply collaborative semantics, making it difficult to sufficiently leverage the model capacity of LLMs for recommendation. To address this challenge, in this paper, we propose a new LLM-based recommendation model called LC-Rec, which can better integrate language and collaborative semantics for recommender systems. Our approach can directly generate items from the entire item set for recommendation, without relying on candidate items. Specifically, we make two major contributions in our approach. For item indexing, we design a learning-based vector quantization method with uniform semantic mapping, which can assign meaningful and non-conflicting IDs (called item indices) for items. For alignment tuning, we propose a series of specially designed tuning tasks to enhance the integration of collaborative semantics in LLMs. Our fine-tuning tasks enforce LLMs to deeply integrate language and collaborative semantics (characterized by the learned item indices), so as to achieve an effective adaptation to recommender systems. Extensive experiments demonstrate the effectiveness of our method, showing that our approach can outperform a number of competitive baselines including traditional recommenders and existing LLM-based recommenders. Our code is available at https://github.com/RUCAIBox/LC-Rec/.

Bowen Zheng, Yupeng Hou, Hongyu Lu, Yu Chen, Wayne Xin Zhao, Ming Chen, Ji-Rong Wen• 2023

Related benchmarks

TaskDatasetResultRank
Sequential RecommendationAmazon Beauty (test)
NDCG@103.6
107
RecommendationAmazon Sports (test)
Recall@105.43
57
RecommendationAmazon Instruments (test)
HR@50.0844
26
Sequential RecommendationAmazon Toys (test)
NDCG@103.94
24
Sequential RecommendationInstruments
HR@59.97
20
Ad RecommendationRecIF-Bench Ad Rec
Pass@10.0197
20
Product RecommendationRecIF-Bench Product Rec
Pass@11.78
20
Label-Conditional RecommendationRecIF-Bench Label-Cond. Rec
Pass@320.042
20
Short Video RecommendationRecIF-Bench Short Video Rec
Pass@13.41
20
Sequential RecommendationArts
NDCG@58.24
18
Showing 10 of 40 rows

Other info

Follow for update