paper-with-me

홈 › Papers

Where to Steer: Input-Dependent Layer Selection for Steering Improves LLM Alignment

2026-04-04 · Soham Gadgil, Chris Lin, Su-In Lee arxiv

Steering vectors have emerged as a lightweight and effective approach for aligning large language models (LLMs) at inference time, enabling modulation over model behaviors by shifting LLM representations towards a target behavior. However, existing methods typically apply steering vectors at a globally fixed layer, implicitly assuming that the optimal intervention layer is invariant across inputs. We argue that this assumption is fundamentally limited, as representations relevant to a target behavior can be encoded at different layers depending on the input. Theoretically, we show that different inputs can require steering at different layers to achieve alignment with a desirable model behavior. We also provide empirical evidence that the optimal steering layer varies substantially across inputs in practice. Motivated by these observations, we introduce Where to Steer (W2S), a framework that adaptively selects the intervention layer conditioned on the input, by learning a mapping from input embeddings to optimal steering layers. Across multiple LLMs and alignment behaviors, W2S consistently outperforms fixed-layer baselines, with improvements in both in-distribution and out-of-distribution settings. Our findings highlight the importance of input-dependent control in LLM alignment and demonstrate that adaptive layer selection is a key design dimension missing in the current methodology of steering vectors.

📄 PDF Abstract BibTeX arXiv:2604.03867

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

One-shot Optimized Steering Vector for Hallucination Mitigation for VLMs

2026-01-30 · Youxu Shi, Suorong Yang, Dong Liu arxiv

Vision Language Models (VLMs) achieve strong performance on multimodal tasks but still suffer from hallucination and safety-related failures that persist even at scale. Steering offers a lightweight technique to improve …

Adversarial Robustness of Activation Steering in Large Language Models

2026-06-05 · Kien Le, Thai Le arxiv

Activation steering has become a popular training-free method to control LLM behavior by injecting precomputed direction vectors into the model's residual stream at inference time. Yet its robustness to realistic input v…

Adversarial Robustness

Predicting Where Steering Vectors Succeed

2026-04-16 · Jayadev Billa arxiv

Steering vectors work for some concepts and layers but fail for others, and practitioners have no way to predict which setting applies before running an intervention. We introduce the Linear Accessibility Profile (LAP), …

Selective Steering: Norm-Preserving Control Through Discriminative Layer Selection

2026-01-27 · Quy-Anh Dang, Chris Ngo arxiv

Despite significant progress in alignment, large language models (LLMs) remain vulnerable to adversarial attacks that elicit harmful behaviors. Activation steering techniques offer a promising inference-time intervention…

Continuous Control

Conceptors for Semantic Steering

2026-05-06 · Ilias Triantafyllopoulos, Young-Min Cho, Ren Tao, Miranda Muqing Miao 외 arxiv

Activation-based steering provides control of LLM behavior at inference time, but the dominant paradigm reduces each concept to a single direction whose geometry is left largely unexamined. Rather than selecting a single…