The paper introduces Psych-201, a corpus of human experimental sessions rendered as text, and compares the probability base and post-trained models assign to 25.9 million marked responses. It reports small average disadvantages for instruction-tuned (d=0.11), reasoning (d=0.14) and vision models (d=0.07), while Centaur, post-trained specifically for behavior, improves on novel tasks (d=0.28). The pattern matters for choosing behavioral surrogates, but “human-like” here means lower NLL on text-transcribed tasks with earlier ground-truth human responses visible, not general resemblance to people. The claim that persona induction does not help is not cleanly identified: released code compares metadata-bearing participants with an all-participant baseline, and the persona prefix removes more behavioral history under the fixed cap. Moreover, the advertised 32K limit is implemented in characters, not tokens; in the public train snapshot, 6.87% of rows exceed it and only 81.13% of response markers occur before the cutoff. Code and data exist, but outputs, a pinned environment, version lineage and central dataset governance are missing.
Research question
How does the capacity of different LLMs to assign probability to human responses from behavioral experiments change after instruction tuning, reasoning training, or vision, in which domains does the gap appear, and does prepending metadata of each participant provide additional information?