Agent-Orchestrated Adaptive RAG: A Comparative Study on Structured and Multi-Hop Retrieval
This work addresses the limitations of traditional retrieval-augmented generation (RAG) in handling complex queries—such as multi-hop reasoning and structured knowledge acquisition—where static, single-step retrieval proves inadequate. The authors propose an agent-driven adaptive RAG framework that dynamically decomposes queries, performs iterative retrieval, and incorporates a lightweight self-reflection evaluation loop to adjust retrieval strategies on demand. For the first time, the study systematically compares the efficacy of query decomposition and reflection mechanisms in structured and multi-hop settings, revealing that agent augmentation is not universally beneficial and advocating for cost-sensitive, adaptive orchestration. Experiments show a 0.04 improvement in overall score and a 0.17 gain in MRR on the DevOps dataset; however, query decomposition reduces ranking accuracy in multi-hop tasks, and while reflection enhances citation precision, it introduces notable latency.