English

Explore Briefly, Then Decide: Mitigating LLM Overthinking via Cumulative Entropy Regulation

Computation and Language 2026-03-24 v2 Artificial Intelligence Machine Learning

Abstract

Large Language Models (LLMs) have demonstrated remarkable reasoning abilities on complex problems using long Chain-of-Thought (CoT) reasoning. However, they often suffer from overthinking, meaning generating unnecessarily lengthy reasoning steps for simpler problems. This issue may degrade the efficiency of the models and make them difficult to adapt the reasoning depth to the complexity of problems. To address this, we introduce a novel metric Token Entropy Cumulative Average (TECA), which measures the extent of exploration throughout the reasoning process. We further propose a novel reasoning paradigm named "Explore Briefly, Then Decide", with an associated Cumulative Entropy Regulation (CER) mechanism. This paradigm leverages TECA to help the model dynamically determine the optimal point to conclude its thought process and provide a final answer, thus achieving efficient reasoning. Experimental results across diverse mathematical benchmarks show that our approach substantially mitigates overthinking without sacrificing problem solving ability. With our thinking paradigm, the average response length decreases by up to 71% on simpler datasets, demonstrating the effectiveness of our method in creating a more efficient and adaptive reasoning process.

Keywords

Cite

@article{arxiv.2510.02249,
  title  = {Explore Briefly, Then Decide: Mitigating LLM Overthinking via Cumulative Entropy Regulation},
  author = {Yi Bin and Tianyi Jiang and Yujuan Ding and Kainian Zhu and Fei Ma and Jingkuan Song and Yang Yang and Heng Tao Shen},
  journal= {arXiv preprint arXiv:2510.02249},
  year   = {2026}
}

Comments

Code: https://github.com/AusertDream/CumulativeEntropyRegulation

R2 v1 2026-07-01T06:13:45.814Z