paper-with-me

Papers

Demystifying Entropy-based Selection for Chain-of-Thought Compression in Large Reasoning Models

2026-07-30 · Sara Candussio, Daniel Scalena, Luca Bortolussi, Elisabetta Fersini, Malvina Nissim, Gabriele Sarti arxiv

Entropy-based pruning has been proposed as an effective method for compressing Chain-of-Thought (CoT) reasoning with negligible accuracy loss. We test the robustness of low- and high-entropy CoT step selection methods across various models and reasoning tasks, showing that entropy offers no advantage over random pruning in any evaluated setting. Moving from sentences to tokens, we then show that retaining low-entropy tokens seems effective only on mathematical benchmarks. We find this is due to the inherently low-entropy nature of numeric tokens, which also convey semantic content in such problems. Finally, we demonstrate that patching a subset of a few CoT tokens with their original activations recovers near-perfect full-trace performance, providing causal evidence that task information is not concentrated in a small set of CoT tokens identifiable by heuristics, but rather distributed across the full reasoning chain.

📄 PDF Abstract BibTeX arXiv:2607.28707

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Entropy-Guided Reasoning Compression

2025-11-18 · Hourun Zhu, Yang Gao, Wenlong Fei, Jiawei Li 외 arxiv

Large reasoning models have demonstrated remarkable performance on complex reasoning tasks, yet the excessive length of their chain-of-thought outputs remains a major practical bottleneck due to high computation cost and…

Long Chain-of-Thought Compression via Fine-Grained Group Policy Optimization

2026-02-10 · Xinchen Han, Hossam Afifi, Michel Marot, Xilu Wang 외 arxiv

Large Language Models (LLMs) often generate unnecessarily verbose Chain-of-Thought (CoT) reasoning that increases computational costs and latency without proportional performance gains. In this paper, we propose Fine-gra…

Reinforcement Learning

Revisiting Chain-of-Thought Reasoning under Limited Supervision: Semi-supervised Chain-of-Thought Learning

2026-07-01 · Hongyang He, Jiuming Liu, Victor Sanchez arxiv

Chain-of-thought (CoT) reasoning has emerged as an effective approach for activating latent reasoning capabilities in large language models. However, most existing CoT methods use reasoning chains mainly as inference-tim…

From Long to Lean: Performance-aware and Adaptive Chain-of-Thought Compression via Multi-round Refinement

2025-09-26 · Jianzhi Yan, Le Liu, Youcheng Pan, Shiwei Chen 외 arxiv

Chain-of-Thought (CoT) reasoning improves performance on complex tasks but introduces significant inference latency due to verbosity. We propose Multiround Adaptive Chain-of-Thought Compression (MACC), a framework that l…

Making Slow Thinking Faster: Compressing LLM Chain-of-Thought via Step Entropy

2025-08-05 · Zeju Li, Jianyuan Zhong, Ziyang Zheng, Xiangyu Wen 외 arxiv

Large Language Models (LLMs) using Chain-of-Thought (CoT) prompting excel at complex reasoning but generate verbose thought processes with considerable redundancy, leading to increased inference costs and reduced efficie…

Reinforcement LearningMathematical Reasoning