paper-with-me

홈 › Papers

ENTRA: Entropy-Based Redundancy Avoidance in Large Language Model Reasoning

2026-01-12 · Ruichu Cai, Haopeng Du, Qingwen Lin, Yutong Chen, Zijian Li, Boyan Xu arxiv

Large Reasoning Models (LRMs) often suffer from overthinking, generating unnecessarily long reasoning chains even for simple tasks. This leads to substantial computational overhead with limited performance gain, primarily due to redundant verification and repetitive generation. While prior work typically constrains output length or optimizes correctness, such coarse supervision fails to guide models toward concise yet accurate inference. In this paper, we propose ENTRA, an entropy-based training framework that suppresses redundant reasoning while preserving performance. ENTRA first estimates the token-level importance using a lightweight Bidirectional Importance Estimation (BIE) method, which accounts for both prediction confidence and forward influence. It then computes a redundancy reward based on the entropy of low-importance tokens, normalized by its theoretical upper bound, and optimizes this reward via reinforcement learning. Experiments on mathematical reasoning benchmarks demonstrate that ENTRA reduces output length by 37% to 53% with no loss-and in some cases, gains-in accuracy. Our approach offers a principled and efficient solution to reduce overthinking in LRMs, and provides a generalizable path toward redundancy-aware reasoning optimization.

📄 PDF Abstract BibTeX arXiv:2601.07123

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningMathematical Reasoning

Similar Papers 제목 키워드 기반

Rule Encoding and Compliance in Large Language Models: An Information-Theoretic Analysis

2025-09-23 · Joachim Diederich arxiv

The design of safety-critical agents based on large language models (LLMs) requires more than simple prompt engineering. This paper presents a comprehensive information-theoretic analysis of how rule encodings in system …

Prompt Engineering

Not All Tokens Learn Alike: Attention Entropy Reveals Heterogeneous Signals in RL Reasoning

2026-05-08 · Gengyang Li, Zheng-Fan Wu, Siqi Bao, Yunfang Wu arxiv

Reinforcement-learning-based post-training has become a key approach for improving the reasoning ability of large language models, but its token-level learning signals remain poorly understood. This work studies their he…

Semantic Chunking and the Entropy of Natural Language

2026-02-13 · Weishun Zhong, Doron Sivan, Tankut Can, Mikhail Katkov 외 arxiv

The entropy rate of printed English is famously estimated to be about one bit per character, a benchmark that modern large language models (LLMs) have only recently approached. This entropy rate implies that English cont…

Action Redundancy in Reinforcement Learning

2021-02-22 · Nir Baram, Guy Tennenholtz, Shie Mannor

Maximum Entropy (MaxEnt) reinforcement learning is a powerful learning paradigm which seeks to maximize return under entropy regularization. However, action entropy does not necessarily coincide with state entropy, e.g.,…

MuJoCoreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Towards Optimally Decentralized Multi-Robot Collision Avoidance via Deep Reinforcement Learning

2017-09-28 · Pinxin Long, Tingxiang Fan, Xinyi Liao, Wenxi Liu 외

Developing a safe and efficient collision avoidance policy for multiple robots is challenging in the decentralized scenarios where each robot generate its paths without observing other robots' states and intents. While o…

Collision AvoidanceDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1