Retrieval Grounding Improves Multi-Turn Search Agents

Hyunho Kook, Junhyuk So, Tianyu Fu, Haizhong Zheng, Beidi Chen· August 26, 2026 View original

Key takeaways

  • Confidence-based voting fails in multi-turn search agents due to "copy inflation" from retrieved documents.
  • Retrieval-Grounded Voting (RGV) uses lexical overlap with retrieved documents for scoring.
  • RGV consistently outperforms confidence-based methods, especially for minority-correct answers.
  • This approach improves the reliability and accuracy of aggregated LLM responses in RAG systems.

Who benefits

Information ServicesLegalHealthcareFinanceCustomer Service

Summary

This paper introduces Retrieval-Grounded Voting (RGV), a novel method that scores multi-turn search agent rollouts based on lexical overlap with retrieved documents, rather than inflated confidence scores. RGV consistently outperforms confidence-based voting, especially on minority-correct questions, by addressing the "copy inflation" issue in LLM log probabilities.

This research addresses a critical limitation in aggregating outputs from multiple large language model (LLM) rollouts, particularly for multi-turn search agents that rely on external document retrieval. Traditional confidence-based voting, which uses internal signals like token log probabilities, performs poorly in this setting due to "copy inflation." This phenomenon occurs when tokens copied from retrieved documents receive artificially inflated log probabilities, flattening confidence scores and weakening the voting mechanism. To overcome this, the authors propose Retrieval-Grounded Voting (RGV). Instead of relying on internal LLM confidence, RGV scores each rollout by measuring the lexical overlap between its final answer and the documents it retrieved. This approach computes the signal outside the "contaminated" context, avoiding the pitfalls of inflated log probabilities and eliminating the need for additional LLM calls for scoring. Evaluations across four search-agent benchmarks and five different LLMs consistently show that RGV outperforms confidence-based voting. It achieves accuracy gains of up to 5.4% and a significant 35% improvement on "minority-correct" questions, where the correct answer is present in only a few rollouts. This demonstrates RGV's effectiveness in robustly aggregating diverse LLM outputs.

Why it matters

For professionals building or deploying LLM-powered search, RAG (Retrieval Augmented Generation), or multi-agent systems, RGV offers a more reliable and accurate method for aggregating responses, leading to better decision-making and improved system performance, especially in complex information retrieval tasks.

How to implement this in your domain

  1. 1Evaluate current LLM ensemble or multi-agent systems for potential "copy inflation" issues when using confidence-based aggregation.
  2. 2Implement Retrieval-Grounded Voting (RGV) by calculating lexical overlap between generated answers and retrieved documents for scoring rollouts.
  3. 3Integrate RGV into multi-turn search agents or RAG pipelines to improve the accuracy and robustness of aggregated responses.
  4. 4Benchmark RGV against existing confidence-based methods in your specific application domain to quantify performance gains.

Original post by Hyunho Kook, Junhyuk So, Tianyu Fu, Haizhong Zheng, Beidi Chen

"arXiv:2608.24024v1 Announce Type: new 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 mult…"

View on X

Originally posted by Hyunho Kook, Junhyuk So, Tianyu Fu, Haizhong Zheng, Beidi Chen on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses