paper-with-me

Papers

Analysing the Safety Pitfalls of Steering Vectors

2026-03-25 · Yuxiao Li, Alina Fastowski, Efstratios Zaradoukas, Bardh Prenkaj, Gjergji Kasneci arxiv

Activation steering has emerged as a powerful tool to shape LLM behavior without the need for weight updates. While its inherent brittleness and unreliability are well-documented, its safety implications remain underexplored. In this work, we present a systematic safety audit of steering vectors obtained with Contrastive Activation Addition (CAA), a widely used steering approach, under a unified evaluation protocol. Using JailbreakBench as benchmark, we show that steering vectors consistently influence the success rate of jailbreak attacks, with stronger amplification under simple template-based attacks. Across LLM families and sizes, steering the model in specific directions can drastically increase (up to 57%) or decrease (up to 50%) its attack success rate (ASR), depending on the targeted behavior. We attribute this phenomenon to the overlap between the steering vectors and the latent directions of refusal behavior. Thus, we offer a traceable explanation for this discovery. Together, our findings reveal the previously unobserved origin of this safety gap in LLMs, highlighting a trade-off between controllability and safety.

📄 PDF Abstract BibTeX arXiv:2603.24543

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

OPIUM: Mitigating Steering Externalities and Over-Refusal via Dual Objective Latent Optimization

2026-07-22 · Kavin Aravindan, Arihant Rastogi, Aadi Prasad, Krishak Aneja 외 arxiv

Activation steering provides a lightweight mechanism for controlling large language models at inference time, but steering vectors can have unintended externalities: utility vectors may weaken safety behavior, while refu…

Towards Inference-time Category-wise Safety Steering for Large Language Models

2024-10-02 · Amrita Bhattacharjee, Shaona Ghosh, Traian Rebedea, Christopher Parisien

While large language models (LLMs) have seen unprecedented advancements in capabilities and applications across a variety of use-cases, safety alignment of these models is still an area of active research. The fragile na…

Safety Alignment

Do Personality Traits Interfere? Geometric Limitations of Steering in Large Language Models

2026-01-23 · Pranav Bhandari, Usman Naseem, Mehwish Nasim arxiv

Personality steering in large language models (LLMs) commonly relies on injecting trait-specific steering vectors, implicitly assuming that personality traits can be controlled independently. In this work, we examine whe…

SCANS: Mitigating the Exaggerated Safety for LLMs via Safety-Conscious Activation Steering

2024-08-21 · Zouying Cao, Yifei Yang, Hai Zhao

Safety alignment is indispensable for Large Language Models (LLMs) to defend threats from malicious instructions. However, recent researches reveal safety-aligned LLMs prone to reject benign queries due to the exaggerate…

Safety Alignment

Steer2Adapt: Dynamically Composing Steering Vectors Elicits Efficient Adaptation of LLMs

2026-02-07 · Pengrui Han, Xueqiang Xu, Keyang Xuan, Peiyang Song 외 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…