paper-with-me

Papers

ATOD: Annealed Turn-Aware On-Policy Distillation for Multi-Turn Agentic Tasks

2026-06-26 · Qitai Tan, Zefang Zong, Yang Li, Peng Chen arxiv

Training small language-model agents for long-horizon interactive tasks requires both fast imitation and reward-driven improvement. On-policy distillation (OPD) provides dense teacher guidance and typically improves rapidly in the early stage, but its gains saturate once the student approaches the teacher, limiting the final performance ceiling. Reinforcement learning (RL) directly optimizes environment rewards and encourages exploratory improvement toward a higher reward-defined ceiling, but sparse and delayed feedback makes early-stage learning much less efficient than OPD. In this paper, we propose ATOD (Annealed Turn-aware On-policy Distillation), a hybrid online distillation algorithm that explicitly exploits this complementarity. (1) ATOD uses an annealed OPD-RL schedule: OPD dominates early training to approach teacher-level behavior, while RL is gradually strengthened to drive reward-based exploration. (2) ATOD introduces Turn-level Disagreement-Uncertainty Reweighting (T-DUR), which softly amplifies high-utility turns and improves dense supervision in long trajectories. Experiments on ALFWorld, WebShop, and Search-QA show that ATOD consistently outperforms competing post-training baselines: across the three student sizes, ATOD improves average success rate by 4.16 points over OPD and 23.62 points over GRPO, while surpassing the corresponding teacher models by 2.16 points.

📄 PDF Abstract BibTeX arXiv:2606.27814

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Trust-Region Behavior Blending for On-Policy Distillation

2026-05-29 · Daniil Plyusov, Alexey Gorbatovski, Alexey Malakhov, Nikita Balagansky 외 arxiv

On-policy distillation (OPD) trains a student on prefixes sampled from its own policy while matching a stronger teacher. This addresses the prefix mismatch of offline distillation, but early student rollouts can still be…

TurnOPD: Making On-Policy Distillation Turn-Aware for Efficient Long-Horizon Agent Training

2026-07-07 · Yuhang Zhou, Kai Zheng, Haoling Li, Dengyun Peng 외 arxiv

On-policy distillation (OPD) trains a student policy by matching a stronger teacher on the student's own trajectories, offering a promising framework for language agent training. However, its application to long-horizon …

Multi-Turn On-Policy Distillation with Prefix Replay

2026-07-06 · Baohao Liao, Hanze Dong, Christof Monz, Xinxing Xu 외 arxiv

We study on-policy distillation (OPD) for agentic tasks, where an LLM agent interacts with an environment over multiple turns and a student imitates a teacher over these multi-turn interaction histories. Fully online OPD…

Mathematical Reasoning

UCOB: Learning to Utilize and Evolve Agentic Skills via Credit-Aware On-Policy Bidirectional Self-Distillation

2026-06-28 · Songjun Tu, Chengdong Xu, Qichao Zhang, Yiwen Ma 외 arxiv

Skill memories can improve agentic reinforcement learning by reusing past experience as textual guidance, but retrieved skills are not oracular: they may help in one state while misleading the same policy in another. Thi…

Reinforcement Learning

DASH-OPD: Discrepancy-Aware Switching with Hysteresis for On-Policy Distillation

2026-07-31 · Yuchen Xia, Qianguo Sun, Chao Song, Junlong Wu 외 arxiv

On-policy distillation (OPD) trains student models on their own rollouts to reduce exposure bias. However, in multi-turn agent scenarios, early student errors can lead a trajectory away from the teacher's familiar domain…