AIMay 13

Scaling Retrieval-Augmented Reasoning with Parallel Search and Explicit Merging

arXiv:2605.1353434.8
Predicted impact top 15% in AI · last 90 daysOriginality Incremental advance
AI Analysis

For LLM-based question answering, this work addresses the problem of low signal-to-noise ratios in retrieval-augmented reasoning, offering a more robust search strategy.

MultiSearch improves LLM reasoning by using multi-query retrieval and explicit merging, achieving higher signal-to-noise ratios and better accuracy on seven QA benchmarks compared to baseline methods.

Deep search agents have proven effective in enhancing LLMs by retrieving external knowledge during multi-step reasoning. However, existing methods often generate a single query for retrieval at each reasoning step, limiting information coverage and introducing high noise. This may result in low signal-to-noise ratios (SNR) during search, degrading reasoning accuracy and leading to unnecessary reasoning steps. In this paper, we introduce MultiSearch, an RL-based framework that addresses these limitations through multi-query retrieval and explicit merging of retrieved information. At each reasoning step, MultiSearch generates queries from multiple perspectives and retrieves external information in parallel, expanding the scope of relevant information and mitigating the reliance on any single retrieval result. Then, the agent consolidates and refines retrieved information at the merging process, improving the SNR and ensuring more accurate reasoning. Additionally, we propose a reinforcement learning framework with a multi-process reward design to optimize agents for both multi-query retrieval and information consolidation. Extensive experiments on seven benchmarks demonstrate that MultiSearch outperforms baseline methods, enhancing the SNR of retrieval and improving reasoning performance in question-answering tasks.

Foundations

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

Your Notes