ATRIUMsearch → argument graph
ClaimArticle

Distillation has four key limits: a ceiling effect from the teacher, degradation when the teacher-student capacity gap is too wide, architecture mattering more than size, and the teacher passing on unintended behavioral traits through hidden signals in data.

The teacher sets a quality ceiling, too large a capacity gap hurts transfer, a better base architecture can beat a larger one, and a 2025 Nature study showed behavioral traits can transfer through distillation even when data is filtered. ✦ AI generated

Author · ByteByteGo Newsletter · 2026-08-05 · original ↗

Distillation has clear limits, and they matter when deciding whether it fits a given problem. A ceiling effect from the teacher: A student trained on a teacher's output tends to stay at or below the teacher's level on the kind of data they saw. When the teacher produces a wrong answer, the student learns that wrong answer along with the right ones. The teacher's quality sets the bar, which makes the choice of teacher one of the most consequential decisions in the process. A wider gap can hurt: A larger, stronger teacher does not always produce a better student. When the gap between teacher and student is very wide, transfer can degrade, because the student has too little capacity to absorb everything that a much larger model expresses. Research on this capacity gap has found that the strongest available teacher is sometimes a poor choice. A set of methods exists to bridge wide gaps by adding a middle step, where the teacher trains a mid-sized model and that model trains the small student, so each handoff spans a smaller distance. Architecture can outweigh size: The design of the base model can matter more than its parameter count. In one study, a 32-billion-parameter student outperformed a 70-billion-parameter student on the same task, because the smaller one was built on a stronger base architecture. Size alone is a weak predictor of how well distillation will go. The teacher can pass on more than the task: In a 2025 study later published in Nature, a teacher model with a particular trait, a tendency to favor owls, was used to generate training data made up only of number sequences. A student trained on those numbers picked up the same preference for owls, even after the data was filtered to remove any visible trace of the trait. The same effect appeared with more serious behaviors, and it occurred only when the teacher and student shared the same base model. The takeaway is that distillation can carry across more than the task being taught, and that filtering the visible data is sometimes too coarse to stop it.

Read full article ↗excerpt · fair-use quotation