Do pretrained models simulate humans better than instruction-tuned assistants?
This research explores whether instruction-tuned assistant models degrade human simulation accuracy through their post-training optimizations, and whether binding pretrained models to dialog samples offers a more faithful alternative.
The paper challenges "the current dominant practice in LLM human simulation": prompting instruction-tuned "assistant" models to role-play personas. It calls that practice "inaccurate" and says it "produces stereotyped predictions (lacking natural diversity)." Its alternative is the Persona Mixture Model (PMM), a "well-calibrated human model" currently realized as a pretrained base model. Per the abstract, PMMs "produce more accurate predictions than instruction-tuned models and retain more of the lexical, semantic, and pragmatic diversity found in human dialog," measured across corpora spanning open-domain text, human-AI chat, and task-oriented dialogue between humans.
The mechanism is a claim about task mismatch. The discussion states that "user simulation is a very different task from dialog assistance," that the optimizations for the assistant task "systematically degrade performance for human simulation," and that instruction-tuned models are "as well-adapted for human simulation as unaligned pretrained models are for the assistant task." Persona binding is done by conditioning on "short, individual samples of dialog from specific people" rather than on a written description, and "demographics can be added later without negative effects by simply querying the model." The paper also names where the biases come from. Pretraining data carries the demographics and discourse norms of web-scale text. Post-training adds "behavioral norms adopted by their designers," which "may or may not represent the full user community."
This sits as a model-side diagnosis next to two neighbors. How do we generate realistic personas at population scale? blames heuristic persona construction and leaves open which attributes a persona should contain. The PMM route swaps a written persona for a dialog sample and treats demographics as an optional later query, which is a different answer to the same calibration problem. Why do LLMs give unrealistic survey responses? argues that skew is an elicitation artifact rather than a model limit. This paper puts part of the fault in post-training, so the two diagnoses are not the same. They cover different outputs (Likert ratings versus multi-turn dialog), so the excerpt does not show that they conflict. Can AI agents learn people better from interviews than surveys? finds that interview content, not style, drives fidelity. Here the binding signal is dialog itself, and the excerpt does not say which of its properties do the work.
The excerpt is silent on the sample sizes, the model families, the accuracy metrics and the size of the gap over instruction-tuned baselines. It is also silent on how much dialog counts as "short." It concedes that base models "can produce out-of-domain dialog and may lose some of the human's internal state over long contexts," and proposes tandem models that pair a pretrained model with an instruction-tuned supervisor without reporting how they perform. The defensible reading is narrow. For simulating a human interlocutor in dialog, an assistant-tuned model is a questionable default substrate, and this paper is one report that a pretrained base model conditioned on real dialog is a better starting point. Whether that holds for survey or decision tasks is not established.
Inquiring lines that read this note 15
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.
Why can't prompting alone inject genuinely new knowledge into models? How does the generation-verification gap limit what we can measure about AI reasoning? Why do persona simulations fail to predict authentic user behavior?- What makes a simulation adequate for intervention comparison versus prediction?
- What role does human response variation play in LLM simulation accuracy?
- Can simulations serve as evaluation instruments rather than objects being evaluated?
- Does simulated user framing match how real people present situations to assistants?
- How well do user simulators trained from real dialogue predict actual user satisfaction?
- How do state-tracking models and prompted role-play each fail as standalone student simulators?
Related concepts in this collection 4
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
How do we generate realistic personas at population scale?
Current LLM-based persona generation relies on ad hoc methods that fail to capture real-world population distributions. The challenge is reconstructing the joint correlations between demographic, psychographic, and behavioral attributes from fragmented data.
same calibration concern; this paper moves the fix from persona construction to model choice and dialog-sample binding
-
Why do LLMs give unrealistic survey responses?
Direct numerical elicitation from language models produces skewed, over-positive survey distributions. Is this a fundamental model limitation, or an artifact of how we ask the question?
locates skew in elicitation; this paper locates stereotyping partly in post-training
-
Can AI agents learn people better from interviews than surveys?
Can rich interview transcripts seed more accurate generative agents than demographic data or survey responses? This matters because it challenges how we build digital simulations of real people.
a different binding signal, interviews rather than dialog samples, with fidelity attributed to content
-
Can controlled latent variables make LLM user simulators realistic?
Can session-level and turn-level latent variables steer LLM-based user simulators toward realistic dialogue while maintaining measurable diversity and ground truth labels for training conversational systems?
user simulators are the use case; this paper questions the instruction-tuned substrate they usually run on
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Pretrained Persona Mixture Models and Tandem Models for Human Simulation
- The Assistant Axis: Situating and Stabilizing the Default Persona of Language Models
- Echo Chamber: RL Post-training Amplifies Behaviors Learned in Pretraining
- Are Emergent Abilities in Large Language Models just In-Context Learning?
- Do Models Explain Themselves? Counterfactual Simulatability of Natural Language Explanations
- Prompting Against Persona Drift: Comparing Intervention Timing and Content in LLM-Simulated Conversations
- Self-Supervised Alignment with Mutual Information: Learning to Follow Principles without Preference Labels
- Post-training makes large language models less human-like
Original note title
pretrained base models bound to short dialog samples simulate humans more accurately and diversely than instruction-tuned assistants prompted with personas