Search papers, labs, and topics across Lattice.
The paper identifies a failure mode in on-policy distillation (OPD) where student models exhibit abrupt length inflation during training, leading to truncated trajectories and biased gradients. This "truncation collapse" is attributed to the distillation objective favoring long, repetitive rollouts. To mitigate this, they introduce StableOPD, which uses a reference-based divergence constraint and rollout mixture distillation to stabilize training. StableOPD prevents truncation collapse and improves performance by 7.2% on average across math reasoning datasets.
On-policy distillation can lead to catastrophic length inflation in student models, but a simple fix stabilizes training and boosts performance by 7%.
On-policy distillation (OPD) trains student models under their own induced distribution while leveraging supervision from stronger teachers. We identify a failure mode of OPD: as training progresses, on-policy rollouts can undergo abrupt length inflation, causing truncated trajectories to dominate the training data. This truncation collapse coincides with abrupt repetition saturation and induces biased gradient signals, leading to severe training instability and sharp degradation in validation performance. We attribute this problem to the interaction between student-induced data collection and the distillation objective, which implicitly favors long and repetitive rollouts. To address this issue, we propose StableOPD, a stabilized OPD framework that combines a reference-based divergence constraint with rollout mixture distillation. These together mitigate repetition-induced length inflation and further stabilize OPD training. Across multiple math reasoning datasets, our approach prevents truncation collapse, stabilizes training dynamics, and improves performance by 7.2% on average.