paper-with-me

Papers

Steer2Adapt: Dynamically Composing Steering Vectors Elicits Efficient Adaptation of LLMs

2026-02-07 · 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 arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.07276

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Limits of Steering Vectors for Preference-Aligned Generation

2026-07-02 · Melanie Subbiah, Zara Hall, Kathleen McKeown arxiv

Steering vectors have emerged as a promising approach to controlled text generation, offering interpretable, training-free mechanisms for shaping model outputs. However, their practical generality remains poorly understo…

Text Generation

Beyond Multiple Choice: Evaluating Steering Vectors for Adaptive Free-Form Summarization

2025-05-30 · Joschka Braun, Carsten Eickhoff, Seyed Ali Bahrainian

Steering vectors are a lightweight method for controlling text properties by adding a learned bias to language model activations at inference time. So far, steering vectors have predominantly been evaluated in multiple-c…

FormLanguage ModelingLanguage ModellingMultiple-choice

SALSA: Speech Aware LLM Adaptation via Learned Steering Activation Vectors

2026-05-30 · Yekaterina Yegorova, Argyrios Gerogiannis, Haolong Zheng, Julia Hockenmaier 외 arxiv

Speech-aware large language models often generalize poorly to out-of-domain settings. We propose SALSA (Speech-Aware LLM Adaptation via Learned Steering Activations), a lightweight adaptation method that learns layer-wis…

Dynamic Multimodal Activation Steering for Hallucination Mitigation in Large Vision-Language Models

2026-02-25 · Jianghao Yin, Qin Chen, Kedi Chen, Jie Zhou 외 arxiv

Large Vision-Language Models (LVLMs) exhibit outstanding performance on vision-language tasks but struggle with hallucination problems. Through in-depth analysis of LVLM activation patterns, we reveal two key findings: 1…

Semantic Similarity

SteerVLM: Robust Model Control through Lightweight Activation Steering for Vision Language Models

2025-10-30 · Anushka Sivakumar, Andrew Zhang, Zaber Hakim, Chris Thomas arxiv

This work introduces SteerVLM, a lightweight steering module designed to guide Vision-Language Models (VLMs) towards outputs that better adhere to desired instructions. Our approach learns from the latent embeddings of p…