paper-with-me

홈 › Papers

From Rubrics to Reliable Scores: Evidence-Grounded Text Evaluation with LLM Judges

2026-01-13 · Yihan Hong, Huaiyuan Yao, Bolin Shen, Wanpeng Xu, Hua Wei, Yushun Dong arxiv

Rubric-based text evaluation increasingly relies on large language models (LLMs) as scalable judges, yet frozen black-box models can interpret the same criteria inconsistently, produce score attributions that are difficult to audit, and map judgments poorly onto human scoring scales. We define this challenge as criteria transfer: translating human rubric intent into a stable, auditable inference-time scoring protocol. We introduce Rulers, which locks a task-level rubric specification, executes it through structured, evidence-grounded judgments, and calibrates the resulting signals to human score boundaries. Across four rubric-governed benchmarks and multiple frozen backbone models, Rulers achieves stronger agreement with human scores in most evaluated settings, while better matching empirical score distributions and remaining more stable under semantically equivalent rubric perturbations. Calibration controls and component ablations show that these gains cannot be attributed to post-hoc alignment alone, but depend on the combination of fixed criteria, traceable evidence, and calibrated score interpretation. These findings suggest that reliable LLM judging requires faithfully operationalizing human evaluation standards rather than relying on prompt-level scoring alone. Our code is available at https://github.com/LabRAI/Rulers.git.

📄 PDF Abstract BibTeX arXiv:2601.08654

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

V-Rubrics: Visual Faithfulness via Rubric-Based Reinforcement Learning

2026-08-26 · Shulin Tian, Minglun Li, Yuhao Dong, Hao Ding 외 arxiv

Vision-language models can produce fluent answers that are insufficiently grounded in the visual evidence: a single unsupported object, chart value, or intermediate inference can undermine an otherwise plausible response…

Reinforcement LearningInstruction Following

FaithMed: Training LLMs For Faithful Evidence-Based Medical Reasoning

2026-07-01 · Zhiyun Zhang, Liwen Sun, Xiang Qian, Chenyan Xiong arxiv

Faithful reasoning is essential in medicine, where clinical decisions require transparent justification grounded in reliable evidence. Current medical LLMs either lack active access to evidence or use retrieved evidence …

Reinforcement Learning

LH-Bench: Skill-Grounded Evaluation of Long-Horizon Agents on Subjective Enterprise Tasks

2026-03-24 · Abhishek Chandwani, Ishan Gupta arxiv

Large language models excel on objectively verifiable tasks such as math and programming, where evaluation reduces to unit tests or a single correct answer. In contrast, real-world enterprise work is often subjective and…

FIRM-Video: Check Before You Score for Reliable Text-to-Video Reward Modeling

2026-08-22 · Peiyuan Zhang, Xiangyu Zhao, Hongbo Liu, Xiaoxing Hu 외 hf

Reliable reward models are essential for text-to-video evaluation and alignment. However, the trade-off between evaluation accuracy and inference efficiency places high demands on the quality of training supervision. Exi…

Instruction Following

Retrieval-Augmented Agentic Rubric Generation for Reliable Medical Response Evaluation

2026-01-21 · Yinzhu Chen, Abdine Maiga, Hossein A. Rahmani, Emine Yilmaz arxiv

Large Language Models (LLMs) are increasingly used for clinical decision support, where hallucinations and unsafe suggestions may pose direct risks to patient safety. These risks are hard to assess: subtle clinical error…