Search papers, labs, and topics across Lattice.
This paper introduces Grounded Delta Planning RAG (GDP-RAG), a novel framework designed to enhance multi-hop question answering in Retrieval-Augmented Generation (RAG) by focusing on the information delta rather than propagating errors or over-generating reasoning steps. By employing preliminary retrieval, a gap-conditioned planning prompt, and a skeletal trajectory for subqueries, GDP-RAG efficiently narrows down the computation to unresolved gaps, resulting in more concise and reliable reasoning. Experimental results on benchmark datasets demonstrate that GDP-RAG achieves the highest accuracy of 60.63% while also reducing the cost-of-pass by 22% compared to the leading method, PAR-RAG.
Targeting only the gaps in information, GDP-RAG achieves unprecedented accuracy in multi-hop question answering while slashing computational costs.
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.