paper-with-me

홈 › Papers

Prune-OPD: Efficient and Reliable On-Policy Distillation for Long-Horizon Reasoning

2026-05-08 · Zhicheng Yang, Zhijiang Guo, Yifan Song, Minrui Xu, Yongxin Wang, Yiwei Wang, Xiaodan Liang, Jing Tang arxiv

On-policy distillation (OPD) leverages dense teacher rewards to enhance reasoning models. However, scaling OPD to long-horizon tasks exposes a critical flaw: as the student's generated prefix inevitably diverges from the teacher's thought process, the teacher's dense reward loses local exploitability. Continuing to generate and evaluate tokens on these ``drifted'' trajectories not only degrades reward quality but also incurs massive computational waste. To address this, we introduce \textbf{Prune-OPD}, a framework that dynamically aligns training budgets with supervision quality. By continuously monitoring the local compatibility between student and teacher predictions (e.g., via top-$k$ overlap), Prune-OPD detects prefix-drift events in real time. Upon detecting severe drift, it monotonically down-weights subsequent unreliable rewards and triggers dynamic rollout truncation. This allows the training process to halt futile generation and reallocate compute strictly to reliable teacher supervision. Across diverse teacher-student combinations, Prune-OPD consistently aligns computation with supervision reliability. When prefix drift makes dense teacher rewards unreliable, it reduces training time by 37.6\%--68.0\% while preserving, and often improving, performance on challenging benchmarks (AMC, AIME, HMMT). When student-teacher compatibility remains high, it automatically preserves long-context supervision by expanding the training window. These results suggest that Prune-OPD improves OPD not by blindly shortening rollouts, but by reallocating computation toward locally exploitable teacher rewards.

📄 PDF Abstract BibTeX arXiv:2605.07804

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Are Full Rollouts Necessary for On-Policy Distillation?

2026-05-29 · Yaocheng Zhang, Jiajun Chai, Yuqian Fu, Songjun Tu 외 arxiv

On-policy distillation (OPD) provides dense teacher feedback along student-generated rollouts rather than fixed teacher traces and has emerged as a promising post-training paradigm. However, standard OPD typically genera…

Reinforcement LearningMathematical Reasoning

EDGE: Experience-Distillation for Guided Exploration in Agentic Reinforcement Learning

2026-08-22 · Can Xie, Yuyi Zhou, Wen Yang, Ziyi zhang 외 arxiv

Reinforcement learning with outcome-based objectives such as GRPO enables LLM-based agents to solve complex, long-horizon tasks, yet the reusable exploration patterns embedded in interaction trajectories are largely disc…

Reinforcement Learning

Step-Level On-Policy Distillation: Interpolating Between On-Policy Distillation and Supervised Fine-Tuning

2026-08-17 · Changhui Sun, Lanbo Liu, Hang Lei, Tong Ling 외 arxiv

On-policy distillation (OPD) aligns a student model with a teacher's logit distribution on student-generated trajectories. This approach has achieved strong empirical gains and can often surpass conventional off-policy d…

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 …

ShortOPD: Recovering Pruned LLMs with Short-to-Long On-Policy Distillation

2026-07-14 · Qingyu Zhang, Qianhao Yuan, Hongyu Lin, Yaojie Lu 외 hf

Structured pruning is a hardware-friendly way to compress LLMs, but it is mostly validated on multiple-choice recognition tasks, while the same compressed checkpoints can collapse on the free-form generation that deploym…