English

Less is More: Improving LLM Reasoning with Minimal Test-Time Intervention

Computation and Language 2026-01-13 v3 Artificial Intelligence

Abstract

Recent progress in large language models (LLMs) has focused on test-time scaling to improve reasoning via increased inference computation, but often at the cost of efficiency. We revisit test-time behavior and uncover a simple yet underexplored phenomenon: reasoning uncertainty is highly localized-only a small subset of high-entropy tokens dominantly affects output correctness. Motivated by this, we propose Minimal Test-Time Intervention (MTI), a training-free framework that enhances reasoning accuracy and stability with minimal overhead. MTI includes: (i) Selective CFG intervention, applying classifier-free guidance only at uncertain positions; and (ii) Lightweight negative-prompt guidance, reusing the main model's KV cache to approximate unconditional decoding efficiently. MTI yields consistent gains across general, coding, and STEM tasks-e.g., +9.28% average improvement on six benchmarks for DeepSeek-R1-7B and +11.25% on AIME2024 using Ling-mini-2.0-while remaining highly efficient.

Keywords

Cite

@article{arxiv.2510.13940,
  title  = {Less is More: Improving LLM Reasoning with Minimal Test-Time Intervention},
  author = {Zhen Yang and Mingyang Zhang and Feng Chen and Ganggui Ding and Liang Hou and Xin Tao and Ying-Cong Chen},
  journal= {arXiv preprint arXiv:2510.13940},
  year   = {2026}
}

Comments

Code: https://github.com/EnVision-Research/MTI

R2 v1 2026-07-01T06:39:44.508Z