Beyond Confidence: Test-Time Scaling for Multi-Turn Search Agents via Retrieval Grounding
This paper identifies that confidence-based voting fails in multi-turn search agents due to "copy inflation" from retrieved documents and proposes Retrieval-Grounded Voting (RGV), a method that scores rollouts based on lexical overlap with retrieved sources to achieve significant accuracy improvements across multiple benchmarks.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
In the rapidly evolving world of artificial intelligence, large language models have become adept at reasoning through complex problems. To make these systems more reliable, researchers often ask them to generate multiple possible answers to the same question and then vote on the best one. For simple tasks, a clever trick has emerged: the system weighs each answer based on how "confident" the model feels while writing it. If the model is generating words with high certainty, that answer gets a heavier vote. This method works well when the model is working in a vacuum, relying only on its internal training. However, a new generation of AI agents is changing the game. These agents do not just think; they search. They act like digital researchers, pulling in external documents from the internet to answer questions, reading them, and then writing their final response based on that new information. This shift from solitary thinking to active searching has created a blind spot in how we judge the quality of their answers.
A team of researchers from universities in the United States and Asia has discovered that the old method of measuring confidence fails spectacularly in this new environment. They found that when an AI agent copies text from a document it just retrieved, the model's internal confidence meter goes haywire. The system sees the copied words and, because they are right there in its immediate memory, it becomes artificially certain that it is doing the right thing. This creates a false sense of security. The model might be copying a wrong fact from a misleading article, yet its internal signals scream that it is correct. The researchers call this phenomenon "copy inflation." It is as if a student taking a test were allowed to look at the answer key while writing their essay; the act of copying the answer makes them feel incredibly confident, even if the key they are looking at is wrong. This inflation flattens the differences between good and bad answers, causing the voting system to collapse into a simple count of how many times an answer appears, rather than a smart selection of the most reliable one.
To solve this, the researchers proposed a new way to vote that looks outside the model's mind entirely. Instead of asking the model how sure it feels, they proposed checking how well the final answer matches the actual documents the agent found. They call this method Retrieval-Grounded Voting. The process is straightforward: after the agent finishes its work, the system compares the words in the final answer against the text of the documents the agent retrieved. If the answer is built directly from the evidence found, it receives a high score. If the answer is vague or relies on words that do not appear in the source material, it receives a low score. This approach bypasses the contaminated internal signals of the model. It does not require the model to re-evaluate itself, nor does it need extra computing power to generate new thoughts. It simply checks the relationship between the answer and the evidence, a connection that exists independently of the model's confidence.
The team tested this idea across four different benchmarks involving complex search tasks and five different large language models. The results were consistent and significant. The new method consistently outperformed the traditional confidence-based voting, improving accuracy by up to 5.4 percentage points. The improvement was even more dramatic in the hardest cases, where the correct answer appeared in only a small minority of the attempts. In these difficult scenarios, the new method was 35 percent more accurate than the old way. This is crucial because it means the system can find the right answer even when most of its own attempts are wrong, provided that the correct attempt was properly grounded in the retrieved evidence. The researchers also found that this new method is incredibly efficient. It adds almost no cost to the process, taking less than a millisecond per answer on a standard computer processor, whereas other methods that try to fix confidence issues often require expensive extra calculations or additional model calls.
The study also revealed that the problem of copy inflation is not a rare glitch but a fundamental feature of how these search agents work. The researchers measured that in many cases, the vast majority of the words an agent writes are copied directly from the documents it retrieved. This high rate of copying is what causes the internal confidence signals to become unreliable. By shifting the focus to the external evidence, the researchers showed that the quality of an answer is best judged by its connection to the source material, not by the model's internal feeling of certainty. This finding suggests a broader lesson for the field: when an AI agent relies on external information, the signals it generates about its own confidence can be misleading. The most reliable way to verify its work is to look at the evidence it used, not the feelings it expresses.
This research does not claim to have solved every problem with AI agents. The new method still depends on the quality of the search results; if the agent finds bad documents, the method cannot magically fix the answer. Furthermore, the method measures how well an answer is grounded in the text, not whether the text itself is true. If the retrieved documents contain a lie, the system might still rate the answer as highly grounded. However, the study provides a clear and practical path forward for improving how we aggregate the work of multiple AI attempts. By stepping outside the model's internal context and looking at the tangible evidence it gathered, researchers can build systems that are more robust, more accurate, and less prone to the illusions of confidence that arise when machines read and repeat what they find. The work demonstrates that in the age of search-based AI, the most trustworthy signal is not the model's voice, but the documents it holds.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.