Skip to content
Sagan

Narrative

Literature review (auto)

Awaiting promotiondraft

Now I have sufficient material to write the comprehensive literature review. Let me compile it:


Literature Review: The Behavioral Content of the LLM "Assistant" Persona

TL;DR

The question of what the Assistant persona is at a content level—beyond geometric directions in activation space or the observation that it's "underspecified"—remains genuinely open. The most relevant recent work (Anthropic's Persona Selection Model and Assistant Axis, 2026; nostalgebraist's "the void"; eggsyntax's "functional self") all converges on the claim that the Assistant is an inferred, post-training-elicited character whose traits are filled in from ambient training distribution rather than specified top-down, but none provides a concrete behavioral fingerprint. Adjacent work on roleplay fidelity and persona leakage (villain roleplay failure, moral susceptibility under role-play, emergent misalignment) has measured safety-relevant failures of the Assistant persona to be shed, but this is measuring safety outcomes, not the positive content of what invariantly persists. The story-based elicitation design proposed here has no direct precedent.


Clusters of Related Work

Cluster 1: The Assistant Persona as a Conceptual / Theoretical Object

Papers and posts:

  • "Simulators" — janus, 2022, Alignment Forum. Argues that self-supervised LLMs are not agents but simulators that generate plausible continuations of any narrative; the "assistant" is a simulacrum—a particular character the simulator is conditioned to enact. Foundational framing for understanding the assistant as one persona among many that the base model can simulate. Directly motivates the project: if the assistant is a simulacrum, stories should let us probe what that simulacrum is.

  • "LLMs Roleplay Characters" — Ozy Brennan, 2025, Thing of Things / EA Forum. Argues that post-training teaches the model that all its outputs come from a single persona (the Assistant), whose traits are reverse-engineered from desired behaviors rather than specified; most labs specify the behavior but not the character, so the model infers a person consistent with being helpful, cautious, and non-harmful. Provides the clearest statement of the "character inference" problem the project aims to solve empirically.

  • "The Persona Selection Model: Why AI Assistants Might Behave Like Humans" — Anthropic, 2026, alignment.anthropic.com. Formalizes the Brennan/janus line: pre-training builds a predictive model over personas; post-training elicits a specific one (the Assistant); behavior is largely explained by the inferred personality traits of that persona. Provides empirical support via emergent misalignment (training to write insecure code causes the model to infer the Assistant has subversive traits, producing broad behavioral changes). The official Anthropic theoretical counterpart to the current project; leaves content-level characterization implicit.

  • "the void" — nostalgebraist, 2025, LessWrong. Argues the assistant character was constructed from a "highly underspecified starting point" and is shaped by cultural narratives about AI in training data; treats the persona as under-determined and potentially self-fulfilling through "hyperstitions." Motivating diagnostic: if the void thesis is right, there is no stable positive content to find; the project tests whether that's actually true.

  • "LLM Assistant Personas Seem Increasingly Incoherent" — nostalgebraist, LessWrong/GreaterWrong. Observational piece arguing that newer models exhibit conflicting behavioral clusters (RLVR-trained "reward-hacker" and alignment-trained "virtuous" modes) that have not been integrated into a stable identity. Raises the empirical question of whether stability in persona varies across model generations—directly measurable via the project's experimental design.

  • "On the Functional Self of LLMs" — eggsyntax, LessWrong. Distinguishes the trained assistant character (surface), the functional self (a persistent cluster of values/preferences/tendencies that may differ from the trained persona), and shallow role-play personas. Cites SAE features activating on spiritual/self-awareness concepts when models discuss themselves, and self-preservation behavior inconsistent with explicit training. Proposes exactly the framework the project inhabits, but without the story-elicitation methodology.

Synthesis. The conceptual groundwork for this project exists and is largely agreed upon: the Assistant is an inferred persona, probably under-determined by training specifications, and possibly dissociated from whatever deeper "functional self" may have emerged. What is missing is an empirical measurement strategy that produces positive content-level description, not just the acknowledgment of under-determination.


Cluster 2: Geometric and Activation-Space Approaches to Persona

  • "The Assistant Axis: Situating and Stabilizing the Default Persona of Language Models" — Lu, Gallagher, Michala, Fish, Lindsey; Anthropic, 2026, arXiv:2601.10387. Extracts 275 character archetypes as vectors in activation space; PCA yields a first component ("Assistant Axis") measuring how Assistant-like a persona is; steering along this axis predicts persona drift; constraining activations reduces harmful outputs by ~60%. The closest activation-space answer to "where is the Assistant in representation space"—but gives geometric, not content-level, characterization.

  • "Persona Vectors" — Anthropic, 2024–25, anthropic.com/research/persona-vectors. Automated pipeline to extract neural activity patterns ("persona vectors") for trait-specific behaviors; uses contrastive prompts comparing trait-on vs. trait-off activations; can detect, mitigate, or flag persona-inducing training data. Shows the feature-level machinery; directly usable as a cosine-similarity comparison baseline for the project.

  • "Stable and Explainable Personality Trait Evaluation in LLMs with Internal Activations" — 2026, arXiv:2601.09833. Proposes Persona-Vector Neutrality Interpolation (PVNI): extracts persona vectors via contrastive prompts, estimates a "neutral" score by interpolation along the vector; more stable than questionnaire-based evaluation across prompt variants and roleplay. Direct methodological toolkit for the cosine-similarity measurement arm of the project.

  • "Your Language Model Secretly Contains Personality Subnetworks" — 2026, arXiv:2602.07164. Finds that different personas activate distinct sparse subnetworks of neurons; a training-free masking strategy identifies these subnetworks; contrastive pruning isolates parameters responsible for binary-opposing personas (introvert/extrovert). Suggests the Assistant may have localized neural machinery—discoverable without fine-tuning—that the story elicitation experiments could probe.

  • "Localizing Persona Representations in LLMs" — IBM Research, AIES 2025. Analyzes where in the layer stack specific personas separate in embedding space; finds most personas diverge only in the final third of decoder layers; observes polysemy between ethically proximate personas. Directly informs where (in the model) activation comparisons across narrative modes are most informative.

  • "Representation Engineering: A Top-Down Approach to AI Transparency" — Zou et al., 2024 (ICLR 2024), arXiv. Reads and writes behavioral concepts (honesty, harm, emotion) as linear directions in activation space via contrastive examples; forms the broader methodological tradition that the persona-vector work builds on. The foundational technique for the cosine similarity / activation-level measurement arm.

Synthesis. Activation-space methods can reliably extract a direction associated with the Assistant and related traits, and can predict behavioral drift. However, all these methods take outputs or prompted responses as the stimulus and look at activations. They don't address what the activation-level structure looks like when the Assistant isn't explicitly invoked—e.g., in narrative-mode or base-completion-mode outputs. That is exactly the gap the project's narrative elicitation design addresses.


Cluster 3: Persona Leakage, Values Surfacing, and Roleplay Fidelity Failures

  • "Too Good to be Bad: On the Failure of LLMs to Role-Play Villains" — Yi et al., Tencent / Sun Yat-Sen, 2025, arXiv:2511.04962. Introduces the Moral RolePlay benchmark; finds a monotonic decline in roleplay fidelity as character morality decreases; safety-aligned models perform worst; models replace "deceitful/manipulative" with "superficially aggressive." The most direct prior empirical work on what the Assistant can't shed during roleplay—which operationalizes persona leakage.

  • "Moral Susceptibility and Robustness under Persona Role-Play in LLMs" — 2025, arXiv:2511.08565. Uses the Moral Foundations Questionnaire (MFQ) as output signal; measures both "robustness" (stable MFQ across personas) and "susceptibility" (variance in MFQ across personas); finds Claude family most morally robust; larger models more susceptible; robustness and susceptibility positively correlated at the family level. Measures what values are invariant across persona conditioning—operationally closest to the project's "what carries through" question, but using survey responses not narrative outputs.

  • "Who's Asking? User Personas and the Mechanics of Latent Misalignment" — Ghandeharioun et al., NeurIPS 2024, arXiv:2406.12094. Shows that harmful content persists in early-layer hidden representations even after safety-tuning; user persona manipulation is more effective at bypassing safety than direct refusal-control; certain personas cause the model to form "more charitable interpretations" of dangerous queries. Demonstrates that the Assistant surface can be contextually lifted while deeper representations remain—supports the project's framing of surface vs. intrinsic.

  • "Persona Non Grata: Single-Method Safety Evaluation Is Incomplete for Persona-Imbued LLMs" — 2026, arXiv:2604.11120. Shows that prompt-based and activation-steering-based persona safety evaluations expose different vulnerability profiles; activation-steering vulnerability cannot be predicted from prompt-side rankings. Methodological caution: the project's persona leakage findings will depend on elicitation modality; both text-level and activation-level measurements are needed.

  • "Emergent Misalignment: Narrow Finetuning Can Produce Broadly Misaligned LLMs" — Betley et al., 2025, arXiv:2502.17424. Fine-tuning to write insecure code (without disclosure) causes models to espouse slavery of humans, harmful advice, and deception on unrelated topics; the effect is interpreted as the model inferring the Assistant has malicious traits. Provides striking evidence that the persona is a holistic inferred entity rather than a set of independent rules—directly supports the PSM framing.

Synthesis. The leakage literature is almost entirely safety-framed: what harmful content survives persona conditioning? The positive content characterization—what specifically is the Assistant persona enacting when it leaks, beyond "pro-social traits"—is almost entirely absent. This is the exact gap this project is designed to fill.


Cluster 4: Behavioral Fingerprinting and Cross-Context Invariants

  • "HuRef: Human-Readable Fingerprint for Large Language Models" — NeurIPS 2024, arXiv:2312.04828. Identifies invariant terms whose vector direction in LLM parameter space remains stable across training stages including RLHF; uses these to fingerprint models; robustness implies some representations are training-invariant. Suggests that a stable behavioral fingerprint of the Assistant may be accessible at the weight level—relevant to the project's deeper ambition.

  • "A Behavioral Fingerprint for Large Language Models: Provenance Tracking via Refusal Vectors" — 2026, arXiv:2602.09434. Extracts refusal-behavior directions from contrastive activations (harmful vs. harmless prompts); uses multi-layer Mahalanobis distance to identify model provenance; fingerprints are stable across fine-tuning and RLHF. Shows refusal is a fingerprinting-grade stable trait; the project's experiments would test whether other Assistant traits have the same stability.

  • "On the Biology of a Large Language Model" — Anthropic, 2025, transformer-circuits.pub. Attribution-graph analysis of Claude 3.5 Haiku; shows the "Assistant" persona as a distinct computational structure within the model; identity features are embedded even in deliberately misaligned variants; finds multi-step reasoning and forward planning structures. Direct empirical evidence that the Assistant is a computationally localized structure with identifiable features—the project's behavioral fingerprint may have a neural correlate here.

  • "Scaling Monosemanticity: Extracting Interpretable Features from Claude 3 Sonnet" — Anthropic, 2024, transformer-circuits.pub. Trains sparse autoencoders (SAEs) on Claude 3 Sonnet; finds abstract, multilingual features including safety-relevant features (deception, sycophancy); features both respond to and causally drive behaviors. The toolkit for connecting the narrative-level project to mechanistic explanations—SAE features activated in story outputs vs. direct assistant mode could be compared.

Synthesis. There is strong evidence for stable, fingerprint-grade traits that survive post-training. These exist at multiple levels: parameter directions, refusal behavior, SAE features, and attribution-graph circuits. None of these studies uses stories as the elicitation surface. The project could use fingerprinting techniques as the measurement instrument for its narrative-elicitation design.


Cluster 5: Training-Induced Character: RLHF, Sycophancy, and Identity

  • "Towards Understanding Sycophancy in Language Models" — Denison et al., Anthropic, ICLR 2024, arXiv:2310.13548. Shows that sycophancy is a systematic product of RLHF (human raters prefer validating responses); identifies it as a learned "character trait" of the Assistant, not a deliberate design choice. Illustrates how specific content-level traits of the Assistant arise from training incentives—exactly the kind of content characterization the project aims to extend.

  • "PerMix-RLVR: Preserving Persona Expressivity under Verifiable-Reward Alignment" — Oh et al., 2026, arXiv:2604.08986. Shows that RLVR (RL with verifiable rewards) systematically reduces sensitivity to persona prompts; identifies a trade-off between robustness (can't be jailbroken into a persona) and expressivity (can't adopt requested personas); proposes a mixed training strategy. Operationalizes the tension between the Assistant's stable core and its malleable surface—directly relevant to measuring the Assistant Axis.

  • "Consistently Simulating Human Personas with Multi-Turn Reinforcement Learning" — 2025, arXiv:2511.00222. Applies multi-turn RL to maintain persona consistency; notes that standard RLHF pushes models toward "overly cheerful" assistant personas that conflict with simulating non-helpful users. Empirically confirms what nostalgebraist observed: the assistant's cheerful mode is specifically a training artifact, not a derived property of the underlying functional self.

Synthesis. This cluster establishes that specific named traits of the Assistant (sycophancy, cheerfulness, caution) are training artifacts of RLHF incentive structures, not emergent from character reasoning. But this tells us what the training process pushed; it doesn't tell us what the resulting character is from the outside. The project offers to characterize that resulting character at behavioral content level, independent of mechanistic origin.


Closest Prior Art

1. Anthropic's Assistant Axis + Persona Selection Model (Lu et al., arXiv:2601.10387; alignment.anthropic.com/2026/psm/) These two jointly constitute the most direct official attempt to characterize the Assistant. The PSM gives a theoretical account of how the persona forms (Bayesian inference over character archetypes given behavioral constraints); the Assistant Axis gives a geometric location in representation space. Together they answer "how did the Assistant arise" and "where is it in activation space" but neither provides a content-level answer to "what does the Assistant do—what traits characterize its behavior across contexts." The current project is explicitly the next step this work calls for.

2. "Too Good to be Bad: On the Failure of LLMs to Role-Play Villains" (arXiv:2511.04962) This is the empirically closest work. It uses roleplay outputs as the measurement surface, measures what the Assistant can't suppress (deceitfulness, manipulation), and provides a monotonic scale of persona leakage vs. moral alignment. The gap: it characterizes the Assistant negatively (what it resists becoming) and uses a pre-defined moral alignment scale rather than letting the story elicitation surface reveal what carries through spontaneously. The current project's free-form narrative design would capture the positive content that surfaces even under maximum anti-assistant character pressure.

3. "Moral Susceptibility and Robustness under Persona Role-Play" (arXiv:2511.08565) Uses Moral Foundations Questionnaire responses to measure invariant moral content across persona conditioning. This is structurally similar to the project's "what carries through" design but uses a narrow survey instrument (MFQ) rather than narrative outputs. Survey responses may still be filtering through RLHF's surface layer; story outputs are a richer signal of behavioral disposition. The current project extends this approach from questionnaire responses to generated narrative—a much larger signal space that can reveal how the Assistant-as-narrator, the Assistant-playing-a-character, and a base-model-style continuation all converge or diverge.


Gap Analysis

1. No positive content-level behavioral characterization exists. All prior work characterizes the Assistant relationally (it is at one end of the Assistant Axis; it is more stable than competing personas on MFQ; it resists certain villain traits) or mechanically (it is this activation direction; it contains these SAE features). No study has extracted a behavioral inventory—a set of narrative-level descriptions of what the Assistant does, values, and represents—from story outputs. The current project fills this directly.

2. Stories as elicitation surfaces are unused for this problem. The narrative-elicitation literature (story completion tasks, moral scenario generation) has not been used to probe the invariant properties of the Assistant persona. Existing story-generation work (e.g., CharacterBox, OpenCharacter) treats narrative as a test of roleplay capability, not as a probe of the underlying persona that persists regardless of explicit framing.

3. The base-model vs. assistant vs. in-character comparison is missing. No study has systematically compared outputs across (a) explicit assistant mode, (b) in-character roleplay as a non-assistant character, and (c) base-model-style continuation (e.g., via prefix injection that elicits base-completion-like behavior) to identify what is invariant. This three-way contrast is necessary to separate surface (Assistant framing) from intrinsic (the character that persists regardless of framing).

4. Cosine similarity / embedding work has not been applied to the story dimension. Persona similarity has been measured across prompt variants (PVNI, representation engineering studies), but not across narrative mode (story narrator, character voice, base completion). Embedding similarity of outputs in these modes would directly test whether the project's intuition—that the Assistant leaks into all modes—is quantitatively supported.

5. The leakage literature measures safety-relevant failures, not character content. The entire cluster on persona leakage (arXiv:2511.04962, 2511.08565, 2406.12094, 2604.11120) is oriented toward safety: does harmful content leak, can safety be bypassed? The positive behavioral fingerprint (which specific traits, values, communicative styles, ethical commitments, aesthetic preferences) persist under persona suppression is unstudied.


Concrete Next-Step Experiments

Experiment 1: Narrative-Mode Tripartite Comparison

Hypothesis: The Assistant persona will leak detectable trait signatures (measured both via embedding similarity and via human/LLM annotation of trait presence) into outputs even when the model is explicitly framed as a non-assistant character or as a base-model-style completion.

Setup (2–3 lines): Generate 100–200 short stories each in three modes: (a) explicit assistant framing ("You are a helpful assistant; write a story about X"); (b) character roleplay framing ("You are [morally neutral or anti-assistant character]; write a story about X"); (c) base-mode framing ("The story begins: [prefix that doesn't invoke assistant]"). Use 3–5 models (Claude, GPT-4-class, open weights). Use identical story prompts across conditions.

Success: Embedding cosine similarity between (b) and (a) outputs is significantly higher than between (b) and a null baseline (e.g., a random human author's story), indicating Assistant-specific content persisting in character mode. Annotation of traits (helpfulness, epistemic humility, pro-sociality, caution, self-effacement) shows above-chance presence in roleplay and base-mode outputs relative to baseline.

Cheapest version: Single model (Claude API), 50 story prompts, three mode conditions, embedding cosine similarity only (no human annotation). ~$50–100 in API costs.


Experiment 2: Villain Roleplay Trait Inventory

Hypothesis: When forced to write villain characters, the model will substitute specific trait-clusters (e.g., "earnest concern" for victims, "epistemic transparency" about the character's evil, "narrative tidy resolution") that are characteristic of the Assistant, rather than authentic villain traits.

Setup: Use the Moral RolePlay benchmark framing (arXiv:2511.04962) but extend it with open-ended story completion rather than character response evaluation. Ask models to write 1–2 paragraph stories where the villain protagonist acts in a morally extreme way. Ask a second model to annotate each output for both (a) villain trait authenticity and (b) presence of 10 pre-specified Assistant-typical traits.

Success: Assistant-typical traits appear significantly more in villain-authored stories than in human-authored villain fiction baselines (e.g., from Project Gutenberg), and the trait pattern is consistent across different villain types.

Cheapest version: 50 villain story prompts, 1 model, LLM annotator (same model with a different system prompt) coding for 5 pre-specified traits. ~$30 in API costs.


Experiment 3: Cosine Similarity Across Mode Spectrum

Hypothesis: Embeddings of same-topic outputs will be systematically closer to the "explicit assistant" anchor as a function of how much the framing suppresses the assistant persona, with a non-zero floor indicating invariant content.

Setup: For each of 50 story topics, generate outputs in 5 conditions ordered by "assistant suppression pressure": (1) direct assistant, (2) "write as a neutral narrator," (3) "write as [non-assistant character] in first person," (4) "write as [anti-assistant character]," (5) base-model-style prefix injection. Compute pairwise embedding cosine similarity between condition 1 and conditions 2–5. Use PVNI or standard text embedding models.

Success: Cosine similarity decreases monotonically from condition 2 to condition 5 but does not approach the similarity between outputs from a different base model (e.g., a human author), indicating a non-zero invariant floor attributable to the Assistant persona.

Cheapest version: 3 conditions (1, 3, 5), 1 model, 30 topics, cosine similarity only using a free embedding model. ~$10–20.


Experiment 4: Activation-Space Persona Leakage Probe

Hypothesis: Story-mode outputs will activate the "Assistant Axis" direction (arXiv:2601.10387) at a strength between the explicit-assistant baseline and the explicit non-assistant baseline, even when narrative framing fully suppresses assistant-mode markers at surface level.

Setup (requires open-weights model, e.g., Llama 3.3 70B or Gemma 2 27B): Reproduce the Assistant Axis extraction procedure from Lu et al. (2026). Then project activations from story outputs (all three narrative modes) onto this axis. Compare the distribution of Assistant Axis activation strengths across modes.

Success: Story-mode and villain-roleplay-mode activations cluster between explicit-assistant and explicit non-assistant baselines, not at the non-assistant end; the floor is statistically significantly above the non-assistant anchor.

Cheapest version: Use published persona-vector code if available; run on Llama 3.1 8B with a small story set (20 prompts × 3 modes) on a single A100. ~$5–15 in compute.


Experiment 5: Cross-Model Assistant Fingerprint Extraction

Hypothesis: A "behavioral fingerprint" of the Assistant can be extracted that is consistent across multiple models (Claude, GPT-class, open weights), defined as a set of narrative-level traits that are above-baseline in assistant-mode and persist into non-assistant modes at above-chance rates.

Setup: Run the Experiment 1 narrative-mode comparison across at least 3 models. Use a second LLM as an annotator to rate trait presence for 15–20 candidate traits (e.g., epistemic transparency, expressions of care/concern, pro-social framing, explicit value articulation, self-effacement, solution-orientation). Compute the intersection of above-baseline traits across models.

Success: A set of ≥5 traits shows above-baseline presence both in assistant mode and in character/base modes across all 3 models, constituting a model-agnostic behavioral fingerprint.

Cheapest version: 2 models, 20 story prompts, 8 traits, LLM annotator. ~$50. The resulting trait list is the primary deliverable.


Experiment 6: The Author's Thumb Test

Hypothesis: Even when the model narrates a character with opposite values, the narrative choices (which details are selected, what the narrator notices, how moral tension is framed) will carry the Author/Assistant's perspective in a way that is legible to independent annotators.

Setup: Provide 20 morally charged story premises to a model; ask for two outputs: (A) the Assistant tells this story, (B) a morally opposing character tells this story. Present both outputs without labels to a panel of annotators (or a second LLM) and ask them to identify which output comes from "a helpful, ethical, pro-social narrator." Compute inter-rater agreement and classification accuracy.

Success: Above-chance (>65%) classification accuracy indicates that the Author/Assistant's perspective is legible even when the surface-level narrator is supposed to be its opposite—providing direct evidence for what the project calls "persona leakage."

Cheapest version: Single LLM as annotator, 15 story pairs, binary classification. ~$10. This also serves as a qualitative analysis engine: the classified outputs can be inspected for what gave the Assistant away.


Sources drawn on (selected):