Critique-Guided Distillation for Robust Reasoning via Refinement
Abstract
Lay Summary
When we train smaller AI models by copying the outputs of larger, more capable models, they learn what to say but not why, which is like a student who memorizes answers without understanding the reasoning behind them. This limits their ability to solve new, harder problems they haven't seen before. We propose Critique-Guided Distillation (CGD), a training method where a stronger "teacher" model critiques the smaller "student" model's mistakes and explains what went wrong. The student then learns to produce corrected answers informed by this feedback. Importantly, these critiques are only used during training, i.e., once the model deployed, the student reasons on its own in a single step, with no added computational cost. Across multiple AI model families and challenging math and reasoning benchmarks, CGD consistently improves performance over existing methods while preserving the model's general abilities (such as following instructions and writing code). This offers a practical and computationally efficient path toward building AI systems that reason more robustly without requiring expensive multi-step inference or reinforcement learning.