Can AI 'users' built from free, public material stand in for real customers, or do you need private data?
Can public domain data rival proprietary data for building personas?
This explores whether personas built from openly available material (published documents, existing persona datasets, public research) can do what personas built from private, real-user behavioral data do.
This explores whether personas built from openly available material (published documents, existing persona datasets, public research) can do what personas built from private, real-user behavioral data do. The corpus has no head-to-head test with the same task and both data types. The pieces it does have suggest a split: public material works well for personas that represent perspectives, and less well for personas that must predict what real people will do.
The public-material side is stronger than you might expect. Can one persona population evaluate different application types? shows that one population of simulated users from existing persona datasets can evaluate surveys, chatbots and other applications through plug-and-play adapters, with no rebuilding per task. Can personas extracted from documents generalize across evaluation tasks? goes further and pulls personas straight out of domain documents by clustering stakeholder viewpoints. The resulting judges transfer between summarization and dialogue without redesign, because they are grounded in real perspectives rather than arbitrary roles. Can synthetic dialogues become realistic through layered diversity? finds that layering subtopic, Big Five personality and context gets synthetic dialogue to about 90% of in-domain performance, with no private user logs involved.
Behavior-based personas are the proprietary-style benchmark. Can behavior-based personas predict A/B test outcomes? conditioned LLM agents on anonymized behavioral data and predicted the direction of 40 A/B tests with 75 to 90 percent accuracy. Accuracy was highest for big effects and lowest for near-zero ones, so it works as a pre-screen and not a replacement for live testing. Can AI personas reliably replicate human experiment results? shows the same shape from a different angle. A persona simulator matched 84 of 111 published marketing-experiment effects, closely tracking how strong the original evidence was, and was unreliable on marginal effects. The ceiling in both cases is effect size, not where the data came from. That suggests data provenance may not be the main bottleneck.
The sharpest constraint is in How do we generate realistic personas at population scale?. Persona generation at scale produces systematic bias, for example in election forecasting, because the heuristics used cannot recover the true joint distribution from marginal data. My reading is that this is roughly the gap between published summary statistics (averages for each trait separately) and person-level records (how traits combine in one individual). If so, that is where public data loses to proprietary data. The note's proposed fix is a public one: ImageNet-style benchmarks and training datasets for personas. In other words, the field's answer to this gap is to build the open resource.
So public data looks competitive for reusable evaluation, perspective-taking and diverse synthetic conversations. Proprietary behavioral data has the edge when you need to predict specific real users' choices, and even then it only reliably catches large effects. The open question the corpus leaves is whether a well-built public joint-distribution dataset would close that gap.
Sources 6 notes
PersonaEval demonstrates that simulated users from existing persona datasets can evaluate multiple application formats through plug-and-play interface adapters, enabling repeatable and scalable evaluation without rebuilding personas per task.
MAJ-EVAL automatically extracts stakeholder personas from domain documents via semantic clustering and orchestrates structured three-phase debate, achieving reproducible evaluation that transfers across tasks like summarization and dialogue without manual redesign. The approach grounds personas in real stakeholder perspectives rather than arbitrary roles.
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.
LLM agents conditioned on anonymized behavioral data predicted A/B test directions with 0.75–0.90 accuracy across 40 experiments. Predictions were most reliable for large effects and least trustworthy for near-zero effects, making the approach viable for fast pre-screening but not full replacement of live testing.
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.
Show all 6 sources
LLM persona generation produces systematic biases in downstream tasks like election forecasting because it relies on heuristic techniques that cannot recover true joint distributions from marginal data. Solving this requires benchmarks, training datasets, and structured frameworks analogous to ImageNet.
Papers this line draws on 8
The research behind the notes this line reads — ranked by how closely each paper relates.
- Persona Generators: Generating Diverse Synthetic Personas at Scale
- When Persona Attributes Improve Population Alignment in Large Language Models
- PersonaGym: Evaluating Persona Agents and LLMs
- Do Synthetic Personas Predict Real Audience Response? A Sim-to-Real Study Where a No-Persona Baseline Beats Persona-Based Copy Simulation
- LLM Generated Persona is a Promise with a Catch
- PersonaEval: Persona-Based User Simulation for Evaluating Interactive Applications
- Multi-Agent-as-Judge: Aligning LLM-Agent-Based Automated Evaluation with Multi-Dimensional Human Evaluation
- Data-Driven Persona-Conditioned Agents for A/B Test Simulation