CLFeb 25, 2025

Unveiling the Key Factors for Distilling Chain-of-Thought Reasoning

arXiv:2502.18001v30.1640 citationsh-index: 7Has CodeACL
AI Analysis50

It addresses the computational inefficiency of CoT prompting in LLMs by optimizing distillation for SLMs, offering incremental insights tailored to specific model capabilities.

This study systematically examines factors influencing Chain-of-Thought (CoT) distillation from Large Language Models (LLMs) to Small Language Models (SLMs), finding that granularity, format, and teacher model choice affect performance non-monotonically, with stronger SLMs benefiting from finer-grained reasoning and weaker ones from simpler supervision.

Large Language Models (LLMs) excel in reasoning tasks through Chain-of-Thought (CoT) prompting. However, CoT prompting greatly increases computational demands, which has prompted growing interest in distilling CoT capabilities into Small Language Models (SLMs). This study systematically examines the factors influencing CoT distillation, including the choice of granularity, format and teacher model. Through experiments involving four teacher models and seven student models across seven mathematical and commonsense reasoning datasets, we uncover three key findings: (1) Unlike LLMs, SLMs exhibit a non-monotonic relationship with granularity, with stronger models benefiting from finer-grained reasoning and weaker models performing better with simpler CoT supervision; (2) CoT format significantly impacts LLMs but has minimal effect on SLMs, likely due to their reliance on supervised fine-tuning rather than pretraining preferences; (3) Stronger teacher models do NOT always produce better student models, as diversity and complexity in CoT supervision can outweigh accuracy alone. These findings emphasize the need to tailor CoT strategies to specific student model, offering actionable insights for optimizing CoT distillation in SLMs. The code and datasets are available at https://github.com/EIT-NLP/Distilling-CoT-Reasoning.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes