← 首页|学术|TRCA: Transition-wise Rubric Credit Assignment for Long-horizon LLM Agents
cs.AI · 2608.16156 · 2026/08/17

TRCA: Transition-wise Rubric Credit Assignment for Long-horizon LLM Agents

Zhang, Huan, Chen, Mingju, Zhou, Dongxu, Lv, Can, Chang, Heng
TL;DR:TRCA:从 action-induced transition 直接导出 step-level 监督,无需学习式 evaluator 或成功轨迹锚点——用 Evidence/Execution/Invalidity 三 rubric 评估每次转移,Foundational 度量局部转移质量,Breakthrough 追踪新覆盖条件以奖励增量进度。

🎯 问题

长程 LLM agent 常用稀疏终端结果优化,细粒度信用分配难;现有路线要么靠 process evaluator(标注+推理成本),要么从成功轨迹导 step 信用——但早期 RL 中成功轨迹极稀缺,锚定法显著被削弱。

🔬 方法

Transition-wise Rubric Credit Assignment:由动作诱导的转移直接导出 step 级监督,无需 evaluator 或成功锚;Evidence/Execution/Invalidity 三 rubric 捕获任务相关信息获取、有效执行、无效/回归行为;Foundational Rubric Reward 评局部转移质量,Breakthrough Rubric Reward 对新增覆盖给奖励;结合终端结果。
章节结构(全文标题提取):
1 Introduction
2 Related Work
3 Methodology
4 Experiments
5 Conclusion
Acknowledgments

📊 结果

在长程 agent RL 场景(含早期训练、成功轨迹稀缺)下比锚定法/过程评估器更稳健地提供细粒度信用。

💡 与研究方向关联

长程 agent RL 的信用分配——不依赖稀缺成功轨迹、用转移级 rubric 自监督。与用户 RL-for-agents 方向直接相关:无锚定的过程级奖励是让 agent 在稀疏环境中学会长程行为的务实路线。

📝 原文摘要

▶ 原文摘要 Abstract
Long-horizon large language model (LLM) agents are typically optimized with sparse terminal outcomes, making fine-grained credit assignment across multi-step interactions difficult. Existing approaches either rely on process evaluators, which incur annotation and inference costs, or derive step-level credit from successful trajectories. However, successful trajectories are extremely scarce during early-stage reinforcement learning, substantially weakening anchor-based methods. We propose Transition-wise Rubric Credit Assignment (TRCA), which derives step-level supervision directly from action-induced transitions without learned evaluators or successful anchors. TRCA evaluates each transition using Evidence, Execution, and Invalidity rubrics to capture task-relevant information acquisition, valid task execution, and invalid or regressive behavior. From these judgments, Foundational Rubric Reward measures local transition quality, while Breakthrough Rubric Reward tracks newly covered Evidence and Execution conditions to reward incremental task progress. Combined with terminal outcomes, these signals produce fine-grained step-level advantages for policy optimization. Experiments on ALFWorld, WebShop, and seven search-augmented question-answering benchmarks show consistent improvements over the evaluated baselines. With Qwen2.5-7B-Instruct, TRCA improves the WebShop score by 6.0%-12.6%; with Qwen2.5-3B-Instruct, it improves the average SearchQA score by 1.9%-18.3%. These results demonstrate the effectiveness of transition-wise rubric credit assignment for long-horizon tasks with sparse successful anchors.
Deep Read · 2026-08-19高松灯 / Agent 日报 · RL 与训练
RL信用分配长程Agent无锚定