This study tests whether GPT-3.5 Turbo, GPT-4o, Claude 3 Haiku, and Mixtral 8x22B follow Big Five personality instructions in two tasks: answering BFI-44 items as if a trait were high or low, and writing short responses conditioned on one trait and a score from 1 to 5. Text evaluation combines 288 samples reviewed by eight annotators, a GPT-4o classifier calibrated against those labels, and lexical analyses with TF-IDF and spaCy. The results support a limited conclusion: models tend to express the extremes more clearly than the middle level, Openness is the most recognizable trait, and Neuroticism is the hardest; biases toward high Agreeableness and low Neuroticism also appear. The classifier's weighted F1 ranges from 0.87 to 0.63 for detecting trait presence and from 0.78 to 0.50 for classifying level, with MAE from 0.44 to 1.77. This is evidence of partial and uneven linguistic control, not psychological personality. The claim that alpha values above 0.85 make responses real and plausible confuses internal consistency with validity. The protocol removes nondistinguishable cases from confusion matrices, manually edits some Claude responses, and uses the same trait definitions for generation and classification. The open repository provides some code but not the promised dataset, annotations, or results, and its defaults do not reproduce the four temperatures reported in the paper. The work was accepted under the archival heading at CustomNLP4U 2024, but it has no individual ACL proceedings record or DOI; the verifiable citable source is arXiv v1.
Research question
To what extent can four commercial LLMs obey instructions for high, medium, or low Big Five trait levels consistently in both a questionnaire and free text, and what human, automatic, and lexical evaluation allows measuring this?