FROST: Filtering Reasoning Outliers with Attention for Efficient Reasoning
Haozheng Luo, Zhuolin Jiang, Md Zahid Hasan, Yan Chen, Soumalya Sarkar
TL;DR
FROST introduces an attention-aware approach to efficient reasoning by identifying and pruning reasoning outliers—uncritical steps characterized by low attention and low entropy—through a Softmax_1 activation. By replacing the standard Softmax with Softmax_1 and applying lightweight supervised fine-tuning with LoRA, FROST sharpens attention on critical reasoning traces while suppressing uninformative ones, preserving or enhancing reasoning capacity. Empirically, it achieves up to a 26.70% accuracy improvement and a 69.68% reduction in token usage across multiple backbones and benchmarks, along with reductions in attention-outlier metrics such as the maximum infinity norm by 15.97% and average kurtosis by 91.09%. The method generalizes to new reasoning domains (coding and physics) and offers practical gains in both training and deployment efficiency, with a clear theoretical basis for sentence-level outlier suppression via Softmax_1.
Abstract
We propose FROST, an attention-aware method for efficient reasoning. Unlike traditional approaches, FROST leverages attention weights to prune uncritical reasoning paths, yielding shorter and more reliable reasoning trajectories. Methodologically, we introduce the concept of reasoning outliers and design an attention-based mechanism to remove them. Theoretically, FROST preserves and enhances the model's reasoning capacity while eliminating outliers at the sentence level. Empirically, we validate FROST on four benchmarks using two strong reasoning models (Phi-4-Reasoning and GPT-OSS-20B), outperforming state-of-the-art methods such as TALE and ThinkLess. Notably, FROST achieves an average 69.68% reduction in token usage and a 26.70% improvement in accuracy over the base model. Furthermore, in evaluations of attention outlier metrics, FROST reduces the maximum infinity norm by 15.97% and the average kurtosis by 91.09% compared to the base model. Code is available at https://github.com/robinzixuan/FROST
