Cut Your Losses! Learning to Prune Paths Early for Efficient Parallel Reasoning
Summary
This paper introduces STOP (Super Token for Pruning), a lightweight method that learns to prune unpromising reasoning paths early during parallel decoding by appending learnable tokens and reading KV cache states, achieving 70% token reduction while improving performance on AIME and GPQA benchmarks.
View Cached Full Text
Cached at: 04/20/26, 08:27 AM
Paper page - Cut Your Losses! Learning to Prune Paths Early for Efficient Parallel Reasoning
Source: https://huggingface.co/papers/2604.16029 STOP! You might already be on the wrong reasoning path.
In parallel reasoning, many sampled trajectories are already doomed from their early prefixes, yet still consume full decoding budgets.
We propose STOP (Super Token for Pruning), a lightweight method that appends a short sequence of learnable [STOP] tokens and directly reads KV cache states to decide whether a trajectory should be continued. This enables early pruning of unpromising paths without re-encoding or external models.
STOP significantly improves reasoning performance on AIME and GPQA, while reducing token usage by over 70% in many settings.
Similar Articles
Cut Your Losses! Learning to Prune Paths Early for Efficient Parallel Reasoning
This paper proposes STOP (SuperTOken for Pruning), a systematic framework for pruning inefficient reasoning paths early in parallel reasoning with Large Reasoning Models. The method achieves superior efficiency and effectiveness across models from 1.5B to 20B parameters, boosting GPT-OSS-20B accuracy on AIME25 from 84% to 90% under fixed compute budgets.
@HuggingPapers: Cut your losses in parallel reasoning STOP learns to prune doomed trajectories early by reading KV-cache states, cuttin…
STOP method prunes doomed reasoning trajectories early via KV-cache states, cutting token usage 70% and boosting AIME/GPQA accuracy across 1.5B–20B models.
Stop When Reasoning Converges: Semantic-Preserving Early Exit for Reasoning Models
This paper introduces PUMA, a plug-and-play framework that detects semantic redundancy in chain-of-thought reasoning to enable early exit, achieving 26.2% average token reduction across multiple models and benchmarks while preserving accuracy and reasoning quality.
When Does Learning to Stop Help? A Cost-Aware Study of Early Exits in Reasoning Models
This paper introduces LearnStop, a lightweight checkpoint stopper for reasoning models that predicts prefix correctness from online features, and finds that learned stopping provides value over scalar rules only when many questions become correct early without a single reliable scalar signal.
SWE-Pruner Pro: The Coder LLM Already Knows What to Prune
SWE-Pruner Pro leverages the coding agent's own internal representations to prune long code context, saving up to 39% of tokens while maintaining or improving task performance on multi-turn benchmarks.