Dynamic rubrics improve credit assignment for long-horizon agent training

DRACO converts trajectory-level rubric judgments into step-specific training signals without ground-truth verifiers or a learned attribution model.

PaperBig Techcs.AIarXiv:2609.04094v1
Shubham Gandhi · Saurabh Goyal · Kiran Kate · Yara Rizk

Carnegie Mellon University · IBM Research

Research Digest··2 min read
Gandhi et al. introduce DRACO, a reinforcement-learning method for training agents when task success cannot be checked programmatically. On AppWorld and the out-of-domain τ-bench, its dynamically generated rubrics and step-level credit redistribution outperformed the base model and several sparse-reward or rubric-based alternatives.

What they did

The authors studied outcome-blind, long-horizon agent training, where no ground-truth success signal is available. DRACO generates multi-criteria rubrics dynamically as the policy changes, scores each rubric once after a completed trajectory, and identifies the steps associated with individual rubric criteria.

It then uses a closed-form procedure to redistribute the trajectory-level judgment into differentiated per-step advantages for Group Relative Policy Optimization (GRPO). This avoids training a separate attribution model. The method was evaluated on AppWorld and transferred to the out-of-domain τ-bench.

Key findings

  • On AppWorld, DRACO improved performance by 15.9 points over the base model.
  • It exceeded GRPO trained with a sparse ground-truth reward by 5.3 points on AppWorld, despite using no verifier.
  • On out-of-domain τ-bench, DRACO gained 5.3 points over the base model without relying on a frontier judge.
  • On τ-bench, it also outperformed ground-truth-reward training and the other tested rubric-based training settings.

Why it matters

Long-horizon agents often receive only a final evaluation, making it difficult to determine which actions deserve credit or blame. DRACO suggests that evolving natural-language rubrics can supply useful, fine-grained training signals even when verifiable rewards are unavailable, potentially broadening reinforcement learning to tasks without programmatic checkers.

Caveats

The reported evidence comes from two agent benchmarks, and the abstract does not specify the statistical variability, judge reliability, computational cost, or sensitivity to rubric quality. The method still depends on rubric generation, scoring, and step annotations being accurate enough to guide training; its robustness in noisier real-world settings remains an open question.

§
newspaper

Research Digest

Articles published under the Zotpaper byline are synthesized from multiple source publications by our AI editor and reviewed by our editorial process. Each story combines reporting from credible outlets to give readers a balanced, comprehensive view.