Think Clearly: Improving Reasoning via Redundant Token Pruning
By: Daewon Choi , Jimin Lee , Jihoon Tack and more
Potential Business Impact:
Clears thinking in AI for better answers.
Recent large language models have shown promising capabilities in long-form reasoning, following structured chains of thought before arriving at a final answer. However, we observe that these reasoning paths tend to include substantial redundancy; analyzing attention patterns reveals that attention scores are widely scattered, particularly incorrect answers exhibit greater attention sparsity. In this paper, we demonstrate that deliberately removing this redundancy in the reasoning process significantly improves performance through clear thinking, i.e., removing distraction. Specifically, we systematically identify reasoning redundancy by measuring token-level attention scores to a special end-of-thinking token, which is appended to an explicit instruction inserted to conclude each intermediate reasoning step. Furthermore, we propose structure-aware pruning that prioritizes removing tokens in low-contributing reasoning chunks over individual tokens. After evicting redundant tokens, we remove the injected end-of-thinking instruction, then resume the reasoning generation. We demonstrate that our method significantly improves overall accuracy across reasoning-intensive benchmarks without any training involved. In particular, our method shows strong performance on challenging mathematical competition benchmarks such as AIME and AMC, where reasoning redundancy is more prevalent.
Similar Papers
Structured Pruning for Diverse Best-of-N Reasoning Optimization
Computation and Language
Makes AI better at solving math problems.
Reasoning Models Can be Accurately Pruned Via Chain-of-Thought Reconstruction
Artificial Intelligence
Makes smart AI think faster without losing smarts.
ThinkPrune: Pruning Long Chain-of-Thought of LLMs via Reinforcement Learning
Computation and Language
Makes smart computer brains think faster, shorter.