Advanced NLP Interview Questions #13 – The Knowledge Distillation Trap
Why training on ensemble hard targets throws away the most valuable signal—and how dark knowledge actually transfers intelligence.
You are in a Senior AI Interview at OpenAI. The interviewer sets a quiet trap:
“We need to distill a massive 10-model ensemble into a single small model for low-latency serving. Why is training the student on the ensemble’s final output tokens a complete waste of compute?”
90% of candidates walk right into it.
Most candidates say: “It’s not a waste. The ensemble is the ‘teacher.’ If the ensemble predicts Cat with 99% confidence, we should treat Cat as the ground truth and train the student to predict it using standard Cross-Entropy Loss.”
Technically correct. Practically useless.
Here is the mental shift: If you only train on the “Hard Target” (the winner), you are throwing away the single most valuable asset the ensemble created.
Keep reading with a 7-day free trial
Subscribe to AI Interview Prep to keep reading this post and get 7 days of free access to the full post archives.

