paper-with-me

Papers

EntroCut: Entropy-Guided Adaptive Truncation for Efficient Chain-of-Thought Reasoning in Small-scale Large Reasoning Models

2026-01-30 · Hongxi Yan, Qingjie Liu, Yunhong Wang arxiv

Large Reasoning Models (LRMs) excel at complex reasoning tasks through extended chain-of-thought generation, but their reliance on lengthy intermediate steps incurs substantial computational cost. We find that the entropy of the model's output distribution in early reasoning steps reliably distinguishes correct from incorrect reasoning. Motivated by this observation, we propose EntroCut, a training-free method that dynamically truncates reasoning by identifying high-confidence states where reasoning can be safely terminated. To comprehensively evaluate the trade-off between efficiency and accuracy, we introduce the Efficiency-Performance Ratio (EPR), a unified metric that quantifies relative token savings per unit accuracy loss. Experiments on four benchmarks show that EntroCut reduces token usage by up to 40\% with minimal accuracy sacrifice, achieving superior efficiency-performance trade-offs compared with existing training-free methods. These results demonstrate that entropy-guided dynamic truncation provides a practical approach to mitigate the inefficiency of LRMs.

📄 PDF Abstract BibTeX arXiv:2601.22617

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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 …

Adaptive Nucleus Truncation for Long-Form Reasoning

2026-06-12 · Ousmane Amadou Dia arxiv

Sampling plays an important role in long-form language-model reasoning. Over thousands of decoding steps, small changes in the candidate token set can compound into different reasoning trajectories, stability profiles, a…

Mathematical ReasoningInstruction FollowingCode Generation

DLER: Doing Length pEnalty Right - Incentivizing More Intelligence per Token via Reinforcement Learning

2025-10-16 · Shih-Yang Liu, Xin Dong, Ximing Lu, Shizhe Diao 외 arxiv

Reasoning language models such as OpenAI-o1, DeepSeek-R1, and Qwen achieve strong performance via extended chains of thought but often generate unnecessarily long outputs. Maximizing intelligence per token--accuracy rela…

Reinforcement Learning

SPREG: Structured Plan Repair with Entropy-Guided Test-Time Intervention for Large Language Model Reasoning

2026-04-20 · Xuan Wang, Yu Ming, Xinhao Zhong, Xinyu Yu 외 arxiv

Large Language Models (LLMs) are prone to logical hallucinations and stochastic drifts during long-chain reasoning. While Classifier-Free Guidance (CFG) can improve instruction adherence, standard static implementations …

PEAR: Phase Entropy Aware Reward for Efficient Reasoning

2025-10-09 · Chen Huang, Wei Lu, Wenxuan Zhang arxiv

Large Reasoning Models (LRMs) have achieved impressive performance on complex reasoning tasks by generating detailed chain-of-thought (CoT) explanations. However, these responses are often excessively long, containing re…