Large Language Model Simulator for Cold-Start Recommendation
Feiran Huang, Yuanchen Bei, Zhenghang Yang, Junyi Jiang, Hao Chen,, Qijie Shen, Senzhang Wang, Fakhri Karray, Philip S. Yu

TL;DR
This paper introduces ColdLLM, a framework that uses large language models to simulate user interactions for cold items, significantly improving cold-start recommendation performance and revenue in billion-scale systems.
Contribution
The paper presents ColdLLM, a novel approach combining LLMs with a coupled filter to efficiently simulate user behavior for cold items, addressing the cold-start challenge in large-scale recommendation systems.
Findings
ColdLLM outperforms baseline models in Recall and NDCG metrics.
ColdLLM increases cold-start period GMV in a two-week A/B test.
The coupled funnel reduces candidate users from billions to hundreds efficiently.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling
