Hugging Face Daily PapersQiangqiang He, Jin Li, MingCai Chen1 min readpaperadvanced
Calibrating Teacher--Student Discrepancy for On-Policy Distillation
Summary
This paper introduces Calibrated On-Policy Distillation (Cal-OPD), a method to improve knowledge distillation by filtering out the teacher model's inherent deviations from the learning signal. Cal-OPD estimates and removes the teacher's self-deviation, leading to better student performance on mathematical reasoning tasks.
- Standard on-policy distillation (OPD) can inadvertently teach a student the teacher model's own inherent biases or "self-deviations."
- Privileged information in OPD can exacerbate the problem of students learning teacher's self-deviations.
- Cal-OPD estimates the teacher's self-deviation region using positive and negative privileged interventions.
- It calibrates the teacher-student discrepancy by only using the optimization signal that lies beyond this self-deviation region.
Engineers and researchers working on knowledge distillation for large language models can leverage Cal-OPD to train more accurate and robust student models by focusing on genuine capability gaps.
7/10

