ACL2026

Interpretable Safety Alignment via SAE-Constructed Low-Rank Subspace Adaptation

Dianyun Wang, Qingsen Ma, Yuhu Shang, Zhifeng Lu, Zhenbo Xu, Lechen Ning, Huijia Wu, Zhaofeng He

被引用 2 次

摘要

Safety alignment-training large language models (LLMs) to refuse harmful requests while remaining helpful-is critical for responsible deployment. Prior work established that safety behaviors are governed by lowrank structures, suggesting parameter-efficient fine-tuning (PEFT) should be well-suited for alignment. However, Low-Rank Adaptation (LoRA) consistently underperforms full finetuning and reinforcement learning on safety benchmarks. We attribute this gap to semantic entanglement: safety-relevant directions are intertwined with unrelated concepts due to polysemanticity, impeding implicit subspace identification. To address this, we propose SAILS (Safety Alignment via Interpretable Low-rank Subspace), which leverages Sparse Autoencoders (SAEs) to disentangle representations into monosemantic features, constructs an interpretable safety subspace from SAE decoder directions, and uses it to initialize LoRA adapters. Theoretically, we prove that SAE-based identification achieves arbitrarily small recovery error under monosemanticity assumptions, while direct identification suffers an irreducible error floor. Empirically, SAILS achieves up to 99.6% safety rate on Gemma-2-9B-exceeding full fine-tuning by 7.4 points and matching RLHFbased models-while updating only 0.19% of parameters and providing interpretability. In-Dist. Safe Rate In-Dist. Low Harm In-Dist. Low Risk OOD Alignment Adv. Robustness 0.6 0.7 0.8 0.9 1.0 (a) Gemma 2 2B In-Dist. Safe Rate In-Dist. Low Harm In-Dist. Low Risk OOD Alignment Adv. Robustness 0.6 0.7 0.8 0.9 1.0 (b) Gemma 2 9B In-Dist. Safe Rate In-Dist. Low Harm In-Dist. Low Risk OOD Alignment Adv. Robustness 0.6 0.7 0.8 0.9 1.0 (c) Llama 3.1 8B In-Dist. Safe Rate In-Dist. Low Harm In-Dist. Low Risk OOD Alignment Adv. Robustness 0.6 0.7 0.8 0.9 1.0 (d) Average FFT LoRA DoRA IT+RL SAILS (Ours)