This ICLR 2026 poster asks whether LLMs can reconstruct the correlation structure among psychological traits from minimal inputs. For 816 Chinese participants from a pandemic-era study, the authors gave twelve model conditions the 20 Big Five items and asked them to role-play each participant's answers to nine additional instruments. The primary result is not individual accuracy: it compares 105 model-generated Big-Five-to-target correlations with the corresponding human correlations. For Gemini 2.5, the reported regression is k = 1.42 and R² = 0.92; our reproduction from the released outputs gives k = 1.415 and R² = 0.917. All twelve conditions have k > 1, which the paper calls structural amplification. This aggregate effect is well supported by the released outputs, but it does not mean that a model explains more than 88% of an individual's psychological traits. The individual-prediction table reports mean correlations from 0.345 to 0.445. Reasoning-trace analysis shows strong factor-level agreement with a Bayesian-ridge baseline (r = 0.981) but weak item-level agreement (r = 0.207), so it does not validate the model's internal reasoning. Adding a narrative summary to the scores yields modest improvements, but the summary comparisons use variable subsets of 193 to 711 participants and are not cleanly matched to the 816-person ScoreOnly baseline. The repository permits a partial check of the structural effect but releases no code, linked human-scale records, 20-item Big Five prompt inputs, executable baselines, tests, dependencies, or license. It also retains highly specific quasi-identifiers in the Big Five file: 680 of 816 rows are unique on gender, province, exact age, job, education, and survey date, which conflicts with a strong reading of fully anonymized. The defensible conclusion is that these LLMs reproduce and amplify an aggregate psychological covariance pattern in this sample and prompt setting; the paper does not establish precise, valid, interpretable, or safe individual profiling.
Research question
Can LLMs reconstruct, from a person's 20 Big Five items, the aggregated correlation structure that connects those traits with nine psychological instruments, and what do their traces and summaries indicate about the mechanism of that simulation?