This work proposes using LLMs as virtual respondents to prioritize psychometric items before costly human validation. Its central idea is the trait-response mediator: a characteristic, belief, situation, or value that can make the same trait level yield different item responses. GPT-4.1 generates free mediators, mediators based on the five CAPS categories, item-conditioned mediators, and mediators derived from World Values Survey questions; observed human demographic profiles form another baseline. GPT-4.1-mini simulates 500 respondents per condition, answers each item under two option orders, and enables candidate ranking by Spearman correlation with the intended trait score on official items. The study covers the Big Five, ten Schwartz values, and 24 VIA strengths. Initial items come from GPT-4o, GPT-4o-mini, Llama-3.1-8B, and Llama-3.3-70B; comparisons include random selection, an LLM judge, no mediator, official scales, and an oracle defined from human responses.
Human reference data come from 339 Prolific participants, 307 of whom pass duplicate and impossible-item attention checks. Because four questionnaires are administered separately, each validation matrix contains only 75, 76, 80, or 76 people. Free mediators reach CV=.632, the 99.3rd percentile, NDCG=.568, DV=.294, and alpha=.904 on Big Five; on VIA they reach CV=.586, the 88.5th percentile, NDCG=.657, DV=.296, and alpha=.803. CAPS is strongest on Schwartz CV at .347 and the 87.1st percentile, with less consistent results and significance comparisons. Overall, mediator conditions outperform random and no-mediator selection, the complete prompt usually wins the ablations, and increasing virtual respondents toward 500 improves CV and ICR. Three graduate students also judge sampled mediators plausible, although this review does not cover the full bank.
The defensible conclusion is that simulation can act as a candidate-screening heuristic around an existing construct and scale. It does not replace independent psychometric validation. The human criterion still contains only 75-80 people per survey, while selection and evaluation reuse the same response matrices. Convergent validity is mainly correlation with official-item scores; the study does not establish factor structure, measurement invariance, criterion validity, test-retest stability, or replication in a new sample. Five hundred simulated respondents do not create five hundred independent human observations. Mediators are useful prompt variables rather than evidence of human cognitive processes or causal mediation, and the paper explicitly acknowledges that LLMs do not perfectly reproduce human responses or psychology.
The MIT release is extensive: code, prompts, responses, rankings, and microdata make the pipeline inspectable, but dependencies are not pinned, there are no scientific tests or reproduction CI, no one-command end-to-end run, and regeneration depends on mutable model services. The audit also finds a serious privacy problem. Four CSV files named anonymized retain participant identifier, gender, age, country, occupation, income, education, social class, and religion; the joint eight-field profile is unique for 100% of rows in every survey. Although the paper reports IRB approval, the release does not provide consent language, a linkage-risk assessment, or a rationale for publishing such granular microdata. Aggregate results would preserve most reproducibility with substantially lower risk.