English

Pruning the Unsurprising: Efficient LLM Reasoning via First-Token Surprisal

Machine Learning 2026-01-09 v2 Software Engineering

Abstract

Large Reasoning Models (LRMs) have demonstrated remarkable capabilities by scaling up the length of Chain-of-Thought (CoT). However, excessively long reasoning traces pose substantial challenges for training cost and inference latency. While various CoT compression approaches have emerged to address this challenge, they face inherent trade-offs: token-level methods often disrupt syntactic and logical coherence, while step-level methods based on perplexity fail to reliably capture the logically critical reasoning steps because of the dilution of logical information. In this paper, we propose ASAP (Anchor-guided, SurprisAl-based Pruning), a novel coarse-to-fine framework for CoT compression. ASAP first performs anchor-guided pruning to preserve the core reasoning structure, which efficiently reduces the search space for subsequent processing. Leveraging the insight that logical branching choices are concentrated at the onset of reasoning steps, it then enables logic-aware pruning by selecting logically essential reasoning steps based on a novel first-token surprisal metric. Finally, ASAP distills the models to autonomously generate and leverage these concise CoTs at inference time, enabling efficient reasoning. Experiments show that ASAP achieves state-of-the-art accuracy across multiple benchmarks while substantially reducing training and inference costs.

Keywords

Cite

@article{arxiv.2508.05988,
  title  = {Pruning the Unsurprising: Efficient LLM Reasoning via First-Token Surprisal},
  author = {Wenhao Zeng and Yaoning Wang and Chao Hu and Yuling Shi and Chengcheng Wan and Hongyu Zhang and Xiaodong Gu},
  journal= {arXiv preprint arXiv:2508.05988},
  year   = {2026}
}

Comments

Code and model available at https://github.com/Zengwh02/ASAP

R2 v1 2026-07-01T04:40:21.080Z