Accelerating Chain-of-Thought Reasoning: When Goal-Gradient Importance Meets Dynamic Skipping
Ren Zhuang, Ben Wang, Shuifa Sun
TL;DR
This work tackles the inefficiency of Chain-of-Thought reasoning in large language models by introducing Adaptive GoGI-Skip, a framework that jointly learns a goal-oriented token importance metric (GoGI) and a dynamic skipping mechanism (ADS). GoGI measures a token’s influence on the final answer loss via intermediate-gradient signals, while ADS uses Entropy-Driven Rate and Adaptive N-Constraints to regulate pruning and maintain coherence. Trained with compressed MATH data and evaluated across diverse benchmarks (AIME, GPQA, GSM8K) and model families (Gemma3, Qwen2.5), the method achieves over 45% average CoT token reduction and 1.6–2.0x inference speedups with minimal accuracy loss, outperforming static baselines. The approach demonstrates substantial cross-domain generalization and highlights the value of combining goal-oriented importance with uncertainty-aware, coherence-preserving adaptation for efficient, high-fidelity reasoning in LLMs.
Abstract
Large Language Models leverage Chain-of-Thought (CoT) prompting for complex tasks, but their reasoning traces are often excessively verbose and inefficient, leading to significant computational costs and latency. Current CoT compression techniques typically rely on generic importance metrics and static compression rates, which may inadvertently remove functionally critical tokens or fail to adapt to varying reasoning complexity. To overcome these limitations, we propose Adaptive GoGI-Skip, a novel framework learning dynamic CoT compression via supervised fine-tuning. This approach introduces two synergistic innovations: (1) Goal-Gradient Importance (GoGI), a novel metric accurately identifying functionally relevant tokens by measuring the gradient influence of their intermediate representations on the final answer loss, and (2) Adaptive Dynamic Skipping (ADS), a mechanism dynamically regulating the compression rate based on runtime model uncertainty while ensuring local coherence through an adaptive N-token constraint. To our knowledge, this is the first work unifying a goal-oriented, gradient-based importance metric with dynamic, uncertainty-aware skipping for CoT compression. Trained on compressed MATH data, Adaptive GoGI-Skip demonstrates strong cross-domain generalization across diverse reasoning benchmarks including AIME, GPQA, and GSM8K. It achieves substantial efficiency gains - reducing CoT token counts by over 45% on average and delivering 1.6-2.0 times inference speedups - while maintaining high reasoning accuracy. Notably, it significantly outperforms existing baselines by preserving accuracy even at high effective compression rates, advancing the state of the art in the CoT reasoning efficiency-accuracy trade-off.
