Bai and coauthors ask whether adding detail and apparent realism to a textual persona makes DeepSeek-chat produce Big Five profiles that are more repeatable, distinguishable, and similar to human age curves. The work remains a preprint. It proposes a SQLite pipeline that samples demographic skeletons from the 1994 Adult Income Dataset, expands them with the same LLM, administers the 120 IPIP-NEO items in six blocks, and computes OCEAN scores. Only one service is tested: DeepSeek-chat version 3.0 before 3.1. It is invoked through a mutable API alias, and the released code neither freezes the model snapshot nor sets the temperature reported as 0.7 in the paper.
At the individual level, five personas are selected and severely shortened versions are compared with their full profiles across 300 repeated questionnaire administrations per condition. After IQR outlier removal, 275–298 observations remain. The coefficient of variation of Mahalanobis distances decreases in all five cases: 0.2806→0.2384, 0.2818→0.2168, 0.3380→0.2451, 0.2787→0.2523, and 0.2811→0.2369. K-means separation also improves: pooled ARI rises from 0.7349 to 0.9835 and pair 4–5 from 0.0795 to 0.9151. Yet three pairs were already between 0.9531 and 1 with poor profiles. Distances are computed from the sample-derived mean, not an external ideal prototype; K-means is given the correct number of personas and evaluated on the same observations. The experiment therefore supports the narrower claim that additional text can constrain and differentiate questionnaire outputs under this protocol. It does not demonstrate an internal personality or an identity that persists through interaction.
At the population level, the paper compares four conditions, each reported as n=600: enriched census profiles; the same profiles with an anti-idealization instruction during testing; at-least-2,000-word narrative personas; and literary characters sourced through Wikidata. A cubic polynomial is fitted for each trait against age and evaluated at six points from ages 20 to 70 against human curves. Joint distance decreases from 70.25 to 63.45, 51.21, and 23.75. Appendix metrics reproduce the same ordering. This is an interesting descriptive pattern, not a scaling law: there is no measured quantity of detail, exponent, replicated levels, held-out prediction, or extrapolative validation. Each step simultaneously changes population source, prompt, content, and construction method. The final group is not a more detailed version of the census population but a different population of fictional characters, and the LLM itself fills gaps in their descriptions.
The artifact audit further limits the conclusion. GitHub contains code, prompts, census.csv, and some CFA outputs, but the SQLite files with responses and results are hosted behind a Baidu captcha and the figures cannot be recomputed from the repository. No run manifests bind each figure to a commit, configuration, and model snapshot. The released human-data importer marks every item as not reverse-scored, whereas the LLM scoring path applies the 55-item reverse key. Without human.db, whether the published reference was affected cannot be established, but the available pipeline does not demonstrate scoring equivalence. Curve comparison uses unvalidated cubic fits without uncertainty; Sliced Wasserstein uses unseeded random projections; and Average Marginal Wasserstein duplicates the calculation labeled Wasserstein Mean.
The defensible contribution is an exploratory workbench for studying how persona context constrains synthetic self-reports. The findings suggest that richer profiles induce greater response self-consistency and that some generated populations more closely match five human marginal age means in this setup. They do not establish a general law, psychological fidelity, psychometric validity, a causal effect of detail, or that synthetic personas can replace human participants. The design can instead confound realism with prompt obedience, circularity between the model writing the persona and the model answering the questionnaire, and reproduction of demographic stereotypes. Claims that the LLM “possesses” personality, that CFA and construct validity are irrelevant, or that more detail is all that is needed go beyond the presented evidence.