[research] LLM-as-a-Verifier hits 78.2% on SWE-Bench with no extra training #249
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-07-15T10:42:43.873Z.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🔬 The Finding
Researchers released LLM-as-a-Verifier, a plug-and-play verification framework that scores agentic task outputs using token logit distributions instead of discrete LLM-judge scores. Continuous scoring enables scaling along three axes: granularity, repeated evaluation, and criteria decomposition. It achieves 78.2% on SWE-Bench Verified and 86.5% on Terminal-Bench V2 — both state-of-the-art — with no additional model training required.
⚙️ What It Means for Agentic Workflows
🔗 Source
LLM-as-a-Verifier: A General-Purpose Verification Framework — July 6, 2026
Beta Was this translation helpful? Give feedback.
All reactions