AI Agents 相关度: 9/10

Persona Generators: Generating Diverse Synthetic Personas at Scale

Davide Paglieri, Logan Cross, William A. Cunningham, Joel Z. Leibo, Alexander Sasha Vezhnevets
arXiv: 2602.03545v1 发布: 2026-02-03 更新: 2026-02-03

AI 摘要

提出Persona Generators,用于生成多样化、大规模的合成角色,提升AI系统评估的覆盖度。

主要贡献

  • 提出 Persona Generators,一种自动生成多样化合成角色的函数。
  • 使用基于AlphaEvolve的迭代改进循环,优化Persona Generator代码。
  • 证明了该方法在多样性指标上优于现有基线,并能产生稀有特征组合。

方法论

使用AlphaEvolve迭代改进循环,利用大型语言模型作为变异算子,优化Persona Generator代码,从而产生多样化角色。

原文摘要

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.

标签

AI Agents Generative Models Persona Generation Large Language Models

arXiv 分类

cs.AI