This Findings of ACL 2026 paper presents PersonaArena, a framework that generates multi-agent social scenes, has an LLM enact an everyday persona, and scores the resulting trajectory on eight dimensions. It also uses highly rated trajectories to train Qwen3-8B with SFT and DPO. Dynamic role-playing is a meaningful technical contribution, but the strongest terms, “authentic” personas, “unbiased” evaluation, and socially adept agents, lack equivalent human ground truth. The evidence supports comparisons inside a synthetic environment, not measurement of a real person's personality or fidelity to human behavior.
The persona bank starts from the Blog Authorship Corpus: more than 19,000 authors and about 681,000 public posts. An unspecified LLM replaces names, emails, and home addresses and infers demographics, occupation, personality, values, interests, and experiences; 1,000 cards are released. The bloggers did not validate these cards and no psychometric instrument is used. The anonymization check asks ten annotators which of 20 original/anonymized card pairs better matches the underlying profile: 47% select the original and 53% the anonymized card. This may indicate semantic preservation but does not test anonymity, consent, linkage, or sensitive inference. The source corpus is explicitly suitable for authorship attribution and its Hugging Face card lists the license as unknown.
The released bank's quality conflicts with the authenticity framing. The audit finds 1,000 IDs but only 956 distinct names, 81 cards with an explicit minor-age pattern, and 172 cards containing two different numerical ages. Cards include sensitive health, mental-state, gender-identity, political, and relationship attributes. They also fabricate biography: one card calls “James Russell” a Sun Microsystems co-founder, whereas the documented founders are Andy Bechtolsheim, Vinod Khosla, Scott McNealy, and Bill Joy. A model can score highly by repeating a false card, so Knowledge Accuracy and Behavioral Accuracy are grounded in generated references that are not always coherent or true.
Each benchmark run samples only ten personas and shares generated scenarios across models. The protagonist interacts with two or three NPCs and an Environment Agent, normally Qwen3-32B. Checkpoints seek coverage of background, personality, values, interests, and experiences. Three judges, DeepSeek-R1, Qwen3-32B, and Mistral-small3.2, score Knowledge Accuracy, Behavioral Accuracy, Emotional Expression, Personality Traits, Immersion, Behavioral Coherence, Adaptability, and Interaction Richness from 1 to 5; GPT-4o-mini arbitrates disagreements. Generation prompts already request personality consistency, emotional realism, detail, adaptation, and non-repetition, creating direct leakage between what the pipeline requests and rewards.
GPT-5.1 has the highest mean at 3.963, narrowly ahead of GPT-4.1 at 3.948; DeepSeek-V3.2 is the top listed open model at 3.902. Overall human correlation is 0.683 for the panel and 0.669 for Qwen3-32B alone. The prose says the panel is stronger on all eight metrics, but the table shows an individual judge correlating better on BA, IM, BC, and IR. Four graduate annotators rate each trajectory with at least three human ratings, but the trajectory count, assignment, inter-rater reliability, and correlation intervals are omitted. There are also no tests, p-values, confidence intervals, multiplicity correction, power analysis, or clear independent unit. With ten personas, shared scenarios, eight metrics, and many models, small differences are not inferential evidence.
The paper reports that 1,228 SFT instances extracted from the top 50 trajectories improve Qwen3-8B's average by 21.96%, while 665 DPO pairs derived from 50 trajectory pairs improve it by 27.83%. This is circular: PersonaArena selects the examples and preferences, then chiefly evaluates the improvement with PersonaArena. PersonaGym rises from 3.66 to 3.88/4.09 and RoleBench win rate from 0.0% to 28.6%/37.1%, which provides external signal, but both reuse PersonaArena profiles and automatic evaluators. Ablations retain the ordering of four selected models while changing score scale by up to 0.177 for judge composition, 0.291 with a weak arbiter, 0.136 for the Environment Agent, and 0.121 when early stopping is removed.
The public code makes the simulator and evaluator inspectable and releases 1,000 cards and 1,000 scenes under the repository's MIT license. However, there is no paper-linked release, seeds, exact configs, experimental trajectories, raw results, human labels, SFT/DPO data or code, checkpoints, tests, or CI. The batch script references a missing play_qwen3_14b.yaml. More importantly, if all parsing attempts fail, the evaluator silently assigns eight scores of 3; when a metric is arbitrated, it replaces every judge's score with the arbiter's integer before averaging. Failures can therefore appear as valid neutral judgments, while disputed metrics cease to be a multi-judge mean.
The checklist says there are no risks because the work uses public data and harmless synthetic characters, marks identifying/offensive-content checks not applicable, and reports neither consent nor ethics-board approval/exemption. That conflicts with the use of real posting histories, minors, and inferred psychological attributes. The faithful conclusion is that PersonaArena provides a useful synthetic bank and arena for comparing narrative consistency and optimizing models toward its judges' preferences. It does not establish human personality, social realism, anonymity, evaluator impartiality, stable statistical superiority, or socially better models outside this pipeline, and the released artifact cannot reproduce its numerical results.