Demystifying On-Policy Distillation: Roles, Pathologies, and Regulations

📅 2026-07-14
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work investigates online policy distillation (OPD) in large language model post-training, where poor-quality guidance signals often lead to ineffective exploration—a phenomenon whose underlying mechanism remains unclear. The study systematically demonstrates that OPD does not enhance the model’s capability ceiling but instead acts merely as a catalyst for exploration pathways. It identifies two key pathologies: distributional mismatch between student and teacher policies and insufficient utilization of sequence length. To address these issues, the authors propose lightweight signal modulation strategies, including advantage clipping and log-scale compression. These methods substantially alleviate the length underutilization problem across seven benchmarks, consistently outperforming existing OPD variants and RLVR baselines, thereby underscoring the critical role of high-quality guidance signals in enabling effective exploration.
📝 Abstract
On-policy distillation (OPD) has become a key paradigm in LLM post-training, yet its training dynamics remain poorly understood. We present a systematic study examining the role, pathologies, and regulations of OPD. We first clarify the role of OPD as an exploration catalyst: it steers the student toward correct reasoning paths via dense token-level guidance, without expanding capability ceiling. We confirm this by showing that prompt diversity matters more than per-problem sampling numbers, and critically, that the effectiveness of OPD hinges entirely on the quality of its guiding signal. This dependency exposes two pathologies that derail exploration. The Student-Teacher Mismatch occurs when a large teacher-student distributional gap causes the guiding signal to misalign with task correctness, steering exploration in counterproductive directions. Length Exploitation arises when the aggregated token-level objective creates length-dependent shortcuts, allowing the student to game the reward landscape through response truncation or redundant padding, exploring degenerate length modes rather than reasoning strategies. To tame these pathologies, we investigate lightweight signal regulations: advantage clipping and log-scale compression, ensuring exploration is guided by faithful signals. Experiments across seven benchmarks demonstrate that these regulations alleviate length exploitation and enable effective distillation, stably surpassing OPD variants and RLVR baselines, thereby confirming that well-regulated signal quality, rather than mere teacher scale, governs successful exploration in OPD.
Problem

Research questions and friction points this paper is trying to address.

On-policy distillation
Student-Teacher Mismatch
Length Exploitation
Training dynamics
Guiding signal
Innovation

Methods, ideas, or system contributions that make the work stand out.

On-Policy Distillation
Exploration Catalyst
Student-Teacher Mismatch
Length Exploitation
Signal Regulation
🔎 Similar Papers
No similar papers found.