paper-with-me

홈 › Papers

Controllable LLM Reasoning via Sparse Autoencoder-Based Steering

2026-01-07 · Yi Fang, Wenjie Wang, Mingfeng Xue, Boyi Deng, Fengli Xu, Dayiheng Liu, Fuli Feng 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 strategies are autonomously selected by LRMs themselves. However, such autonomous selection often produces inefficient or even erroneous reasoning paths. To make reasoning more reliable and flexible, it is important to develop methods for controlling reasoning strategies. Existing methods struggle to control fine-grained reasoning strategies due to conceptual entanglement in LRMs' hidden states. To address this, we leverage Sparse Autoencoders (SAEs) to decompose strategy-entangled hidden states into a disentangled feature space. To identify the few strategy-specific features from the vast pool of SAE features, we propose SAE-Steering, an efficient two-stage feature identification pipeline. SAE-Steering first recalls features that amplify the logits of strategy-specific keywords, filtering out over 99\% of features, and then ranks the remaining features by their control effectiveness. Using the identified strategy-specific features as control vectors, SAE-Steering outperforms existing methods by over 15\% in control effectiveness. Furthermore, controlling reasoning strategies can redirect LRMs from erroneous paths to correct ones, achieving a 7\% absolute accuracy improvement. Our code and data are available at https://github.com/Peter-Fy/SAE-Steering.

📄 PDF Abstract BibTeX arXiv:2601.03595

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Steering Vision-Language Models with Joint Sparse Autoencoders

2026-06-24 · Huizhen Shu, Xuying Li, Hongxu Lin, Wenjie Sun 외 arxiv

Sparse Autoencoders (SAEs) have shown promise for analyzing language models, but applying them to vision-language models (VLMs) often yields representations that are difficult to use as controllable cross-modal steering …

A Comparative Analysis of Sparse Autoencoder and Activation Difference in Language Model Steering

2025-09-24 · Jiaqing Xie arxiv

Sparse autoencoders (SAEs) have recently emerged as a powerful tool for language model steering. Prior work has explored top-k SAE latents for steering, but we observe that many dimensions among the top-k latents capture…

Mathematical Reasoning

Steering Sparse Autoencoder Latents to Control Dynamic Head Pruning in Vision Transformers (Student Abstract)

2026-03-23 · Yousung Lee, Dongsoo Har arxiv

Dynamic head pruning in Vision Transformers (ViTs) improves efficiency by removing redundant attention heads, but existing pruning policies are often difficult to interpret and control. In this work, we propose a novel f…

Look But Don't Touch with Sparse Autoencoders for Unlearning in Diffusion Models

2026-06-30 · Enrico Cassano, Riccardo Renzulli, Rayyan Ahmed, Marco Grangetto 외 arxiv

Sparse autoencoders (SAEs) have recently been proposed as interpretable tools for concept-level manipulation, under the assumption that isolated features can serve as controllable intervention points. In this work, we sy…

Model Directions, Not Words: Mechanistic Topic Models Using Sparse Autoencoders

2025-07-31 · Carolina Zheng, Nicolas Beltran-Velez, Sweta Karlekar, Claudia Shi 외 arxiv

Traditional topic models are effective at uncovering latent themes in large text collections. However, due to their reliance on bag-of-words representations, they struggle to capture semantically abstract features. While…

Text GenerationTopic Models