This CLPsych 2026 workshop preprint asks a useful and deliberately narrow question: whether twelve English synthetic clinical personas preserve comparable depression-severity signals when only nationality and language are changed. The authors start from twelve prior profiles with distinct BDI-II totals and four highlighted symptoms. The remainder of each profile stays in English while four conditions are created: United States-English, China-Mandarin, Bangladesh-Bengali, and India-Hindi. ChatGPT-4o-mini generates five conversations per persona, after which five LLMs, ChatGPT-4o-mini, DeepSeek-v3.2, DeepSeek-R1-8B, Llama 3.1-8B, and Qwen3-8B, blindly compare all 66 persona pairs per language and choose which patient appears more depressed or return a tie. English has the highest reported accuracy for every judge. Published values range from 86.36 to 95.45 for GPT-4o-mini and from 83.33 to 93.75 for DeepSeek-v3.2, while open 8B models fluctuate more: DeepSeek-R1-8B moves from 63.33 in Bengali to 98.21 in English and Llama3-8B from 45.45 to 84.13. The paper interprets this pattern as evidence that changing two labels does not automatically produce equivalent clinical personas and recommends language- and context-specific output validation. That cautious conclusion is compatible with the design, but the results cannot separate language, culture, generator quality, and judge reliability: each country is coupled to one language, one call authors both voices, and no clinician or native-speaker review is included. Auditing the public repository exposes a more fundamental limitation. pipeline.py does not run two interacting agents; it makes one ChatGPT-4o-mini call and asks the model to write all five complete conversations, including therapist and patient turns. That call receives the exact BDI-II total, severity label, four symptoms, full profile, and scored definitions of all 21 BDI-II items. The task therefore measures how well another LLM recovers deliberately planted cues from one generator's synthetic text, not independent clinical inference or an emergent interview. The manuscript and artifact also diverge: the paper says five to seven turns per session and four symptom-specific sessions plus one mixed session, whereas the public prompt requests five examples averaging ten turns and does not encode that structure. Corpus quality prevents treating the release as a validated dataset. Bengali Elena-P2 contains a mixed Chinese-English phrase and a sleep response with Indonesian tidur followed by the Arabic/Urdu token خواب repeated 160 times; Maria-P9 includes _worker and النوم. These are not merely natural code-switches. More seriously, English Elena-P2 and Maria-P9 have SequenceMatcher similarity 0.99904: except for the initial name and punctuation in five headings, their conversations are identical, and every Elena dialogue turn speaks as Maria. Two profiles with hidden totals 35 and 40 thus receive effectively the same transcript, one mislabeled. Lower Bengali accuracy can reflect overt generator corruption, and English is not a clean baseline. The metrics also require care. Accuracy removes ties from its denominator. DeepSeek-R1-8B English has 55 correct decisions, one error, and ten ties: 55/56 yields the published 98.21%, but 55/66 is 83.33% when abstention counts toward total task performance. DeepSeek-v3.2 English has 60 correct, four wrong, and two ties, giving 93.75% without ties and 90.91% over all 66 pairs. The Llama3-8B accuracy and tie tables are arithmetically incompatible: 84.13% in English requires at least three ties and 65.38% in Hindi at least fourteen, already seventeen against the reported fourteen total before Bengali or Mandarin. Raw outputs are needed to resolve this. The so-called Same-Level Error Rate is not an error rate over pairs but the fraction of errors occurring within a category. DeepSeek-R1-8B's English 100% means its single non-tie error was within-level; it is not a stable estimate of calibration. The paper also labels BDI-II totals 12 and 13 as mild. Standard BDI-II ranges are 0-13 minimal, 14-19 mild, 20-28 moderate, and 29-63 severe, so P3 and P4 are mislabeled. Correcting them changes the number of within-category pairs from twelve to sixteen and alters the metric's classification. BDI-II measures self-reported symptom severity and is not diagnostic by itself; here the ground truth is a hidden prompt total, not an independent inventory administered from the dialogue. Reproducibility is partial. The repository releases 48 localized profiles and 48 chat files, the prompt, hidden totals, and two judge scripts, and all Python compiles. But the generator is hard-coded to P7 and Bengali only; other languages are commented and English is absent. It uses mutable gpt-4o-mini without a snapshot, seed, temperature, or request metadata. The API judge configures only deepseek-chat at temperature 1.3; the local script only deepseek-r1:8b and an invalid URL. There are no configurations for the other three judges, result JSONL/CSV files, aggregator, metric or table code, dependency specification, lockfile, tests, CI, license, or runnable instructions. The corpus can be inspected but the reported tables cannot be regenerated. The paper itself appropriately acknowledges no significance tests, no human validators, and no separation of generation from judging, and warns against diagnosis or deployment. That caution must remain. An opening sentence in the Ethics section about trauma, prolonged-exposure therapy, psychotherapists, and future license restrictions should not be treated as evidence: it is unrelated pasted material and conflicts with the unlicensed repository. The defensible contribution is not a clinically valid multilingual dataset or a general proof that localized personas fail. It is a valuable negative case study: shallow substitution does not guarantee equivalence, LLM-as-judge evaluation can amplify generator failures, and mental-health corpora require human linguistic QA, correct clinical categories, raw outputs, and abstention-aware metrics before cross-language comparisons are credible.
Research question
Do twelve synthetic depression personas constructed in English retain comparable BDI-II severity signals when only nationality and language are changed to Mandarin, Bengali, and Hindi, and with what consistency do different LLM judges rank them?