paper-with-me

홈 › Papers

Verdict: A Library for Scaling Judge-Time Compute

2025-02-25 · Nimit Kalra, Leonard Tang

The use of LLMs as automated judges ("LLM-as-a-judge") is now widespread, yet standard judges suffer from a multitude of reliability issues. To address these challenges, we introduce Verdict, an open-source library for scaling judge-time compute to enhance the accuracy, reliability, and interpretability of automated evaluators. Verdict leverages the composition of modular reasoning units -- such as verification, debate, and aggregation -- and increased inference-time compute to improve LLM judge quality. Across a variety of challenging tasks such as content moderation, fact-checking, and hallucination detection, Verdict judges achieve state-of-the-art (SOTA) or near-SOTA performance, surpassing orders-of-magnitude larger fine-tuned judges, prompted judges, and reasoning models. Ultimately, we hope Verdict serves as a useful framework for researchers and practitioners building scalable, interpretable, and reliable LLM-based evaluators.

📄 PDF Abstract BibTeX arXiv:2502.18018

Code (1)

haizelabs/verdict 공식 구현

Tasks

Fact CheckingHallucination

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

When Do Agent Loops Mistake Stagnation for Progress? Self-Evaluation Bias and Externally Grounded Verification in Long-Running Autonomous LLM Agent Loops

2026-07-27 · Hyundoo Park, Byungho Choi arxiv

Long-running autonomous agents plan, act, and judge their own completion without human intervention. When an agent grades its own work, self-evaluation bias takes hold: plausible changes are accepted as progress while re…

OpenDeepThink: Parallel Reasoning via Bradley-Terry Aggregation

2026-05-14 · Shang Zhou, Wenhao Chai, Kaiyuan Liu, Huanzhi Mao 외 arxiv

Test-time compute scaling is a primary axis for improving LLM reasoning. Existing methods primarily scale depth by extending a single reasoning trace. Scaling breadth by sampling multiple candidates in parallel is straig…

Beyond Accuracy: Policy Invariance as a Reliability Test for LLM Safety Judges

2026-05-07 · Shihao Weng, Yang Feng, Xiaofei Xie arxiv

LLM-as-a-Judge pipelines have become the de facto evaluator for agent safety, yet existing benchmarks treat their verdicts as ground-truth proxies without checking whether the verdicts depend on the agent's behavior or m…

Codifying the Judge: Scalable Evaluation via Program Distillation

2026-05-29 · Tzu-Heng Huang, Shengqi Qiu, Frederic Sala hf

LLM-as-a-judge has become the standard for automated evaluation, but it suffers from high cost, significant latency, and opaque decisions -- limitations that undermine its scalability and reliability. We address these wi…

The Judge Who Never Admits: Hidden Shortcuts in LLM-based Evaluation

2026-02-08 · Arash Marioriyad, Omid Ghahroodi, Ehsaneddin Asgari, Mohammad Hossein Rohban 외 arxiv

Large language models (LLMs) are increasingly used as automatic judges to evaluate system outputs in tasks such as reasoning, question answering, and creative writing. A faithful judge should base its verdicts solely on …

Question Answering