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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Recommendation | Amazon Reviews Beauty & Personal Care | H@149.1 | 14 | |
| Recommendation | Amazon Reviews Toys & Games | H@149.8 | 14 | |
| Recommendation | Amazon Reviews Sports & Outdoors | H@151.6 | 14 | |
| Recommendation | Amazon Reviews Arts, Crafts & Sewing | Hit Rate @ 157.8 | 14 | |
| Item Recommendation | Amazon Reviews Beauty & Personal care (cold-start) | Hit Rate @ 147.7 | 6 | |
| Item Recommendation | Amazon Reviews Toys & Games (cold-start) | Hit Rate @ 148.7 | 6 | |
| Item Recommendation | Amazon Reviews Sports & Outdoors (cold-start) | Hit Rate @ 151.3 | 6 | |
| Item Recommendation | Amazon Reviews Arts, Crafts & Sewing (cold-start) | H@157.9 | 6 |