CLAIJun 21

Only Ask What You Don't Know: Grounded Delta Planning for Efficient Multi-step RAG

arXiv:2606.2268122.0
Predicted impact top 31% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For multi-hop QA systems, GDP-RAG offers a more efficient and accurate alternative to existing RAG approaches by minimizing unnecessary retrieval and reasoning steps.

GDP-RAG introduces a plan-based framework for multi-hop QA that retrieves only missing information, achieving 60.63% accuracy on HotpotQA while reducing cost-of-pass by 22-68% compared to prior methods.

Multi-hop question answering remains challenging for Retrieval-Augmented Generation (RAG) because existing approaches either propagate errors across iterative retrieval rounds or over-generate reasoning steps, increasing cost without improving accuracy. We propose Grounded Delta Planning RAG (GDP-RAG), a plan-based framework that targets only the information delta based on three simple design choices: (1) preliminary retrieval to ground planning before execution, (2) a gap-conditioned planning prompt that asks only for missing information, and (3) a skeletal trajectory that pairs each subquery with a Thought capturing evidence from preliminary retrieval and carrying it through to the final answer. GDP-RAG focuses computation on unresolved gaps, yielding concise, reliable reasoning trajectories. Extensive experiments on HotpotQA, 2WikiMultiHopQA, and MuSiQue show that GDP-RAG achieves the highest accuracy (60.63%) among all compared systems while maintaining a cost-of-pass of 0.51, 22% lower than PAR-RAG (0.65) and 68% lower than KnowTrace (1.57), with no method achieving both higher accuracy and lower cost.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes