The preprint proposes an “external” evaluation: rather than asking an LLM to complete a questionnaire, it LoRA-fine-tunes Llama2-7B to predict one of 16 MBTI labels from 50 texts and applies that classifier to posts and comments generated by ChatGPT and three Llama2-chat models. The detector reaches 81.0% accuracy when aggregating four binary classifiers and 81.7% as a direct 16-class classifier on an internal split of the Kaggle PersonalityCafe dataset. For each model and role, the study resamples 100 sets of 50 texts with replacement. Llama2-7B and 13B shift from a modal ESTJ label on posts to INFP on comments, Llama2-70B from ESTJ to INFJ, while ChatGPT remains modally INFJ but has a substantially different distribution. Eight celebrities form a human comparison: seven retain the modal label across posts/comments, but only six retain the second-most-frequent label as well. The study shows that a style/topic classifier assigns different MBTI distributions to two output types. It does not demonstrate multiple LLM personalities: role, prompt, content, and discourse act change together; the detector is transferred from a personality forum to Twitter and synthetic text without out-of-domain validation; the 100 samples overlap; and there is no statistical test, celebrity MBTI ground truth, or control for topic and length. The strongest conclusion is methodological: text-inferred personality labels depend strongly on domain and situation and should be treated as classifier output patterns, not internal traits.
Research question
Can an MBTI classifier trained on sets of 50 human texts serve as an external evaluator of open LLM outputs, and do the label distributions change when the same model generates posts versus comments on Twitter compared with human authors?