The paper proposes a benchmark for testing whether seven LLMs answer the IPIP-50 consistently with one of twenty target Big Five profiles, motivated by later use in video-game characters. It starts from 1,015,342 human questionnaires from the Open-Source Psychometrics Project; after requiring complete responses, a minimum response time, and the first submission per IP, the paper reports 596,956 cases. Five trait scores are normalized, each person is assigned by Euclidean distance to the nearest profile, and a balanced reference of 50,500 people, 2,525 per profile, is constructed. The twenty prototypes do not come from a taxonomy validated in the study; they are taken from a 2018 web page and include disorder-derived names and proposed opposites that function here only as non-diagnostic labels. For each profile, the prompt supplies the exact OCEAN vector and asks the model to answer all 50 items separately on a 1–5 Likert scale. The main table reports nearest-centroid accuracies of 5.00% for Flan-T5-XL, 5.00% for Flan-T5-XXL, 15.10% for text-davinci-003, 31.90% for GPT-3.5, 74.00% for GPT-4, 7.11% for Dolphin-2.7-Mixtral, and 6.33% for Mixtral-8x7B-Instruct. The 100% highlighted in the abstract is not global accuracy: Table 4 shows that, for particular profiles, every GPT-4 response lies inside the convex hull of the corresponding human cloud, which is a different metric. Auditing the GitLab artifact yields recomputed accuracies of approximately 5.00%, 5.00%, 15.08%, 31.90%, 71.64%, 7.11%, and 5.16%, so its GPT-4 and Mixtral figures do not match the paper. Artifact sample sizes also range from 3 to 64 or 128 repetitions per profile even though the paper states 64 for every model. The implementation filters human response times above 1,000 ms rather than the paper's 300 ms and computes five separate squared one-dimensional Mahalanobis distances, not one five-dimensional distance or an average number of standard deviations. The full human data and 50,500-person reference are not released; only a 4,500-person subset is present. The evidence does show substantial model differences under these prompts and that GPT-4 is closest to the chosen prototypes under the selected metrics. It does not establish human personality, realistic decision-making, stable behavior, or convincing NPCs: the game example is illustrative and includes no players, longitudinal dialogue, or behavioral evaluation. Reproducibility is further weakened by missing data, local paths, untraceable cleaned outputs, a script that fails to compile, weak dependency control, and an exposed API credential in the code that should be revoked and rotated.
Research question
To what extent do different LLMs, conditioned with Big Five vectors of twenty target profiles, respond to the 50 IPIP items in a manner comparable to human distributions assigned to those same profiles, and can this procedure serve as an initial benchmark for designing NPCs with personality?