← Latest papers
💬 NLP

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

The paper introduces Grounded Delta Planning RAG (GDP-RAG), a framework that improves multi-hop question answering efficiency and accuracy by grounding plans in preliminary retrieval and focusing computation solely on information gaps, thereby achieving state-of-the-art performance with significantly lower costs than existing methods.

Original authors: Wei-Chieh Chou, Xuanjun Chen, Jian-Ren Lin, Claire Lin, Hung-yi Lee, Jyh-Shing Roger Jang

Published 2026-06-23
📖 4 min read☕ Coffee break read

Original authors: Wei-Chieh Chou, Xuanjun Chen, Jian-Ren Lin, Claire Lin, Hung-yi Lee, Jyh-Shing Roger Jang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to solve a complex mystery, like figuring out who stole the cookie from the jar. You have a massive library of books (the internet) to help you, but you can't read them all at once.

Most current AI systems try to solve this in one of two ways, and both have problems:

  1. The "Step-by-Step" Detective: They ask a question, read a book, ask another question, read another book, and so on. The problem? They often get confused by the sheer amount of paper they've piled up, or they make a small mistake early on that ruins the whole investigation.
  2. The "Over-Planner": They sit down and write a giant, rigid plan before looking at any books. They might plan to check five different books, even though the answer is already in the first one they picked up. This wastes time and money.

The New Solution: "Grounded Delta Planning" (GDP-RAG)

The authors of this paper propose a smarter way to act like a detective. They call it Grounded Delta Planning. Think of it as a "Check-First, Ask-Only-What-You-Need" strategy.

Here is how it works, using a simple analogy:

1. The "Quick Glance" (Preliminary Retrieval)

Before the detective writes a single question, they do a quick, broad scan of the library shelves to grab a few relevant books.

  • Why? So they don't start from scratch. They know what information is already sitting on the table.

2. The "Gap Finder" (Delta Planning)

Instead of writing a plan to find everything, the detective looks at the books they just grabbed and asks: "What is missing?"

  • If the books already tell them "The cookie was taken by the dog," they don't need to ask about the dog.
  • They only write down questions for the Delta (∆)—the specific pieces of information that are still missing.
  • The Result: They skip the questions they don't need to ask. This is like pruning a tree; you cut off the dead branches (redundant questions) so the tree grows faster and stronger.

3. The "Skeleton Plan" (Skeletal Trajectory)

The detective writes a very short, lean plan. But here is the clever part: next to every question they do ask, they attach a little note saying, "I already know X from my quick glance."

  • This ensures that as they go deeper into the investigation, they don't forget the facts they found early on. It keeps the whole story connected.

4. The "Double-Check" Loop

Once they start asking their specific questions, they don't just trust the first answer. They use a three-step loop:

  • Act: Ask the question and get an answer.
  • Review: Double-check that answer against new evidence to make sure it's true.
  • Update: If they found something new, they tweak their plan for the next step.

Why is this a big deal?

The paper tested this method on three difficult puzzle datasets (HotpotQA, 2WikiMultiHopQA, and MuSiQue). Here is what they found:

  • Smarter, Not Harder: The new method got the highest accuracy (60.63%) compared to all other methods. It solved the puzzles better.
  • Cheaper: Because it asked fewer questions and read fewer unnecessary pages, it cost 22% less to run than the next best method (PAR-RAG) and 68% less than a complex method called KnowTrace.
  • No Trade-off: Usually, you have to choose between being accurate or being cheap. This method managed to be both the most accurate and the most efficient.

In a nutshell:
Imagine you are cooking a meal.

  • Old methods either taste the soup every second (too slow) or write a recipe for 50 ingredients before checking what's in your fridge (wasteful).
  • GDP-RAG looks in the fridge first, sees what you already have, and then writes a recipe only for the ingredients you are missing. You cook faster, spend less money, and the meal tastes better.

The paper concludes that by focusing only on the "missing pieces" (the delta) and grounding the plan in real evidence first, AI can solve complex, multi-step problems much more efficiently without losing accuracy.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →