01
The setup
A large teacher sees a worked solution and labels each reasoning step with both a score and a natural-language critique. A much smaller student then tries to reproduce that behavior without access to the answer at inference time.
The attraction is obvious: turn expensive, privileged supervision into a cheap process verifier. The risk is that a small student learns the surface of the feedback while losing the information that made it correct.
02
The supervision sweet spot
Privileged context helps the teacher only where the problem is difficult enough to require a reference but still tractable enough for the teacher to use it. On easy problems the reference is redundant; on the hardest tail it cannot rescue an incapable judge.
A bare final answer carries almost none of this benefit. The worked solution—the structure of how the answer is reached—is the useful signal.
03
The result that matters
The teacher’s advantage did not transfer into the tested 1.5B student. Privileged and non-privileged students were statistically indistinguishable, and neither produced a verifier that beat the simple majority-vote baseline.
That null result is the point. Scaling a labeling pipeline before checking whether its information survives the teacher-student boundary can turn a real expert advantage into expensive supervision noise.
- Teacher quality and student learnability are separate variables.
- Threshold-free and downstream evaluations matter; a fixed threshold can manufacture a success story.
- The next experiment should first make the student competent, then ask whether privilege transfers.
04
Still open
Does the privileged signal transfer at a larger data scale or student capacity? And can the feedback be reorganized into a cleaner directional target instead of a diffuse churn of step labels?