USTC & Alibaba's ADRS distills token-level credit for multi-turn agent RL, lifting ALFWorld success to 94.5%

量子位 · wechat · 2026-09-15

Researchers from USTC and Alibaba propose ADRS (Agentic RL with Self-Distilled Reward Shaping) to tackle the temporal credit assignment problem in multi-turn agent RL, where terminal rewards can't tell which intermediate token mattered.

Approach: during training, re-score generated tokens with a teacher context containing task-matched skills, convert teacher preference into reward-correlated token-level credit, and inject it before advantage construction. Rollout and inference remain skill-free.

Three layers of credit construction:

Results (Qwen2.5-3B/7B, Qwen3-1.7B, 150-step budget):

Caveats: TVA uses batch statistics, not causal attribution; re-scoring adds training-time forward compute. Paper: arxiv.org/abs/2608.03223

Original post →

More from coding & agent

coding & agent channel →