Switch language한국어
Back to the list

β-OPSD: Deriving with Policy Optimization, Training with Self-Distillation

TL;DR AI

Key summary

2 min read
  1. Researchers propose β-OPSD, a self-distillation method for reasoning-model training that generalizes on-policy self-distillation with a tunable KL weight.

  2. The method derives a closed-form policy that mixes the reference and teacher policies, then realizes it with efficient logit interpolation and return-to-go credit assignment.

  3. On math reasoning benchmarks, β-OPSD is more stable than vanilla OPSD and achieves better downstream accuracy.

  4. The approach offers a more principled, practical way to combine policy optimization and self-distillation while reducing brittleness and improving reasoning performance.

Read the original