Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

ItemRAG: Item-Based Retrieval-Augmented Generation for LLM-Based Recommendation

About

Recently, large language models (LLMs) have been widely used as recommender systems, owing to their reasoning capability and effectiveness in handling cold-start items. A common approach prompts an LLM with a target user's purchase history to recommend items from a candidate set, often enhanced with retrieval-augmented generation (RAG). Most existing RAG approaches retrieve purchase histories of users similar to the target user; however, these histories often contain noisy or weakly relevant information and provide little or no useful information for candidate items. To address these limitations, we propose ItemRAG, a novel RAG approach that shifts focus from coarse user-history retrieval to fine-grained item-level retrieval. ItemRAG augments the description of each item in the target user's history or the candidate set by retrieving items relevant to each. To retrieve items not merely semantically similar but informative for recommendation, ItemRAG leverages co-purchase information alongside semantic information. Especially, through their careful combination, ItemRAG prioritizes more informative retrievals and also benefits cold-start items. Through extensive experiments, we demonstrate that ItemRAG consistently outperforms existing RAG approaches under both standard and cold-start item recommendation settings. Supplementary materials, code, and datasets are provided at https://github.com/kswoo97/ItemRAG.

Sunwoo Kim, Geon Lee, Kyungho Kim, Jaemin Yoo, Kijung Shin• 2025

Related benchmarks

TaskDatasetResultRank
RecommendationAmazon Reviews Beauty & Personal Care
H@149.1
14
RecommendationAmazon Reviews Toys & Games
H@149.8
14
RecommendationAmazon Reviews Sports & Outdoors
H@151.6
14
RecommendationAmazon Reviews Arts, Crafts & Sewing
Hit Rate @ 157.8
14
Item RecommendationAmazon Reviews Beauty & Personal care (cold-start)
Hit Rate @ 147.7
6
Item RecommendationAmazon Reviews Toys & Games (cold-start)
Hit Rate @ 148.7
6
Item RecommendationAmazon Reviews Sports & Outdoors (cold-start)
Hit Rate @ 151.3
6
Item RecommendationAmazon Reviews Arts, Crafts & Sewing (cold-start)
H@157.9
6
Showing 8 of 8 rows

Other info

Follow for update