paper-with-me

홈 › Papers

Learning to Maximize Mutual Information for Chain-of-Thought Distillation

2024-03-05 · Xin Chen, Hanxian Huang, Yanjun Gao, Yi Wang, Jishen Zhao, Ke Ding

Knowledge distillation, the technique of transferring knowledge from large, complex models to smaller ones, marks a pivotal step towards efficient AI deployment. Distilling Step-by-Step~(DSS), a novel method utilizing chain-of-thought~(CoT) distillation, has demonstrated promise by imbuing smaller models with the superior reasoning capabilities of their larger counterparts. In DSS, the distilled model acquires the ability to generate rationales and predict labels concurrently through a multi-task learning framework. However, DSS overlooks the intrinsic relationship between the two training tasks, leading to ineffective integration of CoT knowledge with the task of label prediction. To this end, we investigate the mutual relationship of the two tasks from Information Bottleneck perspective and formulate it as maximizing the mutual information of the representation features of the two tasks. We propose a variational approach to solve this optimization problem using a learning-based method. Our experimental results across four datasets demonstrate that our method outperforms the state-of-the-art DSS. Our findings offer insightful guidance for future research on language model distillation as well as applications involving CoT. Codes are available at \url{https://github.com/xinchen9/cot_distillation_ACL2024}.

📄 PDF Abstract BibTeX arXiv:2403.03348

Code (1)

xinchen9/cot_distillation_acl2024 공식 구현 pytorch

Tasks

Knowledge DistillationLanguage ModelingLanguage ModellingMulti-Task Learning

Similar Papers 제목 키워드 기반

Analyzing and Improving Chain-of-Thought Monitorability Through Information Theory

2026-02-20 · Usman Anwar, Tim Bakker, Dana Kianfar, Cristina Pinneri 외 arxiv

Chain-of-thought (CoT) monitors are LLM-based systems that analyze reasoning traces to detect when outputs may exhibit attributes of interest, such as test-hacking behavior during code generation. In this paper, we use i…

Code Generation

Symbolic Chain-of-Thought Distillation: Small Models Can Also "Think" Step-by-Step

2023-06-24 · Liunian Harold Li, Jack Hessel, Youngjae Yu, Xiang Ren 외

Chain-of-thought prompting (e.g., "Let's think step-by-step") primes large language models to verbalize rationalization for their predictions. While chain-of-thought can lead to dramatic performance gains, benefits appea…

Diversity

Deconstructing Long Chain-of-Thought: A Structured Reasoning Optimization Framework for Long CoT Distillation

2025-03-20 · Yijia Luo, Yulin Song, Xingyao Zhang, Jiaheng Liu 외

Recent advancements in large language models (LLMs) have demonstrated remarkable reasoning capabilities through long chain-of-thought (CoT) reasoning. The R1 distillation scheme has emerged as a promising approach for tr…

Complementary Relation Contrastive Distillation

2021-03-29 · CVPR 2021 1 · Jinguo Zhu, Shixiang Tang, Dapeng Chen, Shijie Yu 외

Knowledge distillation aims to transfer representation ability from a teacher model to a student model. Previous approaches focus on either individual representation distillation or inter-sample similarity preservation. …

Knowledge DistillationRelation

Knowledge Distillation for Large Language Models

2026-03-14 · Alejandro Paredes La Torre, Barbara Flores, Diego Rodriguez arxiv

We propose a resource-efficient framework for compressing large language models through knowledge distillation, combined with guided chain-of-thought reinforcement learning. Using Qwen 3B as the teacher and Qwen 0.5B as …

Knowledge DistillationReinforcement Learning