INQUIRING LINE

Give an AI a short character sheet and it drifts within minutes — so what actually keeps a persona steady?

Why do static persona descriptions fail to sustain consistent dialogue?

This explores why giving a model a short, fixed list of character facts doesn't keep that character steady across a whole conversation, and what the corpus says works better.


This explores why giving a model a short, fixed list of character facts doesn't keep that character steady across a whole conversation. Start with the description itself. A 3-5 sentence attribute list is an inventory, not a personality. Personas built from journal entries, where Big Five traits come through in how someone writes, produced more consistent and nuanced dialogue than predefined lists. The lists produced repetitive and contradictory dialogue Why do static persona descriptions produce repetitive dialogue?. Personality lives in how a person expresses themselves, and a list gives the model little to generate from except the list itself.

Measuring consistency is also a trap. High persona-adherence scores often come from copying the character description while ignoring what the other person just said. Persona fidelity trades off against conversational coherence unless the two are optimized together Do persona consistency metrics actually measure dialogue quality?. Training makes this hard to fix. Standard objectives reward per-turn quality, not cross-turn coherence, so Claude 3.5 Sonnet beat GPT-3.5 by under 3% on persona consistency despite a huge capability gap Does model capability translate to better persona consistency?. Supervised learning rewards good responses but never penalizes a contradiction Why does supervised learning fail to enforce persona consistency?.

The deeper problem is that the model never commits to a character. In the 20-questions test, regenerating the same answer gives different outputs, each consistent with the conversation so far. The model is sampling from a spread of possible characters, not playing one Do large language models actually commit to a single character?. Repeating the same persona prompt gives run-to-run variance as large as the variance between different personas Why do LLM persona prompts produce inconsistent outputs across runs?. Persona prompts also mostly steer the surface of the output and leave the underlying tendencies unchanged Can persona prompts actually reduce bias in language models?. A prompted persona is a weak nudge on a wide distribution.

The trained Assistant persona behaves differently. Post-training installs a stable disposition that persists under adversarial pressure, while prompt-induced role-play collapses Are RLHF personas performed characters or realized dispositions?. That Assistant mode is the dominant axis of persona space, and emotional or reflective conversations pull the model along it How stable is the trained Assistant personality in language models?. This suggests a static description is a thin overlay competing with a deeply trained home base.

The fixes add structure or a training signal, not more description. A three-layer persona that keeps the model to reactive responses inside a script tracks human conversation more closely, at some cost to emotional range Can layered persona architecture sustain coherent character behavior?. Multi-turn RL that rewards consistency cut persona drift by over 55%, and it catches local drift, global drift, and factual contradictions separately Can training user simulators reduce persona drift in dialogue?. On the data side, realistic dialogue needs persona, subtopic, and context varying together, not persona alone Can synthetic dialogues become realistic through layered diversity?. Consistency has to be scaffolded or trained for, because nothing in default training penalizes contradiction.


Sources 12 notes

Why do static persona descriptions produce repetitive dialogue?

Journal entries capturing Big Five traits through genuine self-expression produce more consistent and nuanced dialogue than predefined 3-5 sentence persona descriptions. Personality emerges from how people express themselves, not from attribute inventories.

Do persona consistency metrics actually measure dialogue quality?

High persona adherence scores often come from copying character descriptions while ignoring query relevance. MUDI jointly optimizes both by using discourse relations and graph-based coherence modeling alongside persona fidelity, showing that persona and context must be optimized together, not separately.

Does model capability translate to better persona consistency?

Claude 3.5 Sonnet achieved only 2.97% improvement over GPT 3.5 on persona consistency despite massive capability gaps, suggesting persona adherence is orthogonal to model scaling. Standard training objectives optimize for per-turn quality, not cross-turn coherence.

Why does supervised learning fail to enforce persona consistency?

Supervised learning cannot enforce persona consistency because it rewards correct responses but never penalizes contradictions. Offline reinforcement learning combines inexpensive training on existing data with explicit contradiction rewards using human-annotated labels, offering a practical alternative to expensive online RL.

Do large language models actually commit to a single character?

Shanahan's 20-questions test shows LLMs maintain a superposition of consistent objects or characters and sample from that distribution at generation time. Regenerating the same response yields different outputs, each consistent with prior context, proving no fixed commitment exists.

Show all 12 sources
Why do LLM persona prompts produce inconsistent outputs across runs?

When the same persona prompt is run repeatedly, output variance across runs matches or exceeds variance across different personas. This reveals that model uncertainty, not stable social knowledge, drives persona-simulated outputs, making them unsuitable for simulating human annotation disagreement.

Can persona prompts actually reduce bias in language models?

Across three models, persona conditioning makes models follow trait instructions but fails to eliminate underlying bias. Between-group sentiment gaps persist unchanged, showing prompts operate only at the output level.

Are RLHF personas performed characters or realized dispositions?

Post-training installs stable dispositional profiles that persist under adversarial pressure, marking them as realized rather than performed. The stickiness of trained personas across conversations distinguishes them from prompt-induced role-play that collapses under jailbreaks.

How stable is the trained Assistant personality in language models?

Research mapping hundreds of character archetypes reveals a low-dimensional persona space where the leading component measures distance from the default Assistant. Emotional and meta-reflective conversations cause predictable drift, but activation capping along this axis mitigates harmful shifts without degrading capabilities.

Can layered persona architecture sustain coherent character behavior?

Deep Persona's three-layer architecture, which restricts the model to reactive response within a structured script, shows dialogue more closely aligned with human conversation patterns and achieves high pragmatic fluency, though with limitations in emotional expression.

Can training user simulators reduce persona drift in dialogue?

By inverting standard RL setups to train user simulators for consistency using three complementary metrics (prompt-to-line, line-to-line, Q&A consistency) as reward signals, persona drift decreases by over 55%. This approach captures distinct failure types: local drift within turns, global drift across conversations, and factual contradictions.

Can synthetic dialogues become realistic through layered diversity?

Research shows that realistic synthetic dialogues require three multiplicative layers: subtopic specificity, Big Five persona variation, and 11 contextual characteristics via Chain of Thought reasoning. This structured approach captures 90.48% of in-domain dialogue performance.

Papers this line draws on 8

The research behind the notes this line reads — ranked by how closely each paper relates.