paper-with-me

홈 › Papers

Effectiveness of Chain-of-Thought in Distilling Reasoning Capability from Large Language Models

2025-11-07 · Cong-Thanh Do, Rama Doddipatla, Kate Knill arxiv

Chain-of-Thought (CoT) prompting is a widely used method to improve the reasoning capability of Large Language Models (LLMs). More recently, CoT has been leveraged in Knowledge Distillation (KD) to transfer reasoning capability from a larger LLM to a smaller one. This paper examines the role of CoT in distilling the reasoning capability from larger LLMs to smaller LLMs using white-box KD, analysing its effectiveness in improving the performance of the distilled models for various natural language reasoning and understanding tasks. We conduct white-box KD experiments using LLMs from the Qwen and Llama2 families, employing CoT data from the CoT-Collection dataset. The distilled models are then evaluated on natural language reasoning and understanding tasks from the BIG-Bench-Hard (BBH) benchmark, which presents complex challenges for smaller LLMs. Experimental results demonstrate the role of CoT in improving white-box KD effectiveness, enabling the distilled models to achieve better average performance in natural language reasoning and understanding tasks from BBH.

📄 PDF Abstract BibTeX arXiv:2511.05184

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Mind's Mirror: Distilling Self-Evaluation Capability and Comprehensive Thinking from Large Language Models

2023-11-15 · Weize Liu, Guocong Li, Kai Zhang, Bang Du 외

Large language models (LLMs) have achieved remarkable advancements in natural language processing. However, the massive scale and computational demands of these models present formidable challenges when considering their…

Transfer Learning

Distilling LLM Agent into Small Models with Retrieval and Code Tools

2025-05-23 · Minki Kang, Jongwon Jeong, Seanie Lee, Jaewoong Cho 외

Large language models (LLMs) excel at complex reasoning tasks but remain computationally expensive, limiting their practical deployment. To address this, recent works have focused on distilling reasoning capabilities int…

Action GenerationDomain GeneralizationRetrieval

Small Models Struggle to Learn from Strong Reasoners

2025-02-17 · Yuetai Li, Xiang Yue, Zhangchen Xu, Fengqing Jiang 외

Large language models (LLMs) excel in complex reasoning tasks, and distilling their reasoning capabilities into smaller models has shown promise. However, we uncover an interesting phenomenon, which we term the Small Mod…

Amplify Adjacent Token Differences: Enhancing Long Chain-of-Thought Reasoning with Shift-FFN

2025-05-22 · Yao Xu, Mingyu Xu, Fangyu Lei, Wangtao Sun 외

Recently, models such as OpenAI-o1 and DeepSeek-R1 have demonstrated remarkable performance on complex reasoning tasks through Long Chain-of-Thought (Long-CoT) reasoning. Although distilling this capability into student …

Mathematical Reasoning

Distilling Algorithmic Reasoning from LLMs via Explaining Solution Programs

2024-04-11 · Jierui Li, Raymond Mooney

Distilling explicit chain-of-thought reasoning paths has emerged as an effective method for improving the reasoning abilities of large language models (LLMs) across various tasks. However, when tackling complex tasks tha…

Language Modelling