Mitigating Cognitive Inertia in Large Reasoning Models via Latent Spike Steering
Seojin Lee, ByeongJeong Kim, Hwanhee Lee
TL;DR
This work tackles cognitive inertia in Large Reasoning Models by introducing STARS, a training-free framework that monitors latent hidden-state dynamics to steer reasoning in real time. It identifies Cognitive Pivots via latent $L_2$ spikes, differentiates Functional from Critical pivots, and applies a three-stage loop—Detect, Select, Steer—using robust spike extraction, trajectory-dynamics diagnosis, and lightweight, state-aware suffixes. Empirical results across math, logic, and domain-general benchmarks show that STARS improves accuracy while reducing unnecessary token generation and maintains efficiency, without requiring model fine-tuning. The approach highlights the value of internal latent signals for proactive reasoning control, offering a scalable, unsupervised mechanism to optimize long-horizon reasoning in LRMs.
Abstract
While Large Reasoning Models (LRMs) have achieved remarkable performance by scaling test-time compute, they frequently suffer from Cognitive Inertia, a failure pattern manifesting as either overthinking (inertia of motion) or reasoning rigidity (inertia of direction). Existing detection methods, typically relying on superficial textual heuristics like self-correction tokens, often fail to capture the model's unvoiced internal conflicts. To address this, we propose STARS (Spike-Triggered Adaptive Reasoning Steering), a training-free framework designed to rectify cognitive inertia by monitoring latent dynamics. STARS identifies Cognitive Pivots-critical moments of reasoning transition-by detecting distinct L2 distance spikes in the hidden states. Upon detection, the framework employs geometric trajectory analysis to diagnose the structural nature of the transition and injects state-aware language cues to steer the model in real-time. Our experiments across diverse benchmarks confirm that STARS efficiently curtails redundant loops while improving accuracy through the adaptive correction of erroneous trajectories. STARS offers a robust, unsupervised mechanism to optimize the reasoning process of LRMs without requiring additional fine-tuning.
