Persona Generators: Generating Diverse Synthetic Personas at Scale
Davide Paglieri, Logan Cross, William A. Cunningham, Joel Z. Leibo, Alexander Sasha Vezhnevets
TL;DR
The paper tackles stress-testing AI-human interaction by shifting from fidelity to representative coverage of diverse user populations. It introduces Persona Generators, a two-stage, code-optimized mechanism that generates populations of synthetic personas tailored to arbitrary contexts and evaluated with Concordia simulations. An AlphaEvolve-driven loop mutates the generator code to maximize six diversity metrics, achieving substantial improvements over baselines in coverage and long-tail representation, with demonstrated generalization to held-out contexts and downstream tasks. The work offers a scalable, lightweight approach for on-demand diverse population synthesis, with potential applications in safety testing, red-teaming, and robust system design, while noting open challenges in measuring open-ended behavioral diversity and mutation-prompts biases.
Abstract
Evaluating AI systems that interact with humans requires understanding their behavior across diverse user populations, but collecting representative human data is often expensive or infeasible, particularly for novel technologies or hypothetical future scenarios. Recent work in Generative Agent-Based Modeling has shown that large language models can simulate human-like synthetic personas with high fidelity, accurately reproducing the beliefs and behaviors of specific individuals. However, most approaches require detailed data about target populations and often prioritize density matching (replicating what is most probable) rather than support coverage (spanning what is possible), leaving long-tail behaviors underexplored. We introduce Persona Generators, functions that can produce diverse synthetic populations tailored to arbitrary contexts. We apply an iterative improvement loop based on AlphaEvolve, using large language models as mutation operators to refine our Persona Generator code over hundreds of iterations. The optimization process produces lightweight Persona Generators that can automatically expand small descriptions into populations of diverse synthetic personas that maximize coverage of opinions and preferences along relevant diversity axes. We demonstrate that evolved generators substantially outperform existing baselines across six diversity metrics on held-out contexts, producing populations that span rare trait combinations difficult to achieve in standard LLM outputs.
