paper-with-me

홈 › Papers

ExecRubrics: Executable Tool-Augmented Rubrics for Verifiable and Efficient Long-Form Evaluation

2026-08-23 · Kaustubh D. Dhole, Charles L. A. Clarke, Eugene Y. Agichtein arxiv

Rubrics aim to make language-model evaluation transparent by decomposing response quality into interpretable criteria. However, natural-language rubrics are often ambiguous, require LLM judges, and typically assume criteria aggregated through linear weighted sums, limiting their ability to capture dependencies, alternatives, penalties, and override conditions. We propose ExecRubrics, a framework for representing rubrics as compact executable programs. ExecRubrics encodes evaluation logic as verifiable Python scoring functions, giving natural-language rubric intent an operational semantics: a fixed decision procedure that can be inspected, executed, and edited. On three long-form response benchmarks -- HealthBench, HelpSteer, and ArgQuality -- we show that ExecRubrics can recover substantial preference signal without an LLM judge at evaluation time. On ArgQuality and HelpSteer, the strongest executable variants are within 1.1 and 4 percentage points, respectively, of the direct GPT-5.5 agentic baseline. Executable rubrics are also considerably faster, achieving a 192x average speedup. We show that incorporating external logic and resources from text processing libraries such as NLTK and spaCy can further improve preference accuracy. Our results suggest a novel way of approaching automated evaluation, by offering a faster, more explainable, and less ambiguous alternative to black-box rubric evals, particularly in high-stakes domains such as healthcare and banking where precision and auditability are critical.

📄 PDF Abstract BibTeX arXiv:2608.22559

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

An Efficient Rubric-based Generative Verifier for Search-Augmented LLMs

2025-10-16 · Linyue Ma, Yilong Xu, Xiang Long, Zhi Zheng arxiv

Search augmentation empowers Large Language Models with retrieval capabilities to overcome the limitations imposed by static parameters. Recently, Reinforcement Learning leverages tailored reward signals as a viable tech…

Reinforcement Learning

Prompt-Level Reward Specifications for Open-Ended Post-Training

2026-05-28 · Zijun Weng, Xiaohui Hu, Shuangyong Song, Yongxiang Li 외 arxiv

Open-ended post-training benefits from rewards that make prompt-specific success conditions explicit, rather than relying only on post-hoc scalar scores. In instruction following, writing, and decision-support tasks, res…

Reinforcement LearningInstruction Following

ASTRA: Automated Synthesis of agentic Trajectories and Reinforcement Arenas

2026-01-29 · Xiaoyu Tian, Haotian Wang, Shuaiting Chen, Hao Zhou 외 arxiv

Large language models (LLMs) are increasingly used as tool-augmented agents for multi-step decision making, yet training robust tool-using agents remains challenging. Existing methods still require manual intervention, d…

Reinforcement LearningDecision Making

RubricEM: Meta-RL with Rubric-guided Policy Decomposition beyond Verifiable Rewards

2026-05-11 · Gaotang Li, Bhavana Dalvi Mishra, Zifeng Wang, Jun Yan 외 arxiv

Training deep research agents, namely systems that plan, search, evaluate evidence, and synthesize long-form reports, pushes reinforcement learning beyond the regime of verifiable rewards. Their outputs lack ground-truth…

Reinforcement Learning

Ignorance or Incompetence? Constructing Knowledge-Gated, Verifiable Tasks for LLM Agents

2026-08-31 · Hanlin Tian, Minhao Li, Yu Mi, Sihan Zhu 외 arxiv

Professional agent tasks often depend on conventions that are absent from public corpora, yet benchmarks rarely control whether an agent has access to those conventions. We introduce a knowledge-gated task-construction p…