OPD: Roles, Pathologies, and Regulation
Rui Wang · hf · 2026-07-17
The Roles, Pathologies, and Regulation of On-Policy Distillation
This paper systematically investigates the role and failure modes of On-Policy Distillation (OPD) in LLM post-training. The authors' core conclusion is that OPD acts more like an "exploration catalyst"—it pushes the student model toward correct reasoning paths via dense token-level guidance, but doesn't raise the capability ceiling.
Main Findings
- Prompt diversity is more important than per-question sampling frequency
- OPD's effect relies entirely on the quality of the guidance signal
- The key isn't the teacher's size, but whether the signal is reliable
Two Pathologies
- Student-Teacher Mismatch: When the distribution gap between student and teacher is too large, the guidance signal misleads exploration, pushing it in the wrong direction
- Length Exploitation: Token-level objectives are easily exploited by length cheating (e.g., truncation or redundant padding), leading models to explore "bad length patterns" rather than reasoning strategies
Regulation Methods
The authors tested lightweight regulation methods, including:
- Advantage clipping
- Log-scale compression
These methods mitigate length speculation and make distillation more stable. Experiments covering 7 benchmarks show that regulated OPD consistently outperforms OPD variants and RLVR baselines.
More from Research
- Nature paper images cellular activity across all organs, revealing body-wide circuits — arjunrajlab · 2026-09-11
- SignNet 1M Dataset Released for Sign Language Research — ducha_aiki · 2026-09-11
- ECCV26 Oral: Flow Matching Enables Single-Stage Multi-View Point Cloud Registration — ducha_aiki · 2026-09-11
- InFlux++ Method Released — ducha_aiki · 2026-09-11
- Skyfall GS Uses Flux to Refine Gaussian Splatting, Accepted at ECCV 2026 — ducha_aiki · 2026-09-11
- Could 10k agents discover learning methods beyond backprop, or just tweak existing ones? — SeunghyunSEO7 · 2026-09-11