To make an AI talk like a real person, does it matter more to show it real conversations or to describe the person?
What properties of dialog content drive fidelity in human response simulation?
This explores which features of the conversational material (the example dialogs, the persona and context detail, the intent and emotion behind each turn) make an AI-simulated human reply resemble what a real person would say.
This explores which features of the conversational material make an AI-simulated human reply resemble what a real person would say. The corpus doesn't answer it in one place, but several notes agree on a few properties. The first is that fidelity comes from real dialog, not from instructions about dialog. A study found that pretrained base models conditioned on short samples of actual conversation predict human responses more accurately, and with more variety, than instruction-tuned assistants told to play a persona. The stated mechanism is task mismatch: training a model to be a helpful assistant systematically degrades its ability to sound like the person on the other side of the chat (Do pretrained models simulate humans better than instruction-tuned assistants?). The content does the work here, and a role-play prompt doesn't substitute for it.
The second property is layered specificity. Realistic synthetic dialogues seem to need three things working together: a narrow subtopic, a persona (Big Five personality variation), and a set of 11 contextual characteristics. With all three, the study reports capturing about 90% of in-domain performance (Can synthetic dialogues become realistic through layered diversity?). Any one layer alone gives generic talk. A related approach conditions the simulator on hidden state at two timescales: a session-level user profile and a turn-level intent. Realism was then checked by crowd workers, by discriminator models, and by matching distributions with classifier ensembles (Can controlled latent variables make LLM user simulators realistic?). What the person is trying to do right now matters as much as who they are.
The third property is consistency, which the model doesn't supply by default. One line of work argues that an LLM never commits to a character. It holds a spread of possible characters and samples one at each generation, so regenerating the same reply gives different outputs, each plausible given the context (Do large language models actually commit to a single character?). That helps explain persona drift. Training user simulators with multi-turn reinforcement learning against three consistency checks (prompt-to-line, line-to-line, and question-and-answer) cut drift by over 55% (Can training user simulators reduce persona drift in dialogue?). The three checks catch different failures: drift within a turn, drift across a conversation, and outright factual contradictions. A believable simulated human has to stay the same person from start to finish.
The fourth property is human messiness, and this part is my inference from the notes rather than a direct finding. Preference-tuned models produce 77.5% fewer grounding acts than humans, meaning fewer clarifying questions and understanding checks (Does preference optimization harm conversational understanding?). Standard reward training also pushes models toward passive answers instead of asking what the person means (Why do language models respond passively instead of asking clarifying questions?). A simulator built from assistant-style outputs would therefore inherit the wrong conversational habits. Emotion also matters: one system uses a simulated user's emotion trajectory across turns as its training signal, so the simulator's feelings are part of what makes it feel real (Can emotion rewards make language models genuinely empathic?).
The evidence also shows how far fidelity goes. Persona-based simulations reproduced 84 of 111 published marketing-experiment main effects (76%), and success tracked how strong the original evidence was. Marginal effects came out unreliable, with both false positives and false negatives (Can AI personas reliably replicate human experiment results?). So the properties above seem to buy fidelity for large, robust human behaviors, and subtle effects remain out of reach. The corpus has little on which single property matters most, so the ranking is still open.
Sources 9 notes
The study shows that pretrained base models conditioned on short dialog samples produce more accurate and diverse human predictions than instruction-tuned assistants prompted with personas, across multiple dialogue corpora. The mechanism is task mismatch: assistant optimization systematically degrades human simulation performance.
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.
RecLLM demonstrates that conditioning an LLM simulator on session-level (user profile) and turn-level (user intent) latent variables produces synthetic conversations measurable as realistic via crowdsource discrimination, discriminator models, and classifier-ensemble distribution matching.
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.
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.
Show all 9 sources
RLHF optimizes models for single-turn helpfulness by rewarding confident responses over clarifying questions and understanding checks. This preference alignment systematically reduces grounding acts by 77.5% below human levels, creating an alignment tax where models appear helpful but fail silently in multi-turn contexts.
CollabLLM demonstrates that standard RLHF training optimizes for immediate helpfulness, discouraging models from asking clarifying questions or offering multi-turn insights. Multi-turn-aware rewards that estimate long-term interaction value enable active intent discovery and genuine collaboration.
RLVER uses a simulated user's emotion trajectory as an RL reward signal, enabling GRPO to deliver stable empathy improvements while maintaining dialogue quality—countering the typical trade-off between preference optimization and conversational grounding.
Viewpoints AI reproduced 84 of 111 main effects from Journal of Marketing experiments with replication success strongly correlated to original p-value strength. Marginal effects showed unreliable performance with both false positives and negatives.
Papers this line draws on 8
The research behind the notes this line reads — ranked by how closely each paper relates.
- Intent Mismatch Causes LLMs to Get Lost in Multi-Turn Conversation
- Pretrained Persona Mixture Models and Tandem Models for Human Simulation
- Consistently Simulating Human Personas with Multi-Turn Reinforcement Learning
- Goal Alignment in LLM-Based User Simulators for Conversational AI
- DiaSynth: Synthetic Dialogue Generation Framework for Low Resource Dialogue Applications
- The Assistant Axis: Situating and Stabilizing the Default Persona of Language Models
- Prompting Against Persona Drift: Comparing Intervention Timing and Content in LLM-Simulated Conversations
- Do Synthetic Personas Predict Real Audience Response? A Sim-to-Real Study Where a No-Persona Baseline Beats Persona-Based Copy Simulation