AI RESEARCH
Is Agentic RAG worth it? An experimental comparison of RAG approaches
arXiv CS.CL
•
ArXi:2601.07711v2 Announce Type: replace Retrieval-Augmented Generation (RAG) systems are usually defined by the combination of a generator and a retrieval component that extracts textual context from a knowledge base to answer user queries. However, such basic implementations exhibit several limitations, including noisy or suboptimal retrieval, misuse of retrieval for out-of-scope queries, weak query-document matching, and variability or cost associated with the generator. These shortcomings have motivated the development of "Enhanced" RAG, where dedicated modules are