Does conditioning LLMs on personal profiles improve prediction?
Persona induction—feeding LLMs participant-specific information—is widely used to make models simulate individuals more accurately. But does it actually work at the individual level where it matters most?
A common recipe for making LLMs behave like specific people is persona induction: condition the model on participant-specific information — demographics, prior responses, a profile — and expect it to predict that individual more accurately. The Psych-201 study tests this at unusual scale (208,021 participants, ~26 million behavioral responses, hundreds of experiments) and finds it does not work at the level that matters. Persona-induction does not improve predictions for individuals. Conditioning on who the person is fails to sharpen the model's account of what that person will actually do.
The result is damaging precisely because the technique is so widely used and intuitively reasonable. If LLMs are to serve as surrogates — simulating patient responses for clinician training, anticipating population reactions to policy, modeling student learning trajectories — they need to capture individual variation, not just population averages. Persona induction is the standard lever for individuation, and it comes up empty here. The model conditioned on a participant's profile is not meaningfully better at predicting that participant than the model without it.
Why it matters: it converges with a body of vault evidence that LLM persona simulation captures aggregate or modal behavior far better than individual-level behavior. Where prior work showed persona simulations replicate published main effects but falter on marginal ones, and that persona-conditioned annotations are dominated by model uncertainty rather than persona knowledge, this adds a large-scale behavioral confirmation: the individuation lever itself is weak. The counterpoint is scope — persona induction may still shift population-level distributions usefully even when it fails per-individual, so the finding indicts individual prediction specifically, not all uses of conditioning.
— "Post-training makes large language models less human-like", https://arxiv.org/abs/2605.07632
Related concepts in this collection
-
Can AI personas reliably replicate human experiment results?
Exploring whether LLM-based persona simulations accurately reproduce experimental findings from published psychology and marketing research, and what factors determine when they succeed or fail.
same fault line: main effects survive, fine-grained (marginal, individual) effects do not; Psych-201 extends the failure to the individuation lever itself
-
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.
mechanism candidate: if model uncertainty swamps persona signal, conditioning on a profile cannot improve individual prediction
-
Why do LLM judges fail at predicting sparse user preferences?
When LLMs judge user preferences based on limited persona information, what causes their predictions to become unreliable? Understanding persona sparsity's role in judgment failure could improve personalization systems.
parallel failure of profile-conditioning to drive individual-level judgment, with a partial recovery via uncertainty estimation
-
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.
population-scale caveat: even where individual prediction fails, population simulation needs calibration rather than naive persona conditioning
-
Can language models simulate belief change in people?
Current LLM social simulators treat behavior as input-output mappings without modeling internal belief formation or revision. Can they be redesigned to actually track how people think and change their minds?
diagnoses why demographics-in/behavior-out conditioning is shallow, explaining the individual-level failure
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
Original note title
persona induction fails to improve individual-level prediction undercutting a popular human-simulation technique