paper-with-me

Papers

Entropy-Guided Reasoning Compression

2025-11-18 · Hourun Zhu, Yang Gao, Wenlong Fei, Jiawei Li, Huashan Sun 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 poor deployability. Existing compression methods have achieved partial success but overlook a crucial phenomenon in the training process -- the entropy conflict. During compression training, entropy decreases, leading to shorter reasoning but limited exploration, while accuracy-oriented objectives increase entropy, lengthening reasoning chains. This can cause the model to get stuck in a local dilemma. Our analysis further reveals the origin of the entropy conflict: many high-entropy tokens are logical connectors that receive larger gradients and are encouraged under the performance objective, while the compression objective simultaneously penalizes these potentially redundant connectors. This opposing pressure creates a direct source of entropy conflict. To address these issues, we adopt an entropy-guided training framework. As entropy descends, the model is guided toward efficient reasoning by encouraging concise thought steps; as entropy rises, exploration is reinforced under the compact reasoning mode to improve robustness. Experiments on six mathematical benchmarks show that our method compresses reasoning length to 20% of the original while maintaining or even surpassing baseline accuracy. Code and models will be released publicly.

📄 PDF Abstract BibTeX arXiv:2511.14258

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Shorthand for Thought: Compressing LLM Reasoning via Entropy-Guided Supertokens

2026-04-29 · Zhenyu Zhao, Sander Land, Daniel M. Bikel, Waseem Alshikh arxiv

Reasoning in Large Language Models incurs significant inference-time compute, yet the token-level information structure of reasoning traces remains underexplored. We observe that reasoning tokens split into two functiona…

Mathematical Reasoning

Entropy-Guided Tensor Compression for Multimodal Federated Learning on Edge Devices

2026-07-07 · Quoc Bao Phan, Tuy Tan Nguyen arxiv

Federated learning (FL) over mobile and edge devices increasingly involves multimodal models in which clients differ in both sensing capability and computational capacity. Existing update compression schemes typically ap…

Federated Learning

T-Retriever: Tree-based Hierarchical Retrieval Augmented Generation for Textual Graphs

2026-01-08 · Chunyu Wei, Huaiyu Qin, Siyuan He, Yunhai Wang 외 arxiv

Retrieval-Augmented Generation (RAG) has significantly enhanced Large Language Models' ability to access external knowledge, yet current graph-based RAG approaches face two critical limitations in managing hierarchical i…

LLMs for Game Theory: Entropy-Guided In-Context Learning and Adaptive CoT Reasoning

2026-01-15 · Tommaso Felice Banfi, Sashenka Gamage arxiv

We propose a novel LLM-based framework for reasoning in discrete, game-theoretic tasks, illustrated with \emph{Tic-Tac-Toe}. The method integrates in-context learning with entropy-guided chain-of-thought (CoT) reasoning …

RuPLaR : Efficient Latent Compression of LLM Reasoning Chains with Rule-Based Priors From Multi-Step to One-Step

2026-05-10 · Xiaocheng Luo, Kang Wang, Zaifu Zhan, Yuechi Zhou 외 arxiv

The Chain-of-Thought (CoT) paradigm, while enhancing the interpretability of Large Language Models (LLMs), is constrained by the inefficiencies and expressive limits of natural language. Latent Chain-of-Thought (latent C…