The paper introduces German General Social Survey Personas (GGSS Personas), the version-2 name for the collection previously called German General Personas. It converts records from 5,246 ALLBUScompact 2023 participants into prompts. Each persona contains a fixed sociodemographic block and a TOP-k block. To construct the latter, the authors remove paradata, core sociodemographics, and 27 selected outcome variables; they then train 406 random forests, each using the other 405 variables, and aggregate each model's ten largest feature importances. This produces a global ranking of 380 attributes and variants with k from 2 to 380. Questionnaire splits make the personas incomplete: TOP-2 contains 1.34 attributes on average and TOP-380 contains 242.27; from TOP-16 onward, no persona contains every possible attribute.
The evaluation asks five open-weight models, Mistral-7B-Instruct-v0.3, Llama-3.1-8B-Instruct, Qwen3-8B, Gemma-3-12B-it, and Llama-3.3-70B-Instruct, to answer 27 questions, three from each of nine topics. The target variable is not included literally in the prompt. Individual answers are aggregated and compared with the observed distribution using Jensen-Shannon distance (JSD). Baselines are random forests using the same TOP-k feature sets and 2 to 2,048 training examples; 20% of participants are held out for testing. Seeds, repeated runs, intervals, and significance tests are not reported. Llama-3.3-70B with TOP-2 is the best observed configuration. It beats the best tested random forest on 13 of 27 questions and on the mean of five of nine topics when the baseline uses up to 512 cases. Adding attributes is not monotonically beneficial and often worsens JSD.
The representativeness result is weaker than the resource narrative. When a representative 500-person ALLBUS subset is compared with income-, conservative-, or student-oversampled subsets, PersonaHub, and no persona, distributions cluster closely; the paper itself concludes that representativeness has little influence in this test. Responses are also aggregated without reported survey weights even though the official archive describes a disproportional stratified multistage probability design. The empirical target is therefore the raw 2023 ALLBUS respondent distribution, not demonstrated fidelity to the entire German population. Marginal JSD does not measure individual correctness, subgroup fidelity, multivariate dependence, or real behavior. The manuscript is ambiguous about whether LLMs are compared on all 5,246 personas while random forests are evaluated only on the 20% test set, and it does not explain how the 1.44-9.91% invalid responses enter the metric.
The collection provides key-value and Gemini-generated prose formats. Two coauthors inspect 80 personas from TOP-2 through TOP-16 and judge 69 faithful: 11, or 13.75%, contain omissions or misrepresentations. No inter-rater agreement is reported, and TOP-32 and larger variants are not systematically validated. The appendix acknowledges severe TOP-380 loops. An audit of the public GitHub ZIP at the 22 January 2026 commit, which may differ from the later GESIS archive, quantifies the problem: rows above 100,000 characters occur in 5 TOP-64, 11 TOP-128, 79 TOP-256, and 556 TOP-380 personas. TOP-380 has 690 rows above 10,000 characters and reaches 446,981; TOP-16 already contains a 66,349-character row dominated by a repeated symbol. Every JSONL parses and has the advertised row count, but container integrity does not establish semantic fidelity.
GESIS preserves the dataset as ZA9089 v1.0.0 with a DOI and codebook. The public repository nevertheless lacks construction and evaluation code, model revisions, seeds, raw generations, invalid-output decisions, and figure data. Its README retains the old name, gives a placeholder clone URL, leaves citation and contact as TBA, and refers to a missing LICENSE file. The paper names Gemini-2.5-flash as the prose generator, while current GESIS metadata says Gemini-2.5-flash-lite. ALLBUScompact coarsens sensitive fields and removes fine geography, but the official edition retains a linkable respid alongside combinations of household, income, migration, religious, and political attributes; residual linkage and attribute-inference risk remains, although this audit does not claim a reidentification. The solid contribution is a versioned corpus and a preliminary aggregate-alignment benchmark. It does not establish faithful digital twins, survey replacement, universal representativeness, or complete reproducibility.