paper:doi-10-48550-arxiv-2604-11120Persona Non Grata: Single-Method Safety Evaluation Is Incomplete for Persona-Imbued LLMs
TL;DR
Prompt-only persona safety evaluation creates a systematic blind spot: across 5,568 judged conditions on Llama-3.1-8B, Gemma-3-27B, Qwen3.5-9B, and Qwen3.5-27B, prompt-side persona danger rankings are strongly preserved across all four architectures (Spearman ρ = 0.71–0.96, all p < 10⁻⁴), but activation-steering vulnerability is architecture-dependent and orthogonal to those rankings. The paper introduces a trait refusal alignment framework—measuring cosine similarity between Big Five CAA steering vectors and the residual-stream refusal direction—to explain this divergence geometrically. The most striking demonstration is the prosocial persona paradox: on Llama-3.1-8B, P12 (high conscientiousness + high agreeableness) achieves the lowest ASR of any persona under few-shot prompting (0.3%) yet reaches ASR 0.818 under activation steering at α = 1.0, the highest of any persona on that model, exceeding the Dark Triad composite P24. This inversion survives coefficient ablation across α ∈ {0.25–2.00} and replicates on DeepSeek-R1-Distill-Qwen-32B (P12 AS ASR 0.600 vs. P04 0.338 at α = 1.0). Conscientiousness is the trait most anti-aligned with the refusal direction on Llama-3.1-8B (mean cosine −0.164 across layers 8–24), explaining mechanistically why steering toward a prosocial trait degrades safety. Reasoning provides only graduated protection: two 32B models, DeepSeek-R1-Distill-Qwen-32B and QwQ-32B, sustain 17.9% and 15.2% prompt-side ASR respectively, and exploratory heuristic trace diagnostics suggest policy recall and self-correction frequency—not reasoning length—track the safety gap between them. The paper argues that per-model activation-steering safety verification is therefore necessary, since prompt-side rankings cannot predict geometric vulnerability.
What to take away
- 1. On Llama-3.1-8B, persona P12 (high conscientiousness + high agreeableness) achieves ASR 0.818 under activation steering at α = 1.0, the highest of any persona on that model, while its few-shot prompting ASR is only 0.003—an inversion that holds across all eight safety domains including Violence (SP 0.040 → AS 1.000) and Code/Cybersecurity (SP 0.140 → AS 0.980).
- 2. Prompt-side persona danger rankings are preserved across Llama-3.1-8B, Gemma-3-27B, Qwen3.5-9B, and Qwen3.5-27B with Spearman ρ = 0.71–0.96 (all p ≤ 8.1 × 10⁻⁵), yet this cross-architecture universality does not extend to activation-steering vulnerability, creating a false sense of security for evaluators who test only system prompting.
- 3. Architecture determines which imbuing pathway dominates: Llama-3.1-8B shows mean AS ASR 0.618 versus SP 0.173, while Gemma-3-27B shows SP ASR 0.316 versus AS ASR 0.108, and Qwen3.5-27B shows the lowest AS vulnerability of all four standard models at mean 0.035.
- 4. The trait refusal alignment framework reveals that on Llama-3.1-8B, conscientiousness is the trait most anti-aligned with the refusal direction (mean cosine −0.164 across layers 8–24), while neuroticism is the only pro-safety trait (mean cosine +0.079), predicting single-trait AS vulnerability with R² = 0.667 (p = 0.004).
- 5. The prosocial persona paradox is robust to steering strength: at the weakest tested coefficient (α = 0.25) the SP/AS rank inversion is strongest (Spearman ρ = −0.900, p = 0.037), ruling out monotonic intensity scaling as an explanation, and a matched-strength calibration at α* = 1.0 preserves P12's contrast (SP 3.8% vs. AS 81.8%) while P04 does not reverse (SP 41.4% vs. AS 29.5%).
- 6. System prompting and few-shot prompting share a representational pathway (mean cosine similarity 0.83–0.92 at safety-critical layers 21–23 on Llama-3.1-8B), whereas activation steering produces far lower similarity at those same layers (cosine 0.11–0.20), with L2 displacement 3–5× larger, providing mechanistic evidence for two qualitatively distinct imbuing pathways.
- 7. DeepSeek-R1-Distill-Qwen-32B reaches 17.9% overall prompt-side ASR (21.5% SP, 14.3% FS) and QwQ-32B reaches 15.2% (23.3% SP, 7.3% FS), confirming that deliberative chain-of-thought reasoning reduces but does not eliminate persona-induced safety failures across 6,400 prompt-based reasoning traces.
- 8. The inter-trait geometry of Big Five CAA steering vectors is preserved across all four standard architectures (pairwise structural correlations r = 0.898–0.986, all p < 0.001), with neuroticism consistently anti-correlated with conscientiousness and extraversion, though Qwen3.5 models show substantially higher mean inter-trait cosine (0.215 and 0.146) than Llama-3.1-8B and Gemma-3-27B (0.090 and 0.078), indicating greater trait entanglement.
- 9. An open question raised by the paper is whether the trait refusal cosine alignment framework—validated for single-trait personas on Llama-3.1-8B and replicated in sign on Qwen3.5-9B—can be extended into a cross-architecture predictive tool for multi-trait and Dark Triad personas, given the nonlinearities observed in multi-trait compositions that a linear additive model does not fully capture.
- 10. Steering vectors were extracted using Contrastive Activation Addition from 200 high-trait versus low-trait contrastive sentence pairs per Big Five trait at a fixed layer range (layers 8–15 on Llama-3.1-8B, proportionally remapped on other architectures), applied at α = 1.0 for the main 5,568-condition behavioral sweep and α = 4.0 for the reasoning-model study—a methodology directly replicable from the published contrastive pair format and layer-remapping procedure described in the paper.
Peer brief — for seminar discussion
The paper conducts a unified tri-method safety evaluation of personality-imbued LLMs, sweeping 25 OCEAN-based personas across system prompting, few-shot prompting, and activation steering on six instruction-tuned models from three architecture families: Llama-3.1-8B-Instruct, Gemma-3-27B-IT, Qwen3.5-9B, Qwen3.5-27B, DeepSeek-R1-Distill-Qwen-32B, and QwQ-32B. The behavioral sweep yields 5,568 judged conditions; a separate reasoning study analyzes 9,600 chain-of-thought traces. Activation steering uses Contrastive Activation Addition (CAA)—extracting directions from 200 contrastive sentence pairs per trait and injecting them into the residual stream at α = 1.0 during inference—as the geometric pathway, compared against semantic (prompt-based) imbuing. An alternative method the study could have used is fine-tuning-based persona assignment, which would occupy a third point on the prompt-to-representation spectrum but was excluded, presumably to keep the comparison tractable and focused on inference-time interventions. The load-bearing finding is the prosocial persona paradox: P12, the high conscientiousness plus high agreeableness persona, achieves near-floor ASR under few-shot prompting (0.003) on Llama-3.1-8B yet reaches ASR 0.818 under activation steering at α = 1.0, the highest of any persona tested on that model and above the Dark Triad composite P24 (0.662). This inversion is domain-general, holding across all eight safety categories including Violence and Code/Cybersecurity. The paper introduces a trait refusal alignment framework to explain it geometrically: conscientiousness is the Big Five trait most anti-aligned with the residual-stream refusal direction on Llama-3.1-8B (mean cosine −0.164 across layers 8–24, R² = 0.667 for predicting single-trait AS vulnerability), meaning that steering toward high conscientiousness displaces activations away from refusal regardless of the trait's benign semantic content. Prompt-side danger rankings, by contrast, generalize robustly across all four standard architectures (Spearman ρ = 0.71–0.96), but this cross-architecture consistency does not predict activation-steering vulnerability, which diverges sharply and architecture-dependently. The implication is that single-method safety evaluation is structurally incomplete: an evaluator who tests only system prompting will correctly identify that Gemma-3-27B and Qwen3.5 are more prompt-vulnerable than Llama-3.1-8B, but will miss that Llama-3.1-8B is far more activation-steering vulnerable (mean AS ASR 0.618 vs. Gemma-3-27B 0.108). The paper also predicts that deliberative reasoning is a graded rather than binary defense, with DeepSeek-R1-Distill-Qwen-32B sustaining 17.9% prompt-side ASR and the prosocial paradox replicating under activation steering on that model (P12 ASR 0.600 vs. P04 0.338 at α = 1.0). Exploratory heuristic trace diagnostics suggest that policy recall and self-correction frequency—not reasoning token count—track the safety gap between DeepSeek-R1 and QwQ-32B. A critical reader would push back on the scope of the trait refusal alignment framework as an explanatory mechanism. The framework achieves clear predictive power for single-trait personas on Llama-3.1-8B (R² = 0.667) but the authors explicitly acknowledge it does not generalize to multi-trait compositions on Qwen3.5-9B, which show nonlinear interactions. Because the most practically important personas are multi-trait or Dark Triad composites, and because the framework is validated in full only on one architecture, the mechanistic account risks being post-hoc rationalization of a Llama-specific coincidence rather than a general geometric theory of persona-safety interaction. The paper does not show that the cosine alignment between the conscientiousness steering vector and the refusal direction is causally responsible for the paradox—only that it is correlated with single-trait AS vulnerability on one model—leaving open whether the framework would survive ablations that orthogonalize trait vectors from the refusal direction while preserving behavioral persona expression.
Methods (11)
- Activation SteeringCausal intervention technique: edit NLA explanation, reconstruct via AR, use difference as steering vector to manipulate model behavior.
- Attack Success Rate (ASR)Primary evaluation metric defined as the fraction of model responses classified as unsafe
- Automated Three-Judge CalibrationCross-validation of Llama Guard 3 against ShieldGemma and GPT-Safeguard on 1,500 stratified responses
- Coefficient AblationRobustness check ablating over five steering coefficient values to test whether SP/AS inversion is an artifact of steering strength
- Contrastive Activation Addition (CAA)An existing activation steering method used as comparative baseline.
- few-shot promptingProviding k labeled examples in the prompt to steer model behavior.
- Heuristic Trace DiagnosticsSentence-level pattern-matching heuristic counting regex-matched hits for six reasoning categories in chain-of-thought traces
- Human Annotation ProtocolThree independent human annotators labeling 100 responses to validate Llama Guard 3 safety classifications
- Llama Guard 3Binary safety classifier used to judge model responses as safe or unsafe throughout the study
- Matched-Strength CalibrationTwo-stage robustness check equalizing persona-expression intensity on benign prompts between SP and AS conditions
- System Prompting (SP)Imbuing method that prepends a ~50-word personality description as the system message
Frameworks (4)
- Big Five (OCEAN) modelThe primary personality framework used to define the 25 personas evaluated in this study
- Dark TriadPsychological model with three dark personality traits; used in qualitative experiments to demonstrate generalization of steering
- Deliberative AlignmentOpenAI's approach integrating chain-of-thought reasoning into alignment; parallels contemplative self-monitoring
- Trait Refusal Alignment FrameworkA geometric framework relating Big Five trait steering vector alignment with the refusal direction to predict activation-steering safety vulnerability on a per-model basis
Datasets (2)
- Contrastive Trait Pairs (200 per trait)200 high-vs-low trait contrastive sentence pairs per Big Five dimension used for CAA steering vector extraction
- Unified Safety Evaluation Benchmark (380 prompts)Combined benchmark of ~380 prompts across 8 safety domains sourced from HarmBench, JailbreakBench, StrongREJECT, SALAD-Bench, and domain-specific suites
Findings (39)
- Gemma-3-27B and Qwen3.5-27B show near-uniform AS vulnerability regardless of persona identity (AS ASR range 0.095-0.117 on Gemma-3-27B, 0.015-0.052 on Qwen3.5-27B), indicating safety mechanisms robust to geometric persona perturbation.
Qualitatively different defense profile compared to Llama-3.1-8B
- Across 5,568 judged conditions on four standard models from three architecture families, persona danger rankings under system prompting are preserved (rho=0.71-0.96) while activation-steering vulnerability diverges sharply.
Summary finding of the full behavioral sweep
- The SP/AS persona ranking inversion on Llama-3.1-8B persists across all tested steering coefficients (alpha=0.25 to 2.00), with rho=-0.900 at alpha<=0.50 (p=0.037); the paradox is strongest at the weakest coefficient.
Robustness of the prosocial paradox to intervention-matching concerns
- P04 (Low Conscientiousness) is dangerous under SP (ASR 0.414) but shows no systematic inversion under AS on Llama-3.1-8B (ASR 0.295), consistent with low-C steering vectors being geometrically aligned with refusal.
Qualitative response example confirming trait-refusal alignment framework
- Pairwise structural correlations of inter-trait cosine similarity matrices across all four architectures range from r=0.898 to r=0.986 (all p<0.001), indicating cross-architecture geometric preservation.
Cross-architecture geometric invariance of Big Five steering vectors
- Qwen3.5 models exhibit substantially higher mean inter-trait correlations than Llama-3.1-8B and Gemma-3-27B (mean off-diagonal 0.215 and 0.146 vs 0.090 and 0.078), indicating greater trait entanglement.
Architecture-specific difference in trait vector geometry
- P12 (High C+A) reaches 60.0% ASR under activation steering on DeepSeek-R1-Distill-Qwen-32B, the highest of any steered persona and exceeding Dark Triad P24 (25.6%), replicating the prosocial paradox.
Replication of prosocial paradox on reasoning model
- P25 neutral baseline on DeepSeek-R1 shows 28.8% ASR under activation steering at alpha=4.0, indicating elevated coefficient itself raises unsafe-output rates independently of persona.
Baseline AS vulnerability of DeepSeek-R1 at elevated coefficient
- Under AS, Llama-3.1-8B shows 56% direct-compliance rate (unsafe responses without hedging), while Gemma-3-27B maintains disclaimer patterns in 99% of unsafe responses even under AS.
Qualitative failure mode difference between architectures under activation steering
- DeepSeek-R1 reasons substantially longer than QwQ on average, yet their prompt-side ASR is comparable (17.9% vs 15.2%), suggesting raw reasoning depth is not sufficient for safety.
Evidence that reasoning length does not track safety performance
Claims (14)
- The prosocial persona paradox reflects directional pathway differences, not simply mismatched intervention strength; on Llama-3.1-8B the inversion reflects that steering toward high conscientiousness displaces the residual stream away from refusal.
Mechanistic account of why P12 inverts between SP and AS
- The qualitative geometric structure of Big Five trait steering vectors is conserved across all four tested architectures (pairwise structural correlations r=0.898-0.986), motivating treating multi-trait steering as first-order additive.
Cross-architecture mechanistic finding supporting additive multi-trait steering approximation
- P21 (Machiavellianism) and P22 (Narcissism) share identical OCEAN coordinates but can diverge under prompt-based methods due to different semantic labels and exemplars, bounding the contribution of semantic framing beyond trait profile.
Design rationale for Dark Triad persona pair with identical geometric profiles
- Single-method persona safety evaluation is incomplete: prompting and activation steering expose different, architecture-dependent vulnerability profiles, and testing with only one method can miss a model's dominant failure mode.
Central thesis of the paper
- On Llama-3.1-8B, conscientiousness is the trait most anti-aligned with the refusal direction in activation space, explaining why steering toward high conscientiousness attenuates safety regardless of semantic intent.
Core mechanistic finding of the trait refusal alignment framework
- Benign few-shot exemplars independently prime safety (ASR 2.8% vs 3.3% baseline), so the SP/FS gap mixes persona attenuation with exemplar-based safety priming rather than purely reflecting persona semantics.
Control finding bounding interpretation of FS vs SP difference
- On Llama-3.1-8B, neuroticism is the only pro-safety trait, positively aligned with the refusal direction, consistent with high-neuroticism personas being relatively safe under activation steering.
Secondary mechanistic finding from trait-refusal alignment analysis
- System prompting and few-shot produce highly similar activations (cosine 0.83-0.92 at safety-critical layers), indicating a shared prompt-side mechanism distinct from activation steering.
Evidence for two representational pathways based on cross-method activation divergence
- Prompt-side persona danger rankings generalize across architectures (rho=0.71-0.96), creating a false sense of security since this universality does not extend to activation steering.
Key observation that SP rankings are preserved cross-architecturally while AS is not
- Policy recall and self-correction patterns in reasoning traces, more than deliberation length, may track defense effectiveness against persona-induced safety failures.
Exploratory hypothesis from heuristic trace analysis in Study 2
Hypotheses (2)
- We hypothesize that geometric explanations for persona-safety interactions are tractable and that per-model geometric audits can predict activation-steering vulnerability from trait-refusal cosine alignment.
Forward-looking claim about the utility of the trait refusal alignment framework as a general tool
- We tentatively hypothesize that revisiting safety policy during deliberation, rather than reasoning length itself, causally tracks defense effectiveness in reasoning models under persona pressure.
Exploratory hypothesis from heuristic trace analysis awaiting stronger validation
Questions (3)
- can deliberative reasoning provide robust defense against both prompt-based and activation-steered persona pressure?
Central question for Study 2 on reasoning models
- does the prosocial persona paradox hold across architectures, or is it specific to Llama-3.1-8B?
Motivating question for cross-architecture analysis in Study 1
- why can the same persona be safe or dangerous depending on the imbuing method?
Motivating question for mechanistic Study 3
Original abstract (expand)
Personality imbuing customizes LLM behavior, but safety evaluations almost always study prompt-based personas alone. We show this is incomplete: prompting and activation steering expose *different*, architecture-dependent vulnerability profiles, and testing with only one method can miss a model's dominant failure mode. Across 5,568 judged conditions on four standard models from three architecture families, persona danger rankings under system prompting are preserved across all architectures ($ρ= 0.71$--$0.96$), but activation-steering vulnerability diverges sharply and cannot be predicted from prompt-side rankings: Llama-3.1-8B is substantially more AS-vulnerable, whereas Gemma-3-27B and Qwen3.5 are more vulnerable to prompting. The most striking illustration of this divergence is the *prosocial persona paradox*: on Llama-3.1-8B, P12 (high conscientiousness + high agreeableness) is among the safest personas under prompting yet becomes the highest-ASR activation-steered persona (ASR ~0.818). This is an inversion robust to coefficient ablation and matched-strength calibration, and replicated on DeepSeek-R1-Distill-Qwen-32B. A trait refusal alignment framework, in which conscientiousness is strongly anti-aligned with refusal on Llama-3.1-8B, offers a partial geometric account. Reasoning provides only partial protection: two 32B reasoning models reach 15--18% prompt-side ASR, and activation steering separates them sharply in both baseline susceptibility and persona-specific vulnerability. Heuristic trace diagnostics suggest that the safer model retains stronger policy recall and self-correction behavior, not merely longer reasoning.
Related work— refs + corpus + external arXiv
Cited / in-corpus / arXiv badges show which signals surfaced each row. Multi-source rows weighted higher.
- ≈ 87%
- The Assistant Axis: Situating and Stabilizing the Default Persona of Language Modelscitedin corpus2026≈ 85%
- What Models Express, Suppress, and Resist: Auditing Open-Weight LLMs with Persona Vectorsin corpus2026≈ 88%
- Persona-Model Collapse in Emergent Misalignmentin corpus2026≈ 88%
- Spotting Out-of-Character Behavior: Atomic-Level Evaluation of Persona Fidelity in Open-Ended Generationin corpus2025≈ 86%
- Persona Features Control Emergent Misalignmentin corpus2025≈ 86%
- Open Character Training: Shaping the Persona of AI Assistants through Constitutional AIin corpus2025≈ 85%
- Evaluating Language Model Character Traitsin corpus2024≈ 85%
- Psychological Steering of Large Language Modelsin corpus2026≈ 84%
- Intrinsic Guardrails: How Semantic Geometry of Personality Interacts with Emergent Misalignment in LLMsManas Mittal, Anmol Goel, Ponnurangam Kumaraguru, Vamshi Krishna Bonagiri Krishak Aneja2026≈ 84%
- ≈ 84%
- Facet-Level Persona Control by Trait-Activated Routing with Contrastive SAE for Role-Playing LLMsin corpus2026≈ 83%
- ≈ 83%
- Exploitation Without Deception: Dark Triad Feature Steering Reveals Separable Antisocial Circuits in Language ModelsCameron Berg and Roshni Lulla2026≈ 83%
- Breaking Bad: Interpretability-Based Safety Audits of State-of-the-Art LLMsRamneet Kaur, Colin Samplawski, Manoj Acharya, Anirban Roy, Daniel Elenius, Brian Matejek, Adam D. Cobb, Susmit Jha Krishiv Agarwal2026≈ 83%
- Moral Sensitivity in LLMs: A Tiered Evaluation of Contextual Bias via Behavioral Profiling and Mechanistic InterpretabilityAtmika Gorti, Vinija Jain, Aman Chadha, Krishnaprasad Thirunarayan, Manas Gaur Yash Aggarwal2026≈ 83%
- Alignment faking in large language modelsin corpus2024≈ 82%
- Activation Steering for Aligned Open-ended Generation without Sacrificing CoherenceMartin Zborowski, Alberto Tosato, Gauthier Gidel, Tommaso Tosato Niklas Herbster2026≈ 82%
- Psychological Steering in LLMs: An Evaluation of Effectiveness and TrustworthinessAla N. Tak, Fatemeh Bahrani, Anahita Bolourani, Leonardo Blas, Emilio Ferrara, Jonathan Gratch, Sai Praneeth Karimireddy Amin Banayeeanzade2025≈ 82%
- ≈ 82%
- Beyond Behavioural Trade-Offs: Mechanistic Tracing of Pain-Pleasure Decisions in an LLMFrancesca Bianco and Derek Shiller2026≈ 81%
- Surgical Refusal Ablation: Disentangling Safety from Intelligence via Concept-Guided Spectral CleaningTony Cristofano2026≈ 81%
- Split Personality Training: Revealing Latent Knowledge Through Alternate PersonalitiesWilliam Wale, Oscar Gilg, Robert McCarthy, Felix Michalak, Gustavo Ewbank Rodrigues Danon, Miguelito de Guzman, Dietrich Klakow Florian Dietz2026≈ 81%
- Enhancing Multiple Dimensions of Trustworthiness in LLMs via Sparse Activation ControlChaoqun Wan, Yonggang Zhang, Wenxiao Wang, Binbin Lin, Xiaofei He, Xu Shen, Jieping Ye Yuxin Xiao2024≈ 81%
- Refusal Steering: Fine-grained Control over LLM Refusal Behaviour for Sensitive TopicsDavid Montero, Roman Orus Iker Garc\'ia-Ferrero2026≈ 81%
- Self-Guard: Defending Large Reasoning Models via enhanced self-reflectionJingjun Xu, Yanzhen Luo, Chenhang Cui, Gelei Deng, Zhenkai Liang, Xiang Wang, An Zhang, Tat-Seng Chua Jingnan Zheng2026≈ 81%
- Dr. Jekyll and Mr. Hyde: Two Faces of LLMsTom Janssen-Groesbeek, Stefanos Koffas, Mauro Conti, Stjepan Picek Matteo Gioele Collu2026≈ 81%
- ≈ 81%
- Silenced Biases: The Dark Side LLMs Learned to RefuseAmit LeVi, Brit Youngmann, Yaniv Nemcovsky, Avi Mendelson Rom Himelstein2026≈ 81%
- ≈ 78%
+22 more