Mixture-of-Personas Language Models for Population Simulation
Ngoc Bui, Hieu Trung Nguyen, Shantanu Kumar, Julian Theodore, Weikang Qiu, Viet Anh Nguyen, Rex Ying
TL;DR
MoP introduces a two-level hierarchical mixture of LLM agents, combining learnable persona prompts and exemplar-driven conditioning to align generated content with target population distributions without fine-tuning. The method formalizes a gating-based mixture over personas and exemplars, with objective optimization on population data and a plug-and-play transfer capability across base models. Empirical results show substantial gains in alignment (FID) and distributional diversity (MAUVE, KL Cosine), along with improved downstream task performance and strong transferability. The work offers a practical, privacy-conscious approach to population-scale simulations with LLMs and highlights considerations around biases and model-access constraints that guide future research and deployment.
Abstract
Advances in Large Language Models (LLMs) paved the way for their emerging applications in various domains, such as human behavior simulations, where LLMs could augment human-generated data in social science research and machine learning model training. However, pretrained LLMs often fail to capture the behavioral diversity of target populations due to the inherent variability across individuals and groups. To address this, we propose \textit{Mixture of Personas} (MoP), a \textit{probabilistic} prompting method that aligns the LLM responses with the target population. MoP is a contextual mixture model, where each component is an LM agent characterized by a persona and an exemplar representing subpopulation behaviors. The persona and exemplar are randomly chosen according to the learned mixing weights to elicit diverse LLM responses during simulation. MoP is flexible, requires no model finetuning, and is transferable across base models. Experiments for synthetic data generation show that MoP outperforms competing methods in alignment and diversity metrics.
