REOPD Improves On-Policy Distillation with Adaptive Reward Extrapolation.

Yang Sun, Lichao Ma, Houyuan Qin, Yuxin Liu, Hanyang Lu, Yao Zhu, Pinlong Cai, Guohang Yan· August 13, 2026 View original

Key takeaways

  • Standard reward extrapolation in OPD can lead to instability and reward hacking.
  • REOPD introduces a reliability-adaptive, token-wise reward extrapolation coefficient.
  • It stabilizes training and improves performance without extra models or rollouts.
  • REOPD shows strong performance across diverse domains and teacher configurations.

Who benefits

AI/ML DevelopmentSoftware EngineeringEducation TechnologyResearch & Development

Summary

This paper introduces REOPD, a reliability-adaptive reward extrapolation framework for on-policy distillation (OPD) that prevents reward hacking and stabilizes training. It uses token-level compatibility and batch-level adaptive budgets to selectively amplify teacher rewards, outperforming existing methods.

On-policy distillation (OPD) is a technique where a student model learns from its own generated trajectories, guided by dense, token-level supervision from a more capable teacher model. While methods like ExOPD amplify the teacher's log-likelihood ratio to push the student beyond mere imitation, they often apply a uniform amplification coefficient. This global approach can lead to "reward hacking," where the student overfits extreme reward peaks, causing instability and requiring extensive hyperparameter tuning. This research proposes REOPD (Reliability-Adaptive Reward Extrapolation for On-Policy Distillation) to address these issues. REOPD introduces a dynamic, token-wise coefficient that adapts based on the reliability of the teacher's guidance. It combines a token-level compatibility weight with a batch-level adaptive budget, allowing for selective extrapolation along directions where the teacher's reference is most reliable. Crucially, REOPD achieves this without needing additional components like verifiers, reward models, value models, or extra rollouts beyond standard OPD. Experiments demonstrated that REOPD consistently outperformed G-OPD in single-teacher mathematics and multi-teacher settings, while matching G-OPD's performance in single-teacher code generation, showcasing its effective fine-grained reliability adaptation across diverse domains.

Why it matters

AI engineers and researchers can use REOPD to train more stable and performant student models through distillation, reducing training instabilities and the need for costly hyperparameter sweeps, especially in complex domains.

How to implement this in your domain

  1. 1Evaluate current on-policy distillation pipelines for stability and reward hacking issues.
  2. 2Integrate REOPD's reliability-adaptive reward extrapolation mechanism into existing OPD frameworks.
  3. 3Experiment with REOPD on various tasks (e.g., code generation, mathematical reasoning) to assess its impact on student model performance and training stability.
  4. 4Develop metrics to monitor token-level compatibility and batch-level adaptive budgets during distillation.

Original post by Yang Sun, Lichao Ma, Houyuan Qin, Yuxin Liu, Hanyang Lu, Yao Zhu, Pinlong Cai, Guohang Yan

"arXiv:2608.11698v1 Announce Type: new Abstract: On-policy distillation (OPD) trains a student on its own trajectories under dense token-level supervision from a teacher. Reward-extrapolation methods such as ExOPD amplify the teacher-reference log-likelihood ratio to move beyond d…"

View on X

Originally posted by Yang Sun, Lichao Ma, Houyuan Qin, Yuxin Liu, Hanyang Lu, Yao Zhu, Pinlong Cai, Guohang Yan on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses