← Latest papers
💬 NLP

Judge, Retrieve, or Abstain: Uncertainty-Guarded LLM Judging with Provable Risk Guarantees

This paper proposes a risk-controlled framework for LLM judging that dynamically routes instances between parametric and retrieval-augmented modes based on calibrated uncertainty thresholds, thereby guaranteeing that the false discovery rate of accepted verdicts remains below a user-specified level while maximizing coverage.

Original authors: Sher Badshah, Ali Emami, Hassan Sajjad

Published 2026-08-19
📖 4 min read☕ Coffee break read

Original authors: Sher Badshah, Ali Emami, Hassan Sajjad

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, a new standard has emerged for testing how well computer programs understand the world. Instead of relying on human experts to read and grade every answer a machine produces, researchers now often use one large language model to act as a judge for another. This approach is efficient and scalable, allowing developers to evaluate thousands of responses in the time it would take a human to grade a single essay. However, a significant problem arises when these digital judges are asked to verify facts. Unlike subjective tasks where there is no single right answer, factual questions have clear truths. A judge might confidently declare a false statement to be true simply because it sounds plausible or because the model has forgotten a recent event. Without a way to know when the judge is unsure, these silent errors can slip through, leading to unreliable conclusions.

The core challenge lies in balancing confidence with accuracy. If a judge is too cautious, it refuses to answer most questions, rendering the system useless. If it is too eager, it makes mistakes. Researchers have tried to solve this by having the judge admit when it is uncertain, but this often means discarding potentially correct answers that the model just didn't feel sure about. A new study published at the COLM 2026 conference proposes a smarter middle ground. The researchers, Sher Badshah, Ali Emami, and Hassan Sajjad, developed a system that allows the judge to pause and seek help before giving up. When the judge feels unsure about a fact based on its internal memory, it does not immediately refuse to answer. Instead, it is equipped with a tool to search the web for evidence. It then re-evaluates the question using this new information. Only if the judge remains uncertain even after reading the search results does it admit defeat and flag the question for human review.

The team tested this two-step approach on a variety of difficult question-answering benchmarks, using different sizes of language models to act as both the student and the judge. They found that by adding this retrieval step, the system could confidently answer many more questions than a judge working alone. Crucially, the researchers did not just hope this would work; they built a mathematical safety net around the process. They calibrated the system on a set of known questions to ensure that the rate of mistakes among the answers it accepted stayed below a specific, user-defined limit. For instance, if a user set a limit of five percent, the system was guaranteed to keep its error rate at or below that level with high statistical certainty. This guarantee held true even when the judge switched from using its own knowledge to using web search results, a complex transition that previous methods struggled to manage without losing control over the error rate.

The results showed that this adaptive strategy significantly improved the system's ability to provide answers without sacrificing reliability. On some of the harder datasets, the system was able to accept answers for nearly all the questions it was asked, whereas a judge working without web search would have refused to answer the vast majority of them. The study demonstrated that the system could recover coverage on difficult, knowledge-intensive tasks that would otherwise be lost to uncertainty. Furthermore, the researchers checked whether the system remained reliable even when the web search results changed over time, simulating a real-world scenario where information on the internet shifts. They found that the safety guarantees held firm, proving that the system could adapt to new information without needing to be completely re-calibrated every time the web changed.

This work offers a practical path forward for deploying artificial intelligence in situations where factual accuracy is paramount. By combining the speed of automated judging with the reliability of human-like verification through search, the system bridges the gap between efficiency and trust. It shows that machines can be taught to recognize their own limits, not just by staying silent, but by knowing when to look up the answer. The study concludes that with the right safeguards, we can build evaluation systems that are both bold enough to answer difficult questions and careful enough to ensure those answers are correct, providing a robust foundation for the next generation of AI applications.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →