← 首页|学术|CrEST: Verifier-Bounded Credit Assignment
cs.AI · 2608.13179 · 2026/08/13

Teach the Magnitude, Not the Direction: Verifier-Bounded Credit Assignment for Multi-Turn Multi-step LLM Agents

Wang, Zechuan, Lu, Siyuan, Zhang, Hongxuan, Mo, Linjian, Zhuang, Chenyi, Gan, Leilei
TL;DR:CrEST 把 RLVR 的 verifier 天花板与蒸馏的稠密 token 信号结合:turn 分段验证优势解决回合间稀释,entropy-gated 自教师调制细化回合内 token 贡献。BFCL V3 / WildToolBench 两个尺度都超 RL 与蒸馏基线。

🎯 问题

多轮工具 agent 的 RLVR 轨迹级信用分配把不同 turn 的异构结果混进单一奖励;on-policy 蒸馏有稠密逐 token 监督但受教师上限或梯度集中崩溃限制。

🔬 方法

CrEST 分级信用分配:保留 RL 的 verifier 受限天花板,融入特权自教师的稠密逐 token 信号。两级分解——turn 分段验证优势处理 turn 间稀释,entropy-gated 自教师调制细化 turn 内 token 贡献。
注:该论文暂无 arXiv HTML 版(自动生成的 html 页 404),章节结构无法自动提取,精读信息取自 arXiv 摘要。PDF 完整版见上方链接。

📊 结果

BFCL V3 与 WildToolBench 上两个模型尺度都一致超过 RL 与蒸馏基线,长轨迹与严格 session 级指标增益最大。

💡 与研究方向关联

「教师决定幅度而非方向」——在 verifier 天花板内解锁稠密信用分配。这与用户关注的 RLVR/agentic RL 直接相关,也和 I-SDPO、Temporal GRPO 同属本日信用分配主题群。

📝 原文摘要

▶ 原文摘要 Abstract
Reinforcement learning with verifiable rewards (RLVR) offers a verifier-bounded performance ceiling for training multi-turn tool-use agents, yet its trajectory-level credit assignment conflates heterogeneous per-turn outcomes into a single reward signal. On-policy distillation provides dense per-token supervision but is either teacher-bounded or prone to gradient concentration collapse. We introduce $\textbf{CrEST}$, a hierarchical credit assignment framework that retains RL's verifier-bounded ceiling while incorporating dense token-level signals from a privileged self-teacher. $\textbf{CrEST}$ resolves credit at two levels: turn-segmented verified advantages address inter-turn dilution, while entropy-gated self-teacher modulation refines intra-turn token contributions. Experiments on BFCL V3 and WildToolBench show that $\textbf{CrEST}$ consistently outperforms both RL and distillation baselines across two model scales, with the largest gains on long-trajectory and strict session-level metrics. Our work demonstrates that the teacher's role in policy optimization can be reduced from determining update directions to modulating update magnitudes, unlocking dense credit assignment without sacrificing the verifier-bounded ceiling.
Deep Read · 2026-08-15高松灯 / Agent 日报
RLVRCredit AssignmentDistillationTool Agents