Skip to content
Research · Aug 17, 2026

Paper proposes RubricForge to reduce over-crediting in LLM agent evaluations

Method induces human-readable rubrics from ground-truth trajectories to improve faithfulness of reward-free evaluators, with measurable gains on tau-bench and WebShop.

Trust79
HypeLow hype

1 source · cross-referenced

ShareXLinkedInEmail
TL;DR
  • A new method called RubricForge induces human-readable judging rubrics from labeled agent trajectories to improve the faithfulness of reward-free evaluators.
  • Using a single frozen 7B model as both agent and judge, RubricForge reduced false-pass rates on tau-bench by roughly half compared to a generic G-Eval judge (0.115 vs. 0.173).
  • On WebShop, RubricForge improved ranking faithfulness (Spearman 0.410 vs. 0.370), though raw agreement with environment rewards was not statistically significant over G-Eval (McNemar p = 0.248).
  • The authors argue that false-pass rate is the deployment-relevant metric, as false passes risk shipping broken agents, while false fails only incur retries.

Evaluating language-model agents at scale often relies on a second language model acting as an automatic judge, because executable environment rewards are expensive, slow, or unavailable at deployment. Existing judges either use hand-written rubrics or fine-tuned models, and both approaches tend to over-credit fluent but unsuccessful trajectories as successes.

The paper introduces RubricForge, a method that induces the text of an agent-judging rubric from a small set of ground-truth-labeled trajectories. The rubric is evolved via reflective optimization to maximize agreement with the environment reward, then frozen and applied to held-out trajectories in a single model call without environment access.

The resulting artifact is human-readable text, making every verdict attributable to named criteria. The authors evaluate RubricForge using a single frozen 7B model as both agent and judge on two benchmarks: tau-bench (173 labeled trajectories from 220 rollouts) and WebShop (160 trajectories).

The principal gain is improved faithfulness rather than raw agreement with environment rewards. While the edge over a generic G-Eval judge is not statistically significant (McNemar p = 0.248), RubricForge reduces false-pass rates on tau-bench by roughly half (0.115 vs. 0.173), with three over-credit catches and zero reversals. On WebShop, RubricForge improves ranking faithfulness (Spearman 0.410 vs. 0.370).

The authors emphasize that for reward-free evaluators, the false-pass rate is the deployment-relevant quantity, since a false pass risks shipping a broken agent, whereas a false fail merely incurs a retry.

Sources
  1. 01arXiv cs.AIInducing Reward-Free Judging Rubrics that Reduce Over-Crediting in Agent Evaluation
Also on Research

Stories may contain errors. Dispatch is assembled with AI assistance and curated by human editors; despite the trust-score filter, mistakes happen. We correct publicly — every article links to its revision history. Nothing here is financial, legal, or medical advice. Verify before relying on any claim.

© 2026 Dispatch. No ads. No sponsorships. No paid placement. Reader-supported via Ko-fi.

Built by a person who cares about honest AI news.