paper-with-me

홈 › Papers

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

2026-04-02 · Haomin Zhuang, Hojun Yoo, Xiaonan Luo, Kehan Guo, Xiangliang Zhang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2604.02113

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Controllable LLM Reasoning via Sparse Autoencoder-Based Steering

2026-01-07 · Yi Fang, Wenjie Wang, Mingfeng Xue, Boyi Deng 외 arxiv

Large Reasoning Models (LRMs) exhibit human-like cognitive reasoning strategies (\eg backtracking, cross-verification) during the reasoning process, which improves their performance on complex tasks. Currently, reasoning…

Multilingual Steering by Design: Multilingual Sparse Autoencoders and Principled Layer Selection

2026-05-21 · Yusser Al Ghussin, Daniil Gurgurov, Tanja Baeumel, Josef van Genabith 외 arxiv

Sparse autoencoders (SAEs) enable feature-level mechanistic interpretability and activation steering in large language models (LLMs), but SAE-based language control remains unreliable in multilingual settings: most SAEs …

Language IdentificationMachine Translation

Vis-CoT: A Human-in-the-Loop Framework for Interactive Visualization and Intervention in LLM Chain-of-Thought Reasoning

2025-09-01 · Kaviraj Pather, Elena Hadjigeorgiou, Arben Krasniqi, Claire Schmit 외 arxiv

Large language models (LLMs) show strong reasoning via chain-of-thought (CoT) prompting, but the process is opaque, which makes verification, debugging, and control difficult in high-stakes settings. We present Vis-CoT, …

Angular Steering: Behavior Control via Rotation in Activation Space

2025-10-30 · Hieu M. Vu, Tan M. Nguyen arxiv

Controlling specific behaviors in large language models while preserving their general capabilities is a central challenge for safe and reliable artificial intelligence deployment. Current steering methods, such as vecto…

How Do Answer Tokens Read Reasoning Traces? Self-Reading Patterns in Thinking LLMs for Quantitative Reasoning

2026-04-21 · Haoyang Chen, Yi Liu, Jianzhi Shao, Tao Zhang 외 arxiv

Thinking LLMs produce reasoning traces before answering. Prior activation steering work mainly targets on shaping these traces. It remains less understood how answer tokens actually read and integrate the reasoning to pr…