Identifying and Transferring Reasoning-Critical Neurons: Improving LLM Inference Reliability via Activation Steering
Fangan Dong, Zuming Yan, Xuri Ge, Zhiwei Xu, Mengqi Zhang, Xuanang Chen, Ben He, Xin Xin, Zhumin Chen, Ying Zhou
TL;DR
This work addresses the bottleneck of unreliable reasoning in LLMs by introducing AdaRAS, a test-time activation-steering framework that identifies a sparse set of Reasoning-Critical Neurons (RCNs) and adaptively alters their activations to correct faulty reasoning trajectories. RCNs are discovered via a polarity-aware mean-difference criterion between correct and incorrect reasoning traces, and steering is gated by an adaptive failure predictor to avoid degrading already-correct cases. AdaRAS demonstrates consistent gains across ten math and coding benchmarks, outperforming some post-training approaches and generalizing across datasets and larger models, with minimal computation cost. Mechanistic analyses show AdaRAS stabilizes latent reasoning trajectories while preserving semantic representations, supporting a practical, plug-and-play path to more reliable LLM reasoning.
Abstract
Despite the strong reasoning capabilities of recent large language models (LLMs), achieving reliable performance on challenging tasks often requires post-training or computationally expensive sampling strategies, limiting their practical efficiency. In this work, we first show that a small subset of neurons in LLMs exhibits strong predictive correlations with reasoning correctness. Based on this observation, we propose AdaRAS (Adaptive Reasoning Activation Steering), a lightweight test-time framework that improves reasoning reliability by selectively intervening on neuron activations. AdaRAS identifies Reasoning-Critical Neurons (RCNs) via a polarity-aware mean-difference criterion and adaptively steers their activations during inference, enhancing incorrect reasoning traces while avoiding degradation on already-correct cases. Experiments on 10 mathematics and coding benchmarks demonstrate consistent improvements, including over 13% gains on AIME-24 and AIME-25. Moreover, AdaRAS exhibits strong transferability across datasets and scalability to stronger models, outperforming post-training methods without additional training or sampling cost.
