Endogenous Resistance to Activation Steering in Language Models
Abstract
Lay Summary
When a language model answers a question, it relies on patterns of activity inside the model. Researchers can deliberately interfere with these patterns to nudge the model toward a chosen topic, a technique called activation steering. We study what happens when this nudge conflicts with the user’s actual request. Surprisingly, the largest model we tested, Llama-3.3-70B, sometimes notices the problem mid-answer, writes something like “wait, that’s not right,” and returns to the original task even though the steering remains active. We call this behavior Endogenous Steering Resistance. Smaller Llama and Gemma models rarely show this explicit form of recovery. Our experiments suggest that the visible restart is often triggered by the model reading its own off-topic text, but that staying on-topic afterward cannot be fully explained by ordinary text continuation alone. We also identify model-internal signals associated with this recovery: removing them makes successful restarts less common. These findings matter for AI safety because steering resistance could help models withstand malicious internal manipulation, but could also make beneficial safety interventions harder to apply.