ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
362
Citations
24
Influential Citations
arXiv.org
Venue
2025
Year
Large Language Models (LLMs) have advanced artificial intelligence by enabling human-like text generation and natural language understanding. However, their reliance on static training data limits their ability to respond to dynamic, real-time queries, resulting in outdated or inaccurate outputs. Retrieval-Augmented Generation (RAG) has emerged as a solution, enhancing LLMs by integrating real-time data retrieval to provide contextually relevant and up-to-date responses. Despite its promise, traditional RAG systems are constrained by static workflows and lack the adaptability required for multi-step reasoning and complex task management. Agentic Retrieval-Augmented Generation (Agentic RAG) transcends these limitations by embedding autonomous AI agents into the RAG pipeline. These agents leverage agentic design patterns reflection, planning, tool use, and multi-agent collaboration to dynamically manage retrieval strategies, iteratively refine contextual understanding, and adapt workflows through operational structures ranging from sequential steps to adaptive collaboration. This integration enables Agentic RAG systems to deliver flexibility, scalability, and context-awareness across diverse applications. This paper presents an analytical survey of Agentic RAG systems. It traces the evolution of RAG paradigms, introduces a principled taxonomy of Agentic RAG architectures based on agent cardinality, control structure, autonomy, and knowledge representation, and provides a comparative analysis of design trade-offs across existing frameworks. The survey examines applications in healthcare, finance, education, and enterprise document processing, and distills practical lessons for system designers and practitioners. Finally, it identifies key open research challenges related to evaluation, coordination, memory management, efficiency, and governance, outlining directions for future research.
This paper addresses a critical bottleneck in modern AI systems: the inability of large language models (LLMs) to handle dynamic, real-time queries due to their reliance on static training data. While Retrieval-Augmented Generation (RAG) has been a promising solution, traditional RAG systems are constrained by static workflows that lack the adaptability needed for multi-step reasoning and complex task management. The introduction of Agentic RAG, which embeds autonomous AI agents into the RAG pipeline, represents a significant paradigm shift. This survey is timely as it provides a comprehensive overview of this emerging field, helping practitioners understand the landscape and make informed decisions.
The paper systematically traces the evolution from basic RAG to agentic systems, offering a principled taxonomy that categorizes architectures based on agent cardinality, control structure, autonomy, and knowledge representation. This taxonomy is invaluable for system designers who need to navigate the trade-offs between different design choices. By examining applications in healthcare, finance, education, and enterprise document processing, the paper demonstrates the practical relevance of Agentic RAG and highlights where it can have the most impact.
The paper makes several key technical contributions:
As a survey paper, the primary results are qualitative and analytical rather than quantitative. The paper synthesizes findings from 362 cited works to demonstrate that Agentic RAG systems outperform traditional RAG in tasks requiring multi-step reasoning, dynamic information retrieval, and adaptive workflow management. Key insights include:
This survey has broad implications for the AI field. By providing a structured overview of Agentic RAG, it enables practitioners to design more adaptive and intelligent systems that can handle real-world complexity. The taxonomy and comparative analysis serve as a practical guide for selecting appropriate architectures based on application requirements. Furthermore, by highlighting open challenges, the paper encourages further research into evaluation standards, efficient coordination mechanisms, and governance frameworks, which are essential for the responsible deployment of autonomous AI systems. As Agentic RAG continues to evolve, this survey will likely become a foundational reference for both academic researchers and industry practitioners.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba