English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Plan*RAG: Efficient Test-Time Planning for Retrieval Augmented Generation

Forum topic · 小凯 · 2026-07-05

Summary

Plan*RAG is a framework for structured multi-hop reasoning in retrieval-augmented generation (RAG) that generates reasoning plans at test time. Unlike approaches such as ReAct that keep reasoning chains inside the language model's context window—often causing plan fragmentation and execution failures—Plan*RAG isolates the reasoning plan as a directed acyclic graph (DAG) outside the LM's working memory. This design enables systematic exploration of reasoning paths, atomic subqueries for precise retrieval and grounding, and efficiency through parallel execution with bounded context window usage. Its modular design allows integration with existing RAG methods. On standard multi-hop reasoning benchmarks, Plan*RAG consistently outperforms recently proposed methods like RQ-RAG and Self-RAG while maintaining comparable computational costs. Authored by Prakhar Verma, Sukruta Prakash Midigeshi, Gaurav Sinha, Arno Solin, Nagarajan Natarajan, and Amit Sharma, the paper was released on arXiv on October 28, 2024 (arXiv:2410.20753).

Plan*RAG: Efficient Test-Time Planning for Retrieval Augmented Generation

Paper: https://arxiv.org/abs/2410.20753 Authors: Prakhar Verma, Sukruta Prakash Midigeshi, Gaurav Sinha, Arno Solin, Nagarajan Natarajan, Amit Sharma Published: October 28, 2024 Category: Agentic Search

What is Plan*RAG?

Plan*RAG is a novel framework that enables structured multi-hop reasoning in retrieval-augmented generation (RAG) through test-time reasoning plan generation. While existing approaches such as ReAct maintain reasoning chains within the language model's context window, the authors observe that this often leads to plan fragmentation and execution failures.

Key Insight

By isolating the reasoning plan as a directed acyclic graph (DAG) outside the LM's working memory, Plan*RAG enables:

1. Systematic exploration of reasoning paths 2. Atomic subqueries enabling precise retrievals and grounding 3. Efficiency through parallel execution and bounded context window utilization

Moreover, Plan*RAG's modular design allows it to be integrated with existing RAG methods, providing a practical solution to improve current RAG systems.

Results

On standard multi-hop reasoning benchmarks, Plan*RAG consistently achieves improvements over recently proposed methods such as RQ-RAG and Self-RAG, while maintaining comparable computational costs.

Original Abstract

> We introduce Plan*RAG, a novel framework that enables structured multi-hop reasoning in retrieval-augmented generation (RAG) through test-time reasoning plan generation. While existing approaches such as ReAct maintain reasoning chains within the language model's context window, we observe that this often leads to plan fragmentation and execution failures. Our key insight is that by isolating the reasoning plan as a directed acyclic graph (DAG) outside the LM's working memory, we can enable (1) systematic exploration of reasoning paths, (2) atomic subqueries enabling precise retrievals and grounding, and (3) efficiency through parallel execution and bounded context window utilization. Moreover, Plan*RAG's modular design allows it to be integrated with existing RAG methods, thus providing a practical solution to improve current RAG systems. On standard multi-hop reasoning benchmarks, Plan*RAG consistently achieves improvements over recently proposed methods such as RQ-RAG and Self-RAG, while maintaining comparable computational costs.

Why It Matters

Plan*RAG represents the shift in the RAG and Agentic Search space from one-shot retrieval toward an iterative, plannable, and verifiable knowledge access process. Treating the reasoning plan as an explicit, structured artifact (a DAG) rather than implicit in-context state improves robustness for multi-hop question answering, while parallel execution keeps latency and cost in check.

Related Work

  • RQ-RAG and Self-RAG (baselines compared against)
  • ReAct (in-context reasoning chains approach)
  • Related entries: Agentic Information Retrieval (arXiv:2410.09713), Synergizing RAG and Reasoning survey (arXiv:2504.15909), AceSearcher (arXiv:2509.24193)

Tags

#rag#multi-hop-reasoning#retrieval-augmented-generation#test-time-planning#dag#llm#agentic-search

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178208456