Steer2Adapt: Dynamically Composing Steering Vectors Elicits Efficient Adaptation of LLMs
Pengrui Han, Xueqiang Xu, Keyang Xuan, Peiyang Song, Siru Ouyang, Runchu Tian, Yuqing Jiang, Cheng Qian, Pengcheng Jiang, Jiashuo Sun, Junxia Cui, Ming Zhong, Ge Liu, Jiawei Han, Jiaxuan You
TL;DR
Steer2Adapt reframes LLM adaptation from learning a single task-specific steering vector to composing a linear combination of reusable semantic concept vectors within a domain-specific subspace. By constraining adaptation to a low-dimensional subspace and optimizing coefficients with a stability-aware Bayesian objective, it achieves data-efficient, transparent, inference-time adaptation across reasoning and safety tasks. Empirical results show consistent gains across three backbone models with strong generalization and favorable efficiency, while analyses reveal sensitivity to subspace relevance and entanglement among basis directions. The approach offers a scalable path for robust, task-aware behavior modulation without parameter updates, with practical implications for rapid deployment in dynamic environments.
Abstract
Activation steering has emerged as a promising approach for efficiently adapting large language models (LLMs) to downstream behaviors. However, most existing steering methods rely on a single static direction per task or concept, making them inflexible under task variation and inadequate for complex tasks that require multiple coordinated capabilities. To address this limitation, we propose STEER2ADAPT, a lightweight framework that adapts LLMs by composing steering vectors rather than learning new ones from scratch. In many domains (e.g., reasoning or safety), tasks share a small set of underlying concept dimensions. STEER2ADAPT captures these dimensions as a reusable, low-dimensional semantic prior subspace, and adapts to new tasks by dynamically discovering a linear combination of basis vectors from only a handful of examples. Experiments across 9 tasks and 3 models in both reasoning and safety domains demonstrate the effectiveness of STEER2ADAPT, achieving an average improvement of 8.2%. Extensive analyses further show that STEER2ADAPT is a data-efficient, stable, and transparent inference-time adaptation method for LLMs.
