ARAG: Agentic Retrieval Augmented Generation for Personalized Recommendation
Reza Yousefi Maragheh, Pratheek Vadla, Priyank Gupta, Kai Zhao, Aysenur Inan, Kehui Yao, Jianpeng Xu, Praveen Kanumala, Jason Cho, Sushant Kumar

TL;DR
ARAG introduces a multi-agent framework that enhances personalized recommendations by integrating user understanding, semantic evaluation, and ranking agents into retrieval-augmented generation, significantly outperforming baseline methods.
Contribution
This work presents ARAG, a novel multi-agent RAG framework that captures nuanced user preferences and improves recommendation quality through agentic reasoning.
Findings
ARAG outperforms standard RAG and recency baselines in NDCG@5 and Hit@5.
Experimental results show up to 42.1% improvement in NDCG@5.
Ablation study confirms the effectiveness of each ARAG component.
Abstract
Retrieval-Augmented Generation (RAG) has shown promise in enhancing recommendation systems by incorporating external context into large language model prompts. However, existing RAG-based approaches often rely on static retrieval heuristics and fail to capture nuanced user preferences in dynamic recommendation scenarios. In this work, we introduce ARAG, an Agentic Retrieval-Augmented Generation framework for Personalized Recommendation, which integrates a multi-agent collaboration mechanism into the RAG pipeline. To better understand the long-term and session behavior of the user, ARAG leverages four specialized LLM-based agents: a User Understanding Agent that summarizes user preferences from long-term and session contexts, a Natural Language Inference (NLI) Agent that evaluates semantic alignment between candidate items retrieved by RAG and inferred intent, a context summary agent…
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
TopicsRecommender Systems and Techniques · Topic Modeling · Multimodal Machine Learning Applications
MethodsDropout · BERT · BART · RAG
