STAR: A Simple Training-free Approach for Recommendations using Large Language Models
Dong-Ho Lee, Adam Kraft, Long Jin, Nikhil Mehta, Taibai Xu, Lichan, Hong, Ed H. Chi, Xinyang Yi

TL;DR
STAR introduces a training-free recommendation framework leveraging large language models, combining semantic retrieval and pairwise ranking to achieve competitive results without fine-tuning, simplifying deployment and reducing costs.
Contribution
The paper presents a novel, training-free recommendation approach using LLMs that maintains high performance without the need for fine-tuning or complex architectures.
Findings
Achieves competitive next-item prediction performance on Amazon dataset.
Significant improvements in Hits@10 on multiple categories.
Demonstrates effectiveness of retrieval + ranking with LLMs without training.
Abstract
Recent progress in large language models (LLMs) offers promising new approaches for recommendation system tasks. While the current state-of-the-art methods rely on fine-tuning LLMs to achieve optimal results, this process is costly and introduces significant engineering complexities. Conversely, methods that directly use LLMs without additional fine-tuning result in a large drop in recommendation quality, often due to the inability to capture collaborative information. In this paper, we propose a Simple Training-free Approach for Recommendation (STAR), a framework that utilizes LLMs and can be applied to various recommendation tasks without the need for fine-tuning, while maintaining high quality recommendation performance. Our approach involves a retrieval stage that uses semantic embeddings from LLMs combined with collaborative user information to retrieve candidate items. We then…
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 · Machine Learning in Healthcare · Recommender Systems and Techniques
