One Symptom, Three Levers: A Critical Review of On-Policy Self-Distillation

Justin Robert, Raheel Qader

arXiv:2608.25936 · 2026-09-08 공개 · arXiv · PDF

reinforcement-learning language-models mathematical-reasoning self-distillation imitation-learning on-policy-self-distillation model-collapse signal-weighting

Abstract

On-policy distillation trains a language model on its own generations while a teacher scores them token by token. It combines the dense supervision of imitation learning with the on-policy sampling of reinforcement learning. But it requires a second, larger model to act as teacher. On-Policy Self-Distillation (OPSD) removes that cost. The teacher is the model itself, conditioned on privileged information the student will not have at test time, such as a reference solution, a plan, or environment feedback. The teacher is no stronger than the student, only better informed. Early results were promising, with accuracy comparable to reinforcement learning at a fraction of the generated tokens. But the same asymmetry that produces the signal also biases it. One failure mode now dominates the field: collapse, the progressive narrowing of the set of reasoning paths the model can produce. Collapse is not specific to OPSD, though privileged information aggravates it. This review treats collapse as a symptom governed by three levers: (i) where the signal is applied, that is, how tokens are weighted; (ii) what the teacher is shown, that is, the nature of the privileged information; and (iii) when the signal changes, that is, the teacher's dynamics and the decay of guidance. We restrict our scope to mathematical reasoning, where the method originated and where its failure modes are best documented. We report no new experiments. The contribution is structural: a shared vocabulary for phenomena named differently across papers, and a clear line between what is settled and what is still disputed.

한국어 요약

한 줄 요약

On-Policy Self-Distillation(자기 교사 정제)은 외부 교사 모델 없이 자기 자신을 교사로 사용하는 학습 방식으로, 수학적 추론에서 성능을 유지하면서 생성 토큰 수를 줄이는 가능성을 제시하지만, 추론 경로의 다양성 감소(콜랩스)라는 주요 문제를 동반한다.

핵심 기여도

핵심 아이디어

On-Policy Self-Distillation(자기 교사 정제)은 기존 On-Policy Distillation(OPD)에서 요구되는 외부 교사 모델을 제거하고, 학습 중에 학습자가 보지 못하는 특권 정보(privileged information)를 조건으로 학습자 자신을 교사로 사용하는 방식이다. 예를 들어, 학습자는 테스트 시점에 알 수 없는 참조 해법(reference solution)이나 환경 피드백을 조건으로 학습한다. 이는 교사가 학습자보다 정보가 더 많지만 능력은 같다는 점에서 차별화된다. 이 접근법은 토큰 단위의 밀집된 피드백을 제공하면서도, RL의 독립성과 OPD의 밀집 학습을 결합한다. 그러나 이 정보 비대칭성은 콜랩스라는 실패 모드를 유발할 수 있다. 콜랩스는 추론 경로가 점점 줄어드는 현상으로, 토큰 생성 수가 줄어들더라도 모델의 다양성이 낮아지는 문제를 야기한다.

기술적 접근법

주요 결과

의의 및 한계

OPSD는 외부 교사 모델 없이 토큰 생성 수를 줄이는 경제적인 학습 방식으로, 수학적 추론 분야에서 초기 성능이 뛰어났다. 그러나 콜랩스 문제로 인해 추론 경로의 다양성이 감소하고, 참조 해법에 의존하면 전이 성능이 저하되는 한계가 있다. 또한, 연구는 대부분 단일 모델 패밀리(예: DeepSeek-R1)와 수십억 파라미터 이하의 모델에서 수행되었으며, 멀티모달이나 에이전트 기반 연구는 제외되어 있어 일반화 가능성에 제약이 있다. 현재로서는 외부 교사 없이 토큰 생성을 줄이는 후기 SFT 조정 기법으로, 턴키 솔루션은 아님.

실용적 활용

OPSD는 기업이 자체적으로 소형 모델을 개발하고자 할 때, 외부 교사 모델 없이 토큰 생성을 줄이는 경제적인 방법으로 활용 가능하다. 그러나 콜랩스 방지를 위한 안전장치(예: 가이던스 감소, 정보 비대칭 제어)가 필요하며, 테스트 시점에 특권 정보가 제공되지 않는 상황에서는 주의가 필요하다. 수학적 추론 외의 분야(예: 멀티모달, 에이전트)에서는 추가 연구가 필요하다.