This paper does not evaluate an LLM's personality: it uses GPT-3.5 as an auxiliary-data generator to predict four MBTI dichotomies for people from their posts. TAE asks gpt-3.5-turbo-0301 at temperature zero for three analyses of every post, semantic, sentiment, and linguistic, and uses them as positive pairs in a contrastive loss that trains a BERT encoder. It also generates descriptions of each MBTI label and derives cosine-similarity soft targets; only the small model is required at inference. On 60/20/20 splits of Kaggle/PersonalityCafe with 8,675 users and PANDORA/Reddit with 9,067, TAE reports average macro-F1 of 72.07 and 63.05. Its gains over the best baseline in each table are 0.72 and 1.04 absolute points, corresponding to the 1.01% and 1.68% relative improvements stated in the prose; gains over BERTmean are 5.83 and 6.53 points. The evidence supports that representations trained with generated analyses outperform BERTmean and variants that concatenate those texts in this setup. It does not isolate the effect as psycholinguistic knowledge: generated analyses receive no human validation, ablations are single values without uncertainty, and removing label information changes the average only from 72.07 to 72.02. Nor does it support the general claim that reasoning or few-shot prompting degrades ChatGPT: CoT falls to 65.12, but three-shot rises from 66.89 to 67.74 and uses a different, longer-context snapshot. The study treats noisy, severely imbalanced MBTI declarations as reference labels and does not examine psychometric validity, minority-class behavior, bias, privacy, or cross-domain transfer. It releases no code, seeds, GPT outputs, cost accounting, confidence intervals, or statistical tests, limiting reproduction and confidence in small performance margins.
Research question
Can the knowledge generated by an LLM (semantic, sentiment, and linguistic analyses of posts, plus MBTI tag descriptions) improve a small BERT model to detect personality types declared on social media without adding LLM cost during inference?