Endogenous Resistance to Activation Steering in Language Models
Alex McKenzie, Keenan Pepper, Stijn Servaes, Martin Leitgab, Murat Cubuktepe, Mike Vaiana, Diogo de Lucena, Judd Rosenblatt, Michael S. A. Graziano
TL;DR
The paper investigates Endogenous Steering Resistance (ESR), a form of internal self-monitoring in large language models that recovers from task-misaligned activation steering during inference. Using sparse autoencoder (SAE) latents to steer activations, the authors show ESR is substantial in Llama-3.3-70B and can be augmented via meta-prompts and synthetic self-correction fine-tuning, while ablations of off-topic detector latents causally reduce ESR. The work provides mechanistic evidence of dedicated self-monitoring circuits and discusses implications for AI alignment, including robustness against manipulation and potential conflicts with safety interventions. These findings underscore the need to understand and control internal monitoring mechanisms to build transparent, controllable AI systems.
Abstract
Large language models can resist task-misaligned activation steering during inference, sometimes recovering mid-generation to produce improved responses even when steering remains active. We term this Endogenous Steering Resistance (ESR). Using sparse autoencoder (SAE) latents to steer model activations, we find that Llama-3.3-70B shows substantial ESR, while smaller models from the Llama-3 and Gemma-2 families exhibit the phenomenon less frequently. We identify 26 SAE latents that activate differentially during off-topic content and are causally linked to ESR in Llama-3.3-70B. Zero-ablating these latents reduces the multi-attempt rate by 25%, providing causal evidence for dedicated internal consistency-checking circuits. We demonstrate that ESR can be deliberately enhanced through both prompting and training: meta-prompts instructing the model to self-monitor increase the multi-attempt rate by 4x for Llama-3.3-70B, and fine-tuning on self-correction examples successfully induces ESR-like behavior in smaller models. These findings have dual implications: ESR could protect against adversarial manipulation but might also interfere with beneficial safety interventions that rely on activation steering. Understanding and controlling these resistance mechanisms is important for developing transparent and controllable AI systems. Code is available at github.com/agencyenterprise/endogenous-steering-resistance.
