LLM-as-a-Verifier: A probabilistic verification framework for scaling LLM correctness assessment
By
[Submitted on 6 Jul 2026]
Summary
This paper introduces LLM-as-a-Verifier, a general-purpose verification framework that uses LLMs to determine the correctness of solutions in agentic tasks without requiring additional training. Unlike standard LM judges that produce discrete scores, this framework computes continuous scores by taking expectations over scoring token logits, enabling verification to scale along three dimensions: score granularity, repeated evaluation, and criteria decomposition. The approach achieves state-of-the-art performance on multiple benchmarks including Terminal-Bench V2 (86.5%), SWE-Bench Verified (78.2%), RoboRewardBench (87.4%), and MedAgentBench (73.3%). The framework also provides fine-grained signals that can serve as a proxy for estimating task progress and can provide dense feedback for reinforcement learning, improving sample efficiency of SAC and GRPO on robotics and mathematical reasoning benchmarks.
Source
Key quotes
· 5 pulledWe identify verification, the ability to determine the correctness of a solution, as a new scaling axis.
Unlike standard LM judges that prompt LLMs to produce discrete scores for candidate solutions, LLM-as-a-Verifier computes the expectation over the distribution of scoring token logits to generate continuous scores.
LLM-as-a-Verifier achieves state-of-the-art performance on Terminal-Bench V2 (86.5%), SWE-Bench Verified (78.2%), RoboRewardBench (87.4%), and MedAgentBench (73.3%).
Beyond verification, the fine-grained signals from LLM-as-a-Verifier can also serve as a proxy for estimating task progress.
We show that LLM-as-a-Verifier can provide dense feedback for RL, improving the sample efficiency of SAC and GRPO on robotics and mathematical reasoning benchmarks.
You might also wanna read
Formal Framework for LLM-Verifier Systems: Convergence Theorem and 4/δ Latency Bound
This research paper presents a formal framework for integrating Large Language Models with Formal Verification tools, addressing reliability
ConSPO: A Contrastive Approach to Improving Reinforcement Learning with Verifiable Rewards for LLMs
This paper analyzes Group Relative Policy Optimization (GRPO), a widely used RLVR algorithm for post-training large language models on reaso
Verification Becomes the Harder Problem for Advanced Coding Agents
This paper challenges the classical intuition that verifying a solution is easier than producing one, arguing that for modern coding agents,
2025 LLM Paradigm Shifts: Key Technological Advances in Large Language Models
The article provides a comprehensive review of major paradigm shifts in Large Language Models (LLMs) throughout 2025, highlighting key techn

Technical Report: Using Predicate API as Verification Layer for Reliable AI Web Automation
The article presents a technical report demonstrating how Predicate API serves as a verification layer for AI web automation. It shows four
LifeSkill: A Reinforcement Learning Framework for Online Lifelong Learning in LLM Agents
This paper introduces LifeSkill, a two-stage reinforcement learning framework for online lifelong learning in Large Language Model (LLM) age

Comments
Sign in to join the conversation.
No comments yet. Be the first.