Restricting RL training retrieval to ground-truth-related documents improves a search agent's multi-hop QA exact match from 0.206 to 0.297 over Search-R1, when tested on the full corpus.
Search-GRT: Guided Retrieval Training of Search Agents to Optimize for Complex Question Answering
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
The effective use of search engines by large language models (LLMs) remains a significant challenge, particularly in complex, multi-hop question-answering (MHQA) tasks. These tasks require the model to decompose questions into subqueries, retrieve relevant information, and synthesize answers from multiple sources, often leading to cascading errors due to poor retrieval in early stages. Reinforcement learning (RL) has shown promise in improving LLMs' search capabilities, but it often suffers from sparse rewards during training, hindering the model's ability to learn effectively. To address these challenges, we introduce Guided Retrieval Training (GRT), a novel method that improves the performance of a search agent by restricting the retrieval process during RL training using ground truth information. By focusing on a curated set of relevant documents, GRT provides the model with a stronger learning signal, mitigating the problem of sparse rewards and improving its ability to generate accurate subqueries and synthesize correct answers. Our experimental results demonstrate that GRT achieves consistent performance improvements over existing methods, such as Search-R1, across a wide range of question-answering (QA) tasks. Notably, GRT excels in MHQA tasks, achieving over 40% improvements in performance. Additionally, GRT enhances training efficiency by achieving better QA performance with fewer training steps.
fields
cs.AI 1years
2026 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Search-GRT: Guided Retrieval Training of Search Agents to Optimize for Complex Question Answering
Restricting RL training retrieval to ground-truth-related documents improves a search agent's multi-hop QA exact match from 0.206 to 0.297 over Search-R1, when tested on the full corpus.