Beyond Confidence: Test-Time Scaling for Multi-Turn Search Agents via Retrieval Grounding

📅 2026-08-24
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文针对多轮搜索代理中基于信心投票的问题,提出了一种通过计算最终答案与检索文档间词汇重叠来评分的新方法RGV,有效解决了复制膨胀问题。
📝 Abstract
Confidence-based voting aggregates parallel LLM rollouts by weighting each with internal signals such as token log probabilities, and has been actively studied for single-turn reasoning. However, modern LLMs increasingly act as multi-turn search agents that retrieve and condition on external documents. In this paper, we show that confidence-based voting transfers poorly to this multi-turn setting, and identify the underlying failure reason as copy inflation: when retrieved documents are appended to an agent's context, tokens copied from those documents receive systematically inflated log probabilities. This flattens confidence scores within each question and weakens the resulting weighted vote. To address this issue, we propose Retrieval-Grounded Voting (RGV), which scores each rollout by the lexical overlap between its final answer and the documents it retrieved. By computing the signal outside the contaminated context, RGV sidesteps both token log probabilities and additional LLM calls. Across four search-agent benchmarks and five LLMs, RGV consistently outperforms confidence-based voting, with gains of up to +5.4% accuracy and +35% on minority-correct questions, where the correct answer appears in only 1-2 of 8 rollouts.
Problem

Research questions and friction points this paper is trying to address.

multi-turn search agents
confidence-based voting
copy inflation
retrieved documents
Innovation

Methods, ideas, or system contributions that make the work stand out.

Retrieval-Grounded Voting
copy inflation
multi-turn search agents
💼 Related Jobs
No related jobs found.