paper-with-me

Papers

Implicit Chain of Thought Reasoning via Knowledge Distillation

2023-11-02 · Yuntian Deng, Kiran Prasad, Roland Fernandez, Paul Smolensky, Vishrav Chaudhary, Stuart Shieber

To augment language models with the ability to reason, researchers usually prompt or finetune them to produce chain of thought reasoning steps before producing the final answer. However, although people use natural language to reason effectively, it may be that LMs could reason more effectively with some intermediate computation that is not in natural language. In this work, we explore an alternative reasoning approach: instead of explicitly producing the chain of thought reasoning steps, we use the language model's internal hidden states to perform implicit reasoning. The implicit reasoning steps are distilled from a teacher model trained on explicit chain-of-thought reasoning, and instead of doing reasoning "horizontally" by producing intermediate words one-by-one, we distill it such that the reasoning happens "vertically" among the hidden states in different layers. We conduct experiments on a multi-digit multiplication task and a grade school math problem dataset and find that this approach enables solving tasks previously not solvable without explicit chain-of-thought, at a speed comparable to no chain-of-thought.

📄 PDF Abstract BibTeX arXiv:2311.01460

Code (1)

da03/implicit_chain_of_thought 공식 구현 pytorch

Tasks

Knowledge DistillationMath

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Dialogue Chain-of-Thought Distillation for Commonsense-aware Conversational Agents

2023-10-13 · Hyungjoo Chae, Yongho Song, Kai Tzu-iunn Ong, Taeyoon Kwon 외

Human-like chatbots necessitate the use of commonsense reasoning in order to effectively comprehend and respond to implicit information present within conversations. Achieving such coherence and informativeness in respon…

InformativenessKnowledge DistillationResponse Generation

CODI: Compressing Chain-of-Thought into Continuous Space via Self-Distillation

2025-02-28 · Zhenyi Shen, Hanqi Yan, Linhai Zhang, Zhanghao Hu 외

Chain-of-Thought (CoT) reasoning enhances Large Language Models (LLMs) by encouraging step-by-step reasoning in natural language. However, leveraging a latent continuous space for reasoning may offer benefits in terms of…

GSM8K

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

SemCoT: Accelerating Chain-of-Thought Reasoning through Semantically-Aligned Implicit Tokens

2025-10-28 · Yinhan He, Wendy Zheng, Yaochen Zhu, Zaiyi Zheng 외 arxiv

The verbosity of Chain-of-Thought (CoT) reasoning hinders its mass deployment in efficiency-critical applications. Recently, implicit CoT approaches have emerged, which encode reasoning steps within LLM's hidden embeddin…

Knowledge Distillation

LoRi: Low-Rank Distillation for Implicit Reasoning

2026-06-03 · Ryan Solgi, Jiayi Tian, Zheng Zhang arxiv

Implicit chain-of-thought (iCoT) methods aim to internalize reasoning in large language models, but often underperform explicit CoT prompting. We empirically find that hidden-state reasoning trajectories exhibit low-rank…

Mathematical Reasoning