English

Beyond Token Length: Step Pruner for Efficient and Accurate Reasoning in Large Language Models

Computation and Language 2025-12-02 v3 Artificial Intelligence

Abstract

Large Reasoning Models (LRMs) demonstrate strong performance on complex tasks but often suffer from excessive verbosity, known as "overthinking." Existing solutions via reinforcement learning (RL) typically penalize generated tokens to promote conciseness. However, these methods encounter two challenges: responses with fewer tokens do not always correspond to fewer reasoning steps, and models may develop hacking behavior in later stages of training by discarding reasoning steps to minimize token usage. In this work, we introduce \textbf{Step Pruner (SP)}, an RL framework that steers LRMs toward more efficient reasoning by favoring compact reasoning steps. Our step-aware reward function prioritizes correctness while imposing penalties for redundant steps, and withholds rewards for incorrect responses to prevent the reinforcement of erroneous reasoning. Moreover, we propose a dynamic stopping mechanism: when the model's output no longer shortens, training is halted to prevent hacking behavior caused by the merging of steps. Extensive experiments across four reasoning benchmarks demonstrate that SP achieves state-of-the-art accuracy while significantly reducing response length. For instance, on AIME24, SP reduces token usage by \textbf{69.7\%}.

Keywords

Cite

@article{arxiv.2510.03805,
  title  = {Beyond Token Length: Step Pruner for Efficient and Accurate Reasoning in Large Language Models},
  author = {Canhui Wu and Qiong Cao and Chang Li and Zhenfang Wang and Chao Xue and Yuwei Fan and Wei Xi and Xiaodong He},
  journal= {arXiv preprint arXiv:2510.03805},
  year   = {2025}
}

Comments

21 pages, 9 figures

R2 v1 2026-07-01T06:17:07.148Z