SCANS: Mitigating the Exaggerated Safety for LLMs via Safety-Conscious Activation Steering
Zouying Cao, Yifei Yang, Hai Zhao
TL;DR
SCANS proposes Safety-Conscious Activation Steering to mitigate exaggerated safety in safety-aligned LLMs by extracting refusal vectors from activation space and steering middle-layer representations. It anchors safety-critical layers via vocabulary projection and PCA, and uses a similarity-based classifier to determine steering direction for each input, enabling a balance between preventing harmful refusals and preserving helpful responses. Empirical results across Llama2 and Vicuna models show significant reductions in false refusals on XSTest/OKTest with minimal degradation to general capabilities, at only minor inference/memory overhead. The work contributes a training-free, representation-engineering approach to safety alignment and suggests further exploration of activation-space steering for robust alignment.
Abstract
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 exaggerated safety issue, limiting their helpfulness. In this paper, we propose a Safety-Conscious Activation Steering (SCANS) method to mitigate the exaggerated safety concerns in aligned LLMs. First, SCANS extracts the refusal steering vectors within the activation space and utilizes vocabulary projection to anchor some specific safety-critical layers which influence model refusal behavior. Second, by tracking the hidden state transition, SCANS identifies the steering direction and steers the model behavior accordingly, achieving a balance between exaggerated safety and adequate safety. Experiments show that SCANS achieves new state-of-the-art performance on XSTest and OKTest benchmarks, without impairing their defense capability against harmful queries and maintaining almost unchanged model capability.
