Refusal in LLMs is an Affine Function

Thomas Marshall,Adam Scherlis,Nora Belrose
2024-11-19
Abstract:We propose affine concept editing (ACE) as an approach for steering language models' behavior by intervening directly in activations. We begin with an affine decomposition of model activation vectors and show that prior methods for steering model behavior correspond to subsets of terms of this decomposition. We then provide a derivation of ACE and use it to control refusal behavior on ten different models, including Llama 3 70B. ACE combines affine subspace projection and activation addition to reliably control the model's refusal responses across prompt types. We evaluate the results using LLM-based scoring on a collection of harmful and harmless prompts. Our experiments demonstrate that ACE consistently achieves more precise control over model behavior than existing methods and generalizes to models where directional ablation via affine subspace projection alone produces incoherent outputs. Code for reproducing our results is available at <a class="link-external link-https" href="https://github.com/EleutherAI/steering-llama3" rel="external noopener nofollow">this https URL</a> .
Machine Learning,Computation and Language
What problem does this paper attempt to address?