Filtering On-Policy Distillation Improves LLM Reasoning.

Chen Yang, Haiyuan Wan, Rengrong Xiong, Yize Chen, Danny H. K. Tsang· August 21, 2026 View original

Key takeaways

  • Teacher rewards in on-policy distillation don't always reflect true reasoning progress.
  • R2-OPD filters teacher supervision when it conflicts with reasoning advancement.
  • This method uses independent progress rewards to refine training signals.
  • R2-OPD consistently improves LLM performance on reasoning tasks.

Who benefits

AI DevelopmentResearch & AcademiaSoftware DevelopmentData Science

Summary

This paper introduces Reasoning-Progress-Aware Reward Filtering for On-Policy Distillation (R2-OPD), a method that improves language model reasoning by selectively suppressing teacher supervision when it conflicts with genuine reasoning progress. This addresses the mismatch where teacher-derived rewards don't always align with actual reasoning advancement.

On-policy distillation (OPD) is a common technique for post-training language models, where a student model learns from a teacher's token-level supervision on generated trajectories. However, a key limitation is that teacher-derived rewards don't always accurately reflect genuine reasoning progress; a reasoning step might be correct but receive a lower reward simply for deviating from the teacher's exact output. To overcome this, the researchers propose R2-OPD (Reasoning-Progress-Aware Reward Filtering for On-Policy Distillation). This method constructs two internal rankings of reasoning spans within a trajectory: one based on teacher rewards and another based on an independently estimated "progress reward." When these two rankings disagree, the distillation rewards from the teacher are selectively suppressed. This ensures that the student model receives more accurate guidance, leading to consistent improvements in reasoning performance compared to standard OPD.

Why it matters

For AI engineers and researchers, this work offers a significant advancement in training more capable and robust language models, particularly for complex reasoning tasks, by refining the distillation process.

How to implement this in your domain

  1. 1Evaluate current on-policy distillation pipelines for potential mismatches between teacher rewards and actual reasoning progress.
  2. 2Experiment with implementing R2-OPD or similar reward filtering mechanisms in custom LLM training workflows.
  3. 3Develop independent metrics or models to estimate "reasoning progress" for specific tasks to inform reward filtering.
  4. 4Benchmark the reasoning performance of LLMs trained with and without R2-OPD on complex problem-solving datasets.

Original post by Chen Yang, Haiyuan Wan, Rengrong Xiong, Yize Chen, Danny H. K. Tsang

"arXiv:2608.19408v1 Announce Type: new Abstract: On-policy distillation (OPD) has emerged as an effective framework for post-training language models by pairing student-generated trajectories with dense token-level supervision from a teacher. However, OPD implicitly assumes that t…"

View on X

Originally posted by Chen Yang, Haiyuan Wan, Rengrong Xiong, Yize Chen, Danny H. K. Tsang on X · view source

Want to go deeper?

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

Explore courses