paper-with-me

Papers

Auto-RAG: Autonomous Retrieval-Augmented Generation for Large Language Models

2024-11-29 · Tian Yu, Shaolei Zhang, Yang Feng

Iterative retrieval refers to the process in which the model continuously queries the retriever during generation to enhance the relevance of the retrieved knowledge, thereby improving the performance of Retrieval-Augmented Generation (RAG). Existing work typically employs few-shot prompting or manually constructed rules to implement iterative retrieval. This introduces additional inference overhead and overlooks the remarkable reasoning capabilities of Large Language Models (LLMs). In this paper, we introduce Auto-RAG, an autonomous iterative retrieval model centered on the LLM's powerful decision-making capabilities. Auto-RAG engages in multi-turn dialogues with the retriever, systematically planning retrievals and refining queries to acquire valuable knowledge. This process continues until sufficient external information is gathered, at which point the results are presented to the user. To this end, we develop a method for autonomously synthesizing reasoning-based decision-making instructions in iterative retrieval and fine-tuned the latest open-source LLMs. The experimental results indicate that Auto-RAG is capable of autonomous iterative interaction with the retriever, effectively leveraging the remarkable reasoning and decision-making abilities of LLMs, which lead to outstanding performance across six benchmarks. Further analysis reveals that Auto-RAG can autonomously adjust the number of iterations based on the difficulty of the questions and the utility of the retrieved knowledge, without requiring any human intervention. Moreover, Auto-RAG expresses the iterative retrieval process in natural language, enhancing interpretability while providing users with a more intuitive experience\footnote{Code is available at \url{https://github.com/ictnlp/Auto-RAG}.

📄 PDF Abstract BibTeX arXiv:2411.19443

Code (1)

ictnlp/auto-rag 공식 구현 pytorch

Tasks

Decision MakingRAGRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

Autonomous QA Agent: A Retrieval-Augmented Framework for Reliable Selenium Script Generation

2025-11-28 · Dudekula Kasim Vali arxiv

Software testing is critical in the software development lifecycle, yet translating requirements into executable test scripts remains manual and error-prone. While Large Language Models (LLMs) can generate code, they oft…

Chat2Scenic: An Iterative RAG-Based Framework for Scenario Generation in Autonomous Driving

2026-07-15 · Yuan Gao, Wenting Miao, Mattia Piccinini, Haoyu Wang 외 arxiv

Validating autonomous driving systems requires diverse, regulation-compliant test scenarios. In simulation-based testing, scenarios are defined as executable scripts. Yet automatically generating such scripts from regula…

Autonomous Driving

SoK: Agentic Retrieval-Augmented Generation (RAG): Taxonomy, Architectures, Evaluation, and Research Directions

2026-03-07 · Saroj Mishra, Suman Niroula, Umesh Yadav, Dilip Thakur 외 arxiv

Retrieval-Augmented Generation (RAG) systems are increasingly evolving into agentic architectures where large language models autonomously coordinate multi-step reasoning, dynamic memory management, and iterative retriev…

Seeking to Collide: Online Safety-Critical Scenario Generation for Autonomous Driving with Retrieval Augmented Large Language Models

2025-05-02 · Yuewen Mei, Tong Nie, Jian Sun, Ye Tian

Simulation-based testing is crucial for validating autonomous vehicles (AVs), yet existing scenario generation methods either overfit to common driving patterns or operate in an offline, non-interactive manner that fails…

Autonomous DrivingAutonomous VehiclesLanguage ModelingLanguage Modelling+3

RAD: Retrieval-Augmented Decision-Making of Meta-Actions with Vision-Language Models in Autonomous Driving

2025-03-18 · Yujin Wang, Quanfeng Liu, Zhengxin Jiang, Tianyi Wang 외

Accurately understanding and deciding high-level meta-actions is essential for ensuring reliable and safe autonomous driving systems. While vision-language models (VLMs) have shown significant potential in various autono…

Autonomous DrivingDecision MakingHallucinationImage Comprehension+3