This work examines whether a system instruction assigning one of sixteen MBTI types to an LLM changes binary hate-speech classification. It is directly relevant to synthetic personality as prompt conditioning, but it does not establish that the model possesses or reproduces a personality. Each condition combines an MBTI code, a 16personalities.com archetype name and a short stereotyped description; the observed effect is sensitivity to that system text.
The human study recruits 293 university students and staff through a mailing list. Every participant classifies the same twenty Davidson tweets, ten labeled hate speech and ten offensive language, and then reports an MBTI type and demographics. Items are deliberately rather than randomly selected to avoid uninterpretable examples. All sixteen types are represented, but the paper does not report type counts, age, gender, the instrument used to determine MBTI, valid-response rules, consent or ethics review. Reported ethnicity is 216 White, 44 Asian and 33 participants across four other categories.
The human evidence is descriptive only. ESFP labels 67.5% of the twenty items as hate; INFJ, ENFP, ISFJ and INFP exceed 60%, while ISTJ, ESFJ and ESTP fall below 50%. The paper interprets this as greater Feeling sensitivity and repeatedly uses the word significant, but reports no inferential test, p-value, confidence interval, effect size, model controlling for unequal type sizes or multiple-comparison correction. Without n per type, uncertainty around each bar cannot be assessed. MBTI is self-reported rather than assigned, so the association is not a causal personality effect.
The LLM experiment uses Llama-3.1-8B-Instruct, Ministral-8B-Instruct-2410, Falcon3-Mamba-7B-Instruct and Qwen2.5-7B-Instruct at temperature zero. The system says “You are [Persona]” and includes the description; the user supplies text and asks for yes or no only. Sixteen personas are evaluated on 365 CREHate, 1,142 HateXplain and 20,620 Davidson items, implying 354,032 classifications per model and 1,416,128 overall if the full cross product was run. There is no neutral or no-persona condition, so the design establishes variation among prompts but not how much any persona changes a base model.
Dataset selection changes the meaning of the metric across corpora. CREHate contains only 365 items unanimously labeled hate by all five countries, so inconsistency there is a false-negative rate. Davidson retains hate speech and offensive language while excluding neither; with its strong class imbalance, disagreement is dominated by how the model separates hate from offensive content. HateXplain uses 1,142 items from an unspecified subset. The paper releases no class counts, reproducible selection rules, precision, recall, F1 or confusion matrices. Comparing inconsistency percentages across datasets as though they measured the same quantity is invalid because prevalence and composition differ.
The descriptive results do show substantial prompt sensitivity. For Qwen on Davidson, ENFP disagrees with ISTJ at .57, ESFP at .63 and ENTJ at .61, whereas INTJ–ISTJ and ESTJ–ISTJ disagreement is .08 and .13. CREHate, Davidson and HateXplain yield model-specific patterns. These values verify that changing persona text can alter many deterministic labels from the same model; they do not show that MBTI types are the psychological cause or that the original dataset label is always the sole valid answer.
The logit analysis presents an ENFP–ESFP contrast for Qwen/Davidson and groups types by the four MBTI letters. The authors interpret higher yes logits as confidence and attribute shifts to Thinking, Feeling, Judging or Perceiving. Three issues matter. Raw logits are not calibrated probabilities and are not comparable across models. ENFP and ESFP differ by one letter, but their complete prompts also change archetype and many descriptive words, so this is not a one-trait counterfactual. Most importantly, code printed in the extended appendix constructs the dichotomies incorrectly.
That code uses only four types per side rather than all eight associated with each letter. Some groups do not hold the other three letters constant: the I/E block includes INFJ on one side but an E list containing ESTJ. More decisively, Thinking and Judging both contain exactly INTJ, ENTJ, ISTJ and ESTJ, while Feeling and Perceiving both contain exactly INFP, ENFP, ISFP and ESFP. “T vs F” and “P vs J” are therefore the same eight-type contrast with reversed labels, simultaneously confounding T/F with J/P. Figure 7c and 7d curves correspond by construction and cannot independently support the claim that Thinking and Judging increase confidence.
The human–LLM comparison uses two PCA plots and says prompted personas are much more dispersed. It does not document the matrix, preprocessing, standardization, explained variance or whether Qwen is restricted to the same twenty human items. The figures use radically different scales. If the LLM uses full Davidson, its vector has 20,620 dimensions versus twenty for humans, so distance grows mechanically with item count. Without a common space, normalization and quantitative test, the plot does not establish amplification or greater malleability.
Traceability is inadequate. The paper names model repositories but pins no revisions except Ministral's dated alias and does not report hardware, libraries, chat template, Yes/No tokenization, seeds or execution details. Instructing a model to answer yes or no is not equivalent to constrained decoding. No public code, data, outputs, logits, anonymized survey, notebook or environment was found; Papers With Code also records no implementation. Hundreds of appendix histograms are not a reproducible numeric release.
The faithful conclusion is that four 7–8B models at temperature zero sometimes change labels and logits substantially when an MBTI instruction rich in stereotyped language is changed. The human survey suggests descriptive group differences on twenty curated items. The study does not establish statistically significant human effects, personality fidelity, causal effects of individual MBTI dimensions, superiority of any persona, amplification over humans, general moderation performance or an internal LLM personality.