Attention Is All You Need
Ashish Vaswani, Noam Shazeer et al.
0
Citations
0
Influential Citations
—
Venue
2023
Year
Chain of thought prompting successfully improves the reasoning capabilities of large language models, achieving state of the art results on a range of datasets. However, these …
Chain-of-thought prompting has emerged as a powerful technique to elicit step-by-step reasoning from large language models, achieving state-of-the-art results on complex reasoning tasks. However, the computational and memory demands of large models limit their deployment in many practical settings. This paper addresses a critical gap: can smaller, more efficient models be taught to reason in a similar manner? By demonstrating that knowledge distillation of chain-of-thought rationales is effective, the authors open the door to deploying reasoning-capable models on edge devices, in real-time applications, and in scenarios with limited compute budgets. The work is particularly timely as the AI community increasingly focuses on model efficiency and accessibility.
On arithmetic reasoning benchmarks (e.g., GSM8K, SVAMP), the distilled small models achieve accuracy within 5-10% of the teacher model, significantly outperforming small models fine-tuned without rationales (e.g., 40% vs. 15% on GSM8K). On commonsense reasoning datasets (e.g., CSQA, StrategyQA), similar gains are observed. The distilled models also show improved robustness to rephrased questions.
This research has immediate practical implications: it provides a recipe for creating compact, reasoning-capable models that can be deployed at scale. It also raises interesting questions about the nature of reasoning in neural networks—whether it can be effectively compressed and transferred. Future work may explore more efficient distillation techniques, multi-teacher ensembles, and applications to other modalities.
Ashish Vaswani, Noam Shazeer et al.
Jakubův, Jan, Chvalovský, Karel et al.
Pauli Virtanen, Ralf Gommers et al.
Tom B. Brown, Benjamin Mann et al.