Could Small Language Models Serve as Recommenders? Towards Data-centric Cold-start Recommendations
Xuansheng Wu, Huachi Zhou, Yucheng Shi, Wenlin Yao, Xiao Huang,, Ninghao Liu

TL;DR
This paper introduces PromptRec, a data-centric approach that enhances small language models for cold-start recommendation tasks, achieving performance comparable to large models with significantly reduced inference time.
Contribution
It presents a novel data-centric pipeline to improve small language models for system cold-start recommendations, addressing a gap in existing research.
Findings
Enhanced small models achieve comparable performance to large models
The approach reduces inference time by approximately 83%
Introduces a new benchmark for cold-start recommendation evaluation
Abstract
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 startups known as the system cold-start recommendation. While existing research addresses cold-start issues for either users or items, we still lack solutions for system cold-start scenarios. To tackle the problem, we propose PromptRec, a simple but effective approach based on in-context learning of language models, where we transform the recommendation task into the sentiment analysis task on natural language containing user and item profiles. However, this naive approach heavily relies on the strong in-context learning ability emerged from large language models, which could suffer from significant latency for online recommendations. To solve the challenge, we propose to…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Topic Modeling · Expert finding and Q&A systems
MethodsFocus
