paper-with-me

Papers

Stop-RAG: Value-Based Retrieval Control for Iterative RAG

2025-10-16 · Jaewan Park, Solbee Cho, Jay-Yoon Lee arxiv

Iterative retrieval-augmented generation (RAG) enables large language models to answer complex multi-hop questions, but each additional loop increases latency, costs, and the risk of introducing distracting evidence, motivating the need for an efficient stopping strategy. Existing methods either use a predetermined number of iterations or rely on confidence proxies that poorly reflect whether more retrieval will actually help. We cast iterative RAG as a finite-horizon Markov decision process and introduce Stop-RAG, a value-based controller that adaptively decides when to stop retrieving. Trained with full-width forward-view Q($λ$) targets from complete trajectories, Stop-RAG learns effective stopping policies while remaining compatible with black-box APIs and existing pipelines. On multi-hop question-answering benchmarks, Stop-RAG consistently outperforms both fixed-iteration baselines and prompting-based stopping with LLMs. These results highlight adaptive stopping as a key missing component in current agentic systems, and demonstrate that value-based control can improve the accuracy of RAG systems.

📄 PDF Abstract BibTeX arXiv:2510.14337

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

When Iterative RAG Beats Ideal Evidence: A Diagnostic Study in Scientific Multi-hop Question Answering

2026-01-27 · Mahdi Astaraki, Mohammad Arshi Saloot, Ali Shiraee Kasmaee, Hamidreza Mahyar 외 arxiv

Retrieval-Augmented Generation (RAG) extends large language models (LLMs) beyond parametric knowledge, yet it is unclear when iterative retrieval-reasoning loops meaningfully outperform static RAG, particularly in scient…

Multi-hop Question Answering

Retrieval--Reasoning Processes for Multi-hop Question Answering: A Four-Axis Design Framework and Empirical Trends

2026-01-02 · Yuelyu Ji, Zhuochun Li, Rui Meng, Daqing He arxiv

Multi-hop question answering (QA) requires systems to iteratively retrieve evidence and reason across multiple hops. While recent RAG and agentic methods report strong results, the underlying retrieval--reasoning \emph{p…

Multi-hop Question Answering

MAP-Law: Coverage-Driven Retrieval Control for Multi-Turn Legal Consultation

2026-05-02 · Qinchuan Cheng, Jiaqi Liu, Ruixuan Xie, Xiaoya Yuan 외 arxiv

Legal consultation is inherently iterative: before giving advice, a system must identify relevant legal elements, gather missing facts and authorities, and determine whether the current evidence is sufficient. Existing r…

Retrieval-Warmed Energy-Based Reasoning: A Five-Arm Ablation Methodology for Diffusion-as-Inference on Structured Reasoning Tasks

2026-06-25 · Libo Sun, Po-Wei Harn, Zewei Zhang, Peixiong He 외 arxiv

Warm-started diffusion samplers accelerate iterative inference, but it is rarely clear which part of the pipeline carries the gain. We study \textbf{retrieval-warmed energy-based reasoning (RW-EBR)} -- an IRED energy-bas…

Think Straight, Stop Smart: Structured Reasoning for Efficient Multi-Hop RAG

2025-10-22 · Jihwan Bang, Juntae Lee, Seunghan Yang, Sungha Choi arxiv

Multi-hop retrieval-augmented generation (RAG) is a promising strategy for complex reasoning, yet existing iterative prompting approaches remain inefficient. They often regenerate predictable token sequences at every ste…