Keyword-driven Retrieval-Augmented Large Language Models for Cold-start User Recommendations
Hai-Dang Kieu, Minh Duc Nguyen, Thanh-Son Nguyen, Dung D. Le

TL;DR
This paper presents KALM4Rec, a framework that uses keyword-driven retrieval and large language models with prompting strategies to improve cold-start user recommendations, demonstrated on Yelp restaurant data.
Contribution
Introduces KALM4Rec, a novel two-stage framework combining keyword retrieval and LLM re-ranking to address cold-start recommendation challenges.
Findings
Significant improvement in recommendation quality for cold-start users.
Effective use of in-context prompts enhances LLM re-ranking performance.
Framework reduces reliance on extensive user history data.
Abstract
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 a considerable challenge. In this paper, we introduce KALM4Rec (Keyword-driven Retrieval-Augmented Large Language Models for Cold-start User Recommendations), a novel framework specifically designed to tackle this problem by requiring only a few input keywords from users in a practical scenario of cold-start user restaurant recommendations. KALM4Rec operates in two main stages: candidates retrieval and LLM-based candidates re-ranking. In the first stage, keyword-driven retrieval models are used to identify potential candidates, addressing LLMs' limitations in processing extensive tokens and reducing the risk of generating misleading information. In the second stage, we…
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 · Information Retrieval and Search Behavior
