Apple researchers propose training-free diagnostic framework to analyze on-policy distillation for reasoning models
A new paper introduces a per-token, per-question diagnostic tool to evaluate when on-policy distillation helps or harms model training, challenging assumptions about teacher-student signal quality.
1 source · cross-referenced
- Apple ML Research published a paper proposing a training-free diagnostic framework to evaluate on-policy distillation signals at per-token resolution.
- The framework introduces a gradient alignment score to quantify how closely a distillation gradient matches an ideal per-node gradient.
- Findings indicate distillation guidance aligns better with ideal signals on incorrect rollouts than correct ones, where teacher signals become noisy.
- Authors argue no single universally effective distillation configuration exists; optimal context depends on student capacity and task.
Apple Machine Learning Research published a paper introducing a training-free diagnostic framework to analyze on-policy distillation in reasoning models. The framework evaluates distillation signals at the highest resolution: per token, per question, and per teacher. The authors derive an ideal per-node gradient defined as the parameter update that maximally increases the student’s probability of success. They then propose a scalable targeted-rollout algorithm to estimate this gradient efficiently, even for long chains of intermediate thoughts.
The paper introduces a gradient alignment score, defined as the cosine similarity between the ideal gradient and any given distillation gradient. This score quantifies how closely a particular distillation configuration approximates the ideal signal. Across experiments in self-distillation and external teacher models, the authors observe that distillation guidance exhibits substantially higher alignment with the ideal on incorrect rollouts than on correct ones. They attribute this to the student already performing well in correct rollouts, where the teacher’s signal tends to become noisy.
The findings further indicate that the optimal distillation context depends jointly on the student model’s capacity and the target task. No single universally effective configuration emerged across settings, motivating the use of per-task, per-token diagnostic analyses for distillation. The authors suggest that these insights can guide practitioners in selecting distillation strategies without resorting to costly training runs.
The paper is authored by Mohammadreza Armandpour, Fatih Ilhan, David Harrison, Ajay Jaiswal, Duc N.M Hoang, Fartash Faghri, Yizhe Zhang, Minsik Cho, and Mehrdad Farajtabar, with equal contribution noted among the first two authors. It was published in July 2026 and is available on the Apple Machine Learning Research publications page.
- Jul 12, 2026 · MIT Technology Review — AI
Anthropic unveils Jacobian lens technique to probe hidden internal states of Claude Opus 4.6
Trust78 - Jul 12, 2026 · Apple — Machine Learning Research
Apple proposes framework to align text, audio, and video in generative AI
Trust79 - Jul 12, 2026 · Apple — Machine Learning Research
Apple proposes self-reflective program search to improve long-context language model performance
Trust79