ENTRA: Entropy-Based Redundancy Avoidance in Large Language Model Reasoning
Ruichu Cai, Haopeng Du, Qingwen Lin, Yutong Chen, Zijian Li, Boyan Xu

TL;DR
ENTRA is a training framework for large reasoning models that reduces redundant reasoning by estimating token importance and optimizing for lower entropy, leading to shorter outputs without sacrificing accuracy.
Contribution
ENTRA introduces an entropy-based training method with a lightweight importance estimation to suppress redundancy in reasoning models, improving efficiency and maintaining performance.
Findings
Reduces output length by 37-53% without accuracy loss
Uses entropy of low-importance tokens as a redundancy measure
Demonstrates effectiveness on mathematical reasoning benchmarks
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Multimodal Machine Learning Applications · Natural Language Processing Techniques
