提出新算法解决大模型蒸馏中教师偏见问题
Coupled Calibration and Learning: Mitigating Teacher Bias in LLM Distillation without Target-Domain Reward Feedback
这篇论文提出了一种新算法,能解决大模型蒸馏中一个关键问题,就是如何让小模型学习大模型的能力而不继承大模型的偏见。它通过在源数据上校准教师模型,然后利用这个校准后的模型来训练学生模型,这样就能在不需要目标领域反馈的情况下,更好地学习。
论文提出 Coupled Calibration and Learning (CCL) 算法,通过在源问题上的奖励反馈校准教师模型,再利用校准后的教师模型在目标问题上训练学生模型,从而在无目标领域奖励反馈的情况下,有效缓解教师模型固有的系统性偏见和错误。
Coupled Calibration and Learning: Mitigating Teacher Bias in LLM Distillation without Target-Domain Reward Feedback
Large language model (LLM) distillation aims to transfer the capabilities of a powerful teacher to a smaller student. Direct imitation, however, can also transfer the teacher's systematic bias and errors. This challenge is particularly pronounced under covariate shift, when the teacher's reliability on target questions is uncertain and target-domain reward feedback is unavailable. We propose Coupled Calibration and Learning (CCL), an LLM distillation algorithm that couples teacher calibration with student updates through token-level branching, using reward feedback only on source questions. Each iteration calibrates the teacher using source feedback and then uses the calibrated teacher to train the student on target questions. The updated student, in turn, informs subsequent calibration. In an autoregressive policy framework, we prove that the output student's expected average Kullback-Leibler divergence to the oracle student converges to zero at a polynomial rate in the number of iterations. The oracle maximizes the true reference-regularized target reward within the student class, which need not represent the unrestricted optimal policy. Our analysis quantifies the progress of projected student gradient updates while controlling the error in teacher calibration. We further establish a separation from regularized direct matching: its error relative to the oracle student can remain bounded away from zero even when the teacher achieves higher regularized target reward than every student policy. These results demonstrate that LLM distillation can overcome persistent teacher bias and recover the optimal student through coupled calibration and learning, without target-domain reward feedback.