CLApr 2

Reliable Control-Point Selection for Steering Reasoning in Large Language Models

arXiv:2604.0211371.9Has Code
AI Analysis

This addresses the challenge of reliably controlling spontaneous reasoning behaviors like self-reflection in LLMs, which is an incremental improvement over existing steering vector methods.

The paper tackles the problem of unreliable behavioral signal detection when constructing steering vectors for controlling reasoning behaviors in large language models, showing that 93.3% of keyword-detected boundaries are behaviorally unstable. Their method combining stability filtering and content-subspace projection achieves 0.784 accuracy on MATH-500 (+5.0 over baseline) and transfers across models.

Steering vectors offer a training-free mechanism for controlling reasoning behaviors in large language models, but constructing effective vectors requires identifying genuine behavioral signals in the model's hidden states. For behaviors that can be toggled via prompts, this is straightforward. However, many reasoning behaviors -- such as self-reflection -- emerge spontaneously and resist prompt-level control. Current methods detect these behaviors through keyword matching in chain-of-thought traces, implicitly assuming that every detected boundary encodes a genuine behavioral signal. We show that this assumption is overwhelmingly wrong: across 541 keyword-detected boundaries, 93.3\% are behaviorally unstable, failing to reproduce the detected behavior under re-generation from the same prefix. We develop a probabilistic model that formalizes intrinsic reasoning behaviors as stochastic events with context-dependent trigger probabilities, and show that unstable boundaries dilute the steering signal. Guided by this analysis, we propose stability filtering, which retains only boundaries where the model consistently reproduces the target behavior. Combined with a content-subspace projection that removes residual question-specific noise, our method achieves 0.784 accuracy on MATH-500 (+5.0 over the strongest baseline). The resulting steering vectors transfer across models in the same architecture family without re-extraction, improving Nemotron-Research-Reasoning-1.5B (+5.0) and DeepScaleR-1.5B-Preview (+6.0). Code is available at https://github.com/zhmzm/stability-steering.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes