iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million
Home ›› Technology ›› Ai ›› Llms ›› New Research Shows Chain-of-Thought Reasoning Should Be Selective, Not Default, for LLMs

New Research Shows Chain-of-Thought Reasoning Should Be Selective, Not Default, for LLMs

A research paper on arXiv argues that chain-of-thought (CoT) reasoning should not be the default for large language models. The authors propose EDRM, a training-free routing framework that uses early decoding entropy to decide when to use CoT, achieving up to 55% token reduction and accuracy improvements across 15 benchmarks.

iG
iGEN Editorial
June 16, 2026
New Research Shows Chain-of-Thought Reasoning Should Be Selective, Not Default, for LLMs

Large language models (LLMs) have widely adopted chain-of-thought (CoT) reasoning as a default strategy to improve performance. However, according to a research paper on arXiv, this blanket approach may be wasteful. The study, titled "When Do LLMs Reason? A Dynamical Systems View via Entropy Phase Transitions," reveals that CoT often provides marginal or even negative gains on factual and open-ended tasks while multiplying token consumption.

When Reasoning Is Actually Beneficial

The paper shows that LLM reasoning is not a static property of tasks or models, but a dynamic decoding state that emerges during generation. Through systematic analysis, the authors found that early-stage entropy dynamics provide a reliable signal: tasks that benefit from CoT exhibit consistent entropy reduction, while others display unstable or increasing patterns. This behavior is interpreted as a phase-transition-like shift from a high-entropy exploratory regime to a low-entropy structured reasoning regime.

Introducing EDRM: A Lightweight Routing Framework

Based on these insights, the researchers propose EDRM (Entropy Dynamics-based Reasoning Manifold). It is a lightweight and training-free routing framework that leverages early decoding entropy to adaptively select inference strategies. EDRM embeds entropy trajectories into a compact and interpretable manifold representation, enabling both zero-shot deployment and fine-grained instance-level adaptation.

Experimental Results: Token Reduction and Accuracy Gains

Across 15 benchmarks and 4 LLMs of varying scales and architectures, EDRM consistently outperforms static baselines. The key results are summarized below:

Level Token Reduction Accuracy Change
Dataset 41–55% Improved with as few as 50 calibration samples
Instance 27–45% Up to +4.7%

At the dataset level, EDRM achieved 41–55% token reduction while improving accuracy with as few as 50 calibration samples. At the instance level, it further improved accuracy by up to 4.7% while maintaining 27–45% token savings. These results demonstrate that reasoning should be invoked selectively rather than by default.

Implications for Enterprise AI Deployment

Enterprise customers deploying LLMs for tasks like document analysis or customer support often incur significant costs from unnecessary compute. The study suggests that entropy-driven decoding control can provide efficient and adaptive inference. By using the EDRM framework, organizations could reduce token consumption by nearly half while maintaining or even improving output quality. The authors note that these findings apply across multiple LLM architectures, making the approach broadly applicable.


Sources:

Keep Reading

Recommended Stories

New Method LUCID Detects Hallucinations in LLM-Based Knowledge Graph Reasoning Technology

New Method LUCID Detects Hallucinations in LLM-Based Knowledge Graph Reasoning

Researchers introduce LUCID, the first hallucination detection method designed for large language model-based knowledge graph reasoning. By jointly leveraging attention scores, KG semantics, and structural information via a graph neural network, LUCID achieves state-of-the-art performance across nine datasets compared to 15 baselines. The method addresses a critical gap where existing detection techniques overlook structural information in knowledge graphs.

June 20, 2026
Research Shows Code Execution Outperforms Natural Language for AI Algorithmic Reasoning Technology

Research Shows Code Execution Outperforms Natural Language for AI Algorithmic Reasoning

A new research paper from arXiv investigates whether code or natural language is more effective for tool-augmented language models performing algorithmic reasoning. By separating intermediate representation from execution mechanism, the study finds that deterministic code execution outperforms natural-language reasoning by 31.6 percentage points, while changing the intermediate representation alone yields only a 0.15pp difference. Results suggest performance gains require reliable external execution.

June 17, 2026
SorryDB Benchmark Tests AI Provers on Real-World Lean Theorem Completion Tasks Technology

SorryDB Benchmark Tests AI Provers on Real-World Lean Theorem Completion Tasks

Researchers present SorryDB, a benchmark of open Lean tasks from 78 GitHub projects. Evaluating a snapshot of 1000 tasks, they show current approaches are complementary, with Gemini Flash-based agentic methods leading but not outperforming all others.

June 17, 2026
AdaMame: New Training Recipe Solves Language Collapse in Multilingual Reasoning Models Technology

AdaMame: New Training Recipe Solves Language Collapse in Multilingual Reasoning Models

AdaMame, a two-stage training recipe for multilingual mathematical reasoning, addresses language collapse in large reasoning models. It adaptively aligns reasoning language to the query language without compromising accuracy, achieving Pareto-optimal performance across 12 languages.

June 16, 2026