Agentic-R: Learning to Retrieve for Agentic Search
Wenhan Liu, Xinyu Ma, Yutao Zhu, Yuchen Li, Daiting Shi, Dawei Yin, Zhicheng Dou

TL;DR
Agentic-R introduces a novel retriever training framework for agentic search, optimizing passage utility with both local relevance and global correctness, and employs an iterative bidirectional training strategy to improve multi-turn reasoning in QA tasks.
Contribution
The paper proposes a new retriever training method tailored for agentic search, leveraging both local and global signals and an iterative training process for enhanced multi-turn question answering.
Findings
Outperforms strong baselines on seven QA benchmarks.
Effectively combines local relevance and global correctness in retrieval.
Iterative training improves retrieval quality over fixed-question methods.
Abstract
Agentic search has recently emerged as a powerful paradigm, where an agent interleaves multi-step reasoning with on-demand retrieval to solve complex questions. Despite its success, how to design a retriever for agentic search remains largely underexplored. Existing search agents typically rely on similarity-based retrievers, while similar passages are not always useful for final answer generation. In this paper, we propose a novel retriever training framework tailored for agentic search. Unlike retrievers designed for single-turn retrieval-augmented generation (RAG) that only rely on local passage utility, we propose to use both local query-passage relevance and global answer correctness to measure passage utility in a multi-turn agentic search. We further introduce an iterative training strategy, where the search agent and the retriever are optimized bidirectionally and iteratively.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Multimodal Machine Learning Applications · Information Retrieval and Search Behavior
