JEV-as-a-Judge: Accept When Confident, Escalate When Unsure
Summary
This paper introduces JEV-as-a-Judge, a cost-effective evaluation method for LLMs that uses a decision-only judge with confidence thresholds to accept certain verdicts and escalate uncertain ones, achieving comparable accuracy to state-of-the-art models at significantly lower cost.
View Cached Full Text
Cached at: 09/23/26, 03:34 PM
Paper page - JEV-as-a-Judge: Accept When Confident, Escalate When Unsure
Source: https://huggingface.co/papers/2609.26550
Abstract
LLM-as-a-judgeenablesevaluationacrossdiversetasks,butinferencecostandconfidencereliabilitybecomecriticalatscale.Westudywhetheradecision-onlyjudgecanprovideaneconomicalfirstpassandidentifywhenstrongerevaluationisneeded.Comparingjev-as-a-judgewithsixteengenerativeandreward-modeljudges,withblindedhumanadjudication,wefinditwithinthreepercentagepointsofastate-of-the-artLLMjudge,ourstrongestcomparator,onordinarypreferenceandevidence-groundedfactualityat0.36%ofthecomparator’sfee.Largergapsarisewhenjudgmentsrequirecheckingaderivationorresistinganelaboratelywrittenwronganswer.Onseveralbenchmarks,JEV’sgaptothiscomparatorisconcentratedinlow-confidencedecisions.Afrozencascadethatacceptsconfidentverdictsandescalatesuncertainonesretains99%ofthecomparator’saccuracyatlowercost.
View arXiv pageView PDFProject pageAdd to collection
Get this paper in your agent:
hf papers read 2609\.26550
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.26550 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.26550 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.26550 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Judge, Retrieve, or Abstain: Uncertainty-Guarded LLM Judging with Provable Risk Guarantees
This paper proposes a risk-controlled framework for using LLMs as judges in factual evaluation, calibrating uncertainty thresholds to maintain a user-specified error rate and routing to retrieval-augmented mode when needed, achieving higher coverage with provable reliability guarantees.
Same Scores, Different Decisions: Evaluating JEV and Language Models for Legal Document Understanding
This paper compares JEV with nine language models on ContractNLI, evaluating inference cost, response time, and correctness across various request configurations, finding that JEV has lower cost and response time while language models achieve higher baseline accuracy.
@akshay_pachaar: https://x.com/akshay_pachaar/status/2102087107410002345
The article explains how to use Jev, a model for structured decisions, as an efficient judge for evaluating AI agent responses, reducing latency and cost compared to traditional LLM judges.
@LangChain: We tested Jev against LLM judges on accuracy, repeatability, latency, and cost to see whether System One models could o…
This article evaluates Jev, a System One model from TypeSafe AI, as a new agent evaluator, showing it outperforms LLM judges in consistency, speed, and cost.
Codifying the Judge: Scalable Evaluation via Program Distillation
This paper introduces PAJAMA, a system that distills LLM-as-a-judge decision logic into programmatic judges, eliminating per-sample API costs while matching the performance of a 13B LLM judge, and providing transparency and efficiency improvements for scalable evaluation.