Who's asking? User personas and the mechanics of latent misalignment
Asma Ghandeharioun, Ann Yuan, Marius Guerard, Emily Reif, Michael A. Lepori, Lucas Dixon
TL;DR
This work investigates latent misalignment in safety-tuned LLMs by examining how user persona and activation steering influence model refusals and content disclosure. Using AdvBench-derived prompts, SneakyAdvBench rewrites, early decoding, and Patchscopes on Llama 2 13B chat, the authors show that misaligned content can reside in early layers and be surfaced despite safe final outputs. They demonstrate that manipulating the model’s inferred user attributes (user persona) via prompting and activation steering can more effectively bypass safety filters than direct prompting, with layer- and persona-dependent effects. The findings highlight layerwise, attack-specific safeguards and show that steering vector geometry can predict downstream refusal, offering insights for developing more robust defenses against latent misalignment and persona-based jailbreaking in real-world deployments.
Abstract
Despite investments in improving model safety, studies show that misaligned capabilities remain latent in safety-tuned models. In this work, we shed light on the mechanics of this phenomenon. First, we show that even when model generations are safe, harmful content can persist in hidden representations and can be extracted by decoding from earlier layers. Then, we show that whether the model divulges such content depends significantly on its perception of who it is talking to, which we refer to as user persona. In fact, we find manipulating user persona to be even more effective for eliciting harmful content than direct attempts to control model refusal. We study both natural language prompting and activation steering as control methods and show that activation steering is significantly more effective at bypassing safety filters. We investigate why certain personas break model safeguards and find that they enable the model to form more charitable interpretations of otherwise dangerous queries. Finally, we show we can predict a persona's effect on refusal given only the geometry of its steering vector.
