Persona Generators: Evolutionary LLM Method for Diverse Synthetic Human Personas
Google researchers Davide Paglieri, Logan Cross, and colleagues propose Persona Generators, a system that uses the AlphaEvolve evolutionary algorithm to generate code that produces 25 diverse persona prompts covering a broad range of attitudes and opinions. The method iteratively optimizes persona prompt diversity using six metrics, outperforming Nemotron Personas (82% vs 76% coverage of possible responses) and a Concordia memory-based baseline (46%). The system uses Gemini 2.5 Pro for questionnaire generation and Gemma 3-27B-IT for persona simulation via the Concordia agent library. The approach reframes persona generation as a coverage optimization problem rather than a data-matching one, enabling more representative synthetic user populations for product research.
Related guides (3)
Related events (8)
Researchers at UT-Austin and Google Model Human Decision-Making in Rock-Paper-Scissors
Researchers from UT-Austin and Google used AlphaEvolve, an evolutionary code-optimization method, to synthesize interpretable Python programs that predict move-by-move decisions of LLMs and humans playing rock-paper-scissors against bots. They found that Gemini 2.5 Pro, Gemini 2.5 Flash, and GPT-4.1 share similar sequential-pattern-tracking strategies that are more systematic than typical human play, while GPT-OSS 120B and humans relied on simpler opponent-move-frequency heuristics. The study demonstrates that code synthesis from behavioral data can serve as an interpretability tool for LLM decision-making, revealing that LLMs do not simply mimic human strategies.
Persona-Pruner: framework for sculpting lightweight persona-specific LLM sub-networks via structured pruning
Persona-Pruner is a pruning framework that isolates persona-specific sub-networks from a generalist language model given only a character description, producing lightweight role-playing models without the full model's computational cost. The authors observe that naive pruning degrades role-playing fidelity by failing to distinguish redundant knowledge from character-essential parameters. On RoleBench, Persona-Pruner reduces performance drop by up to 93.8% relative to the strongest baseline pruning method while preserving general LLM capabilities. The work targets practical deployment scenarios such as game ecosystems with many simultaneous NPC agents.
Nemotron-Personas-India: Synthesized Data for Sovereign AI
NVIDIA and Hugging Face have released Nemotron-Personas-India, a synthetic dataset designed to support sovereign AI development in India. The dataset consists of synthesized persona data intended to improve AI model performance for Indian languages, cultures, and contexts. This release reflects growing interest in localized, culturally-grounded training data as a foundation for regional AI sovereignty initiatives.
Agentopia: Long-term multi-agent life simulation framework for training LLMs on social behavior
Researchers introduce Agentopia, a framework for simulating 10 years of social life across 100 LLM-powered agents, enabling study of emergent social behaviors and long-term personal growth dynamics. The system defines a 'life reward' metric mirroring human well-being and uses it to train LLMs via rejection sampling. Training on simulated social experience yields a +15.6% improvement on downstream role-playing benchmarks, suggesting that synthetic social simulation can generalize to real capability gains.
Nemotron-Personas-Japan: Synthetic Dataset for Sovereign AI
NVIDIA has released Nemotron-Personas-Japan, a synthetic dataset hosted on Hugging Face designed to support sovereign AI development in Japan. The dataset appears to consist of persona-based synthetic data in Japanese, likely intended for fine-tuning or alignment of Japanese-language models. This release is part of NVIDIA's broader Nemotron data and model family, extending it to non-English sovereign AI use cases.
AlphaEvolve: A Gemini-powered coding agent for designing advanced algorithms
DeepMind has announced AlphaEvolve, a coding agent powered by Gemini that autonomously evolves algorithms for mathematical and practical computing applications. The system combines large language model creativity with automated evaluators to iteratively improve algorithmic solutions. It represents a significant step in AI-driven algorithm discovery, extending DeepMind's prior work in this space (e.g., AlphaTensor, FunSearch). The announcement comes from DeepMind's official blog, indicating a substantive capability release rather than a research preview.
AlphaEvolve: How our Gemini-powered coding agent is scaling impact across fields
DeepMind published a blog post detailing the real-world impact of AlphaEvolve, a Gemini-powered coding agent designed to discover and optimize algorithms. The post covers applications spanning business operations, infrastructure, and scientific research. AlphaEvolve represents a deployment of LLM-driven evolutionary algorithm search at scale across multiple domains.
LLMs fail to consistently simulate demographic perspective-taking in hate speech annotation
A new arXiv paper evaluates whether persona-conditioned LLMs can replicate how different demographic groups perceive hate speech, testing three dimensions: inter-group disagreement, in-group sensitivity, and vicarious prediction. No model consistently captures all three dimensions, and performance is highly model-dependent rather than emerging reliably from identity prompts alone. Vicarious prompting with Llama 3.1 provides the closest approximation to human disagreement patterns across demographic axes. The findings have implications for using LLMs as proxies for diverse human annotators in content moderation tasks.


