SYNTHESIS NOTE
TopicsNatural Language Inferencethis note

Why do LLM persona prompts produce inconsistent outputs across runs?

Can language models reliably simulate different social perspectives through persona prompting, or does their run-to-run variance indicate they lack stable group-specific knowledge? This matters for whether LLMs can approximate human disagreement in annotation tasks.

Synthesis note · 2026-02-21 · sourced from Natural Language Inference
What kind of thing is an LLM really? How do you navigate synthesis across fragmented research topics?

A persistent challenge in NLI annotation is that human annotators genuinely disagree — not from error, but because the same sentence carries different readings for people with different social positions, ideological backgrounds, or domain expertise. The proposed solution: instruct LLMs to simulate different annotator personas and generate a distribution of labels that reflects human disagreement.

The approach fails for a specific reason: LLM outputs under persona prompting are not stable enough across runs to be meaningful as persona simulations. When the same persona prompt ("respond as a conservative rural voter", "respond as a medical professional") is run multiple times on the same input, the variance in the output distribution across runs is comparable to or larger than the variance across different personas. This means model uncertainty is dominating persona-specific knowledge — the spread in outputs reflects what the model doesn't confidently know, not what different social groups actually think differently.

This is a different diagnosis from simply "LLMs don't know what different groups believe." The more precise claim is: even if the model has relevant group-specific information, it is not stably retrievable under the persona prompt. The persona acts more like a temperature modifier (loosening the output distribution) than a grounding anchor (fixing the output to a specific knowledge domain).

The implication for NLI research methodology is significant: persona-based annotation simulation cannot substitute for actual diverse human annotation panels. The goal was to cheaply approximate human annotation disagreement distributions; the actual output approximates model uncertainty distributions, which have a different shape and origin.

This connects to Why do language models fail confidently in specialized domains? — both findings point to the same underlying gap: LLMs produce confidently-framed outputs even when their underlying representations are uncertain or thin. In overconfidence, the model is wrong and certain; in persona instability, the model is uncertain and generates that uncertainty as if it were persona variance.

The broader implication for Why do readers interpret the same sentence so differently? is that the multiplicity of interpretations is grounded in actual social diversity, not just distributional uncertainty. LLMs can approximate the form of disagreement (varied outputs) but not the substance (stable group-grounded positions). When this instability is applied to evaluation, Why do LLM judges fail at predicting sparse user preferences? identifies persona sparsity as the specific mechanism: run-to-run variance overwhelms persona variance because sparse persona profiles cannot constrain model predictions — the uncertainty documented here is the root cause of personalized judge failure.

Enrichment (2026-02-22, from Arxiv/Personas Personality): Instability is one of three persona failure modes. The "Open Models, Closed Minds" study identifies a complementary failure: resistance — most open LLMs retain their intrinsic ENFJ-like personality despite persona conditioning, failing to shift to the target personality at all. See Can open language models adopt different personalities through prompting?. The third failure mode is cognitive distortion: when persona assignment DOES take hold, it induces motivated reasoning — political personas are up to 90% more likely to validate identity-congruent evidence. See Do personas make language models reason like biased humans?. Together these form a three-way persona failure taxonomy: instability (this note), resistance (closed-minded), and distortion (motivated reasoning).

Inquiring lines that read this note 92

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

How can persona representations reduce language model variance and improve task accuracy? How can LLM user simulators model realistic goal-driven conversation? How should dialogue recommender systems manage conversation history and state? How can conversational AI maintain consistent personas across conversations? Why do language models reinforce false assumptions instead of correcting them? Why do persona-level simulations fail to predict individual preferences accurately? What prevents language models from reliably adopting diverse personas? Can LLM personas constitute genuine psychology or remain linguistic role-play? What dimensions of recommendation quality do standard metrics miss? How do evaluation biases undermine LLM quality assessment systems? Can prompting strategies overcome LLM biases without model fine-tuning? Why do multi-turn conversations degrade AI intent and coherence? Do language models learn genuine linguistic structure or just surface patterns? How can recommendation systems balance personalization with stability and coverage? Can prompting inject entirely new knowledge into language models? Why do language models struggle with implicit discourse relations? Why should disagreement be treated as signal in collaborative reasoning? How do language models inherit human biases from training data? How should inference compute be adaptively allocated based on prompt difficulty? How does test-time aggregation affect reasoning correctness and reliability? Why do correct reasoning traces tend to be shorter than incorrect ones? Why does self-revision increase model confidence while degrading accuracy? How faithfully do LLMs reflect their actual reasoning in outputs and explanations? What structural factors drive popularity bias in recommendation systems? How do we evaluate AI systems when user perception misleads actual performance? When does optimizing for quality undermine the value of diversity? What makes specific clarifying questions more effective than generic ones? Can AI-generated outputs constitute genuine knowledge or valid claims?

Related concepts in this collection 6

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
19 direct connections · 151 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

llm persona-simulated annotations are unstable across runs indicating model uncertainty dominates persona-specific knowledge