Enhancing LLM Steering through Sparse Autoencoder-Based Vector Refinement

๐Ÿ“… 2025-09-28
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
In few-shot settings, large language model (LLM) steering vectors are highly susceptible to irrelevant noise, limiting their controllability and efficacy. To address this, we propose a steering vector refinement framework based on sparse autoencoders (SAEs). This work is the first to apply SAEs to semantic parsing of steering vectors, leveraging sparse representation learning to automatically disentangle task-relevant featuresโ€”thereby suppressing noise and compensating for semantic gaps. We further refine and enhance the vectors via semantic similarity-based reconstruction. Experiments demonstrate that our method significantly outperforms existing steering baselines under extreme data scarcity (e.g., 10โ€“50 samples), achieving performance comparable to supervised fine-tuning. It thus effectively alleviates the controllability bottleneck in LLMs induced by limited supervision, enabling robust, interpretable, and data-efficient steering.

Technology Category

Application Category

๐Ÿ“ Abstract
Steering has emerged as a promising approach in controlling large language models (LLMs) without modifying model parameters. However, most existing steering methods rely on large-scale datasets to learn clear behavioral information, which limits their applicability in many real-world scenarios. The steering vectors extracted from small dataset often contain task-irrelevant noising features, which degrades their effectiveness. To refine the steering vectors learned from limited data, we introduce Refinement of Steering Vector via Sparse Autoencoder (SAE-RSV) that leverages SAEs to semantically denoise and augment the steering vectors. In our framework, we first remove task-irrelevant features according to their semantics provided by SAEs, and then enrich task-relevant features missing from the small dataset through their semantic similarity to the identified relevant features. Extensive experiments demonstrate that the proposed SAE-RSV substantially outperforms all the baseline methods including supervised fine-tuning. Our findings show that effective steering vector can be constructed from limited training data by refining the original steering vector through SAEs.
Problem

Research questions and friction points this paper is trying to address.

Refining steering vectors from limited datasets
Removing task-irrelevant noise using sparse autoencoders
Enhancing LLM control without parameter modification
Innovation

Methods, ideas, or system contributions that make the work stand out.

Refining steering vectors via sparse autoencoder denoising
Removing task-irrelevant features using SAE semantics
Enhancing task-relevant features through semantic similarity augmentation
๐Ÿ”Ž Similar Papers
No similar papers found.