paper-with-me

홈 › Papers

Keypoint-based Progressive Chain-of-Thought Distillation for LLMs

2024-05-25 · Kaituo Feng, Changsheng Li, Xiaolu Zhang, Jun Zhou, Ye Yuan, Guoren Wang

Chain-of-thought distillation is a powerful technique for transferring reasoning abilities from large language models (LLMs) to smaller student models. Previous methods typically require the student to mimic the step-by-step rationale produced by LLMs, often facing the following challenges: (i) Tokens within a rationale vary in significance, and treating them equally may fail to accurately mimic keypoint tokens, leading to reasoning errors. (ii) They usually distill knowledge by consistently predicting all the steps in a rationale, which falls short in distinguishing the learning order of step generation. This diverges from the human cognitive progression of starting with easy tasks and advancing to harder ones, resulting in sub-optimal outcomes. To this end, we propose a unified framework, called KPOD, to address these issues. Specifically, we propose a token weighting module utilizing mask learning to encourage accurate mimicry of keypoint tokens by the student during distillation. Besides, we develop an in-rationale progressive distillation strategy, starting with training the student to generate the final reasoning steps and gradually extending to cover the entire rationale. To accomplish this, a weighted token generation loss is proposed to assess step reasoning difficulty, and a value function is devised to schedule the progressive distillation by considering both step difficulty and question diversity. Extensive experiments on four reasoning benchmarks illustrate our KPOD outperforms previous methods by a large margin.

📄 PDF Abstract BibTeX arXiv:2405.16064

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SCOUT: Teaching Pre-trained Language Models to Enhance Reasoning via Flow Chain-of-Thought

2025-05-30 · Guanghao Li, Wenhao Jiang, Mingfeng Chen, Yan Li 외

Chain of Thought (CoT) prompting improves the reasoning performance of large language models (LLMs) by encouraging step by step thinking. However, CoT-based methods depend on intermediate reasoning steps, which limits sc…

ProLaViT: Learning Progressive Latent Visual Thoughts in Structured Latent Space

2026-07-03 · Peiming Li, Yifan Wang, Xiaotian Zhang, Zhiyuan Hu 외 arxiv

Multimodal Large Language Models (MLLMs) have achieved remarkable progress but still struggle with complex visual reasoning tasks requiring multi-step perception and logical deduction. While explicit visual generation in…

Visual Reasoning

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…

Turning Dust into Gold: Distilling Complex Reasoning Capabilities from LLMs by Leveraging Negative Data

2023-12-20 · Yiwei Li, Peiwen Yuan, Shaoxiong Feng, Boyuan Pan 외

Large Language Models (LLMs) have performed well on various reasoning tasks, but their inaccessibility and numerous parameters hinder wide application in practice. One promising way is distilling the reasoning ability fr…

Arithmetic Reasoning

EndoCoT: Scaling Endogenous Chain-of-Thought Reasoning in Diffusion Models

2026-03-12 · Xuanlang Dai, Yujie Zhou, Long Xing, Jiazi Bu 외 arxiv

Recently, Multimodal Large Language Models (MLLMs) have been widely integrated into diffusion frameworks primarily as text encoders to tackle complex tasks such as spatial reasoning. However, this paradigm suffers from t…

Spatial Reasoning