paper-with-me

Papers

Large Language Model Simulator for Cold-Start Recommendation

2024-02-14 · Feiran Huang, Yuanchen Bei, Zhenghang Yang, Junyi Jiang, Hao Chen, Qijie Shen, Senzhang Wang, Fakhri Karray, Philip S. Yu

Recommending cold items remains a significant challenge in billion-scale online recommendation systems. While warm items benefit from historical user behaviors, cold items rely solely on content features, limiting their recommendation performance and impacting user experience and revenue. Current models generate synthetic behavioral embeddings from content features but fail to address the core issue: the absence of historical behavior data. To tackle this, we introduce the LLM Simulator framework, which leverages large language models to simulate user interactions for cold items, fundamentally addressing the cold-start problem. However, simply using LLM to traverse all users can introduce significant complexity in billion-scale systems. To manage the computational complexity, we propose a coupled funnel ColdLLM framework for online recommendation. ColdLLM efficiently reduces the number of candidate users from billions to hundreds using a trained coupled filter, allowing the LLM to operate efficiently and effectively on the filtered set. Extensive experiments show that ColdLLM significantly surpasses baselines in cold-start recommendations, including Recall and NDCG metrics. A two-week A/B test also validates that ColdLLM can effectively increase the cold-start period GMV.

📄 PDF Abstract BibTeX arXiv:2402.09176

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringLanguage ModelingLanguage ModellingLarge Language ModelmodelRecommendation Systems

Similar Papers 제목 키워드 기반

Cold-Start Recommendation towards the Era of Large Language Models (LLMs): A Comprehensive Survey and Roadmap

2025-01-03 · Weizhi Zhang, Yuanchen Bei, Liangwei Yang, Henry Peng Zou 외

Cold-start problem is one of the long-standing challenges in recommender systems, focusing on accurately modeling new or interaction-limited users or items to provide better recommendations. Due to the diversification of…

Recommendation SystemsWorld Knowledge

Could Small Language Models Serve as Recommenders? Towards Data-centric Cold-start Recommendations

2023-06-29 · Xuansheng Wu, Huachi Zhou, Yucheng Shi, Wenlin Yao 외

Recommendation systems help users find matched items based on their previous behaviors. Personalized recommendation becomes challenging in the absence of historical user-item interactions, a practical problem for startup…

In-Context LearningLanguage ModelingLanguage ModellingRecommendation Systems+1

Large Language Models as Data Augmenters for Cold-Start Item Recommendation

2024-02-18 · Jianling Wang, Haokai Lu, James Caverlee, Ed Chi 외

The reasoning and generalization capabilities of LLMs can help us better understand user preferences and item characteristics, offering exciting prospects to enhance recommendation systems. Though effective while user-it…

Recommendation Systems

Keyword-driven Retrieval-Augmented Large Language Models for Cold-start User Recommendations

2024-05-30 · Hai-Dang Kieu, Minh Duc Nguyen, Thanh-Son Nguyen, Dung D. Le

Recent advancements in Large Language Models (LLMs) have shown significant potential in enhancing recommender systems. However, addressing the cold-start recommendation problem, where users lack historical data, remains …

Recommendation SystemsRe-RankingRetrieval

Graph Neural Patching for Cold-Start Recommendations

2024-10-18 · Hao Chen, Yu Yang, Yuanchen Bei, Zefan Wang 외

The cold start problem in recommender systems remains a critical challenge. Current solutions often train hybrid models on auxiliary data for both cold and warm users/items, potentially degrading the experience for the l…

Recommendation Systems