The paper asks whether an LLM's next-token probabilities, when completing a personal-story description with adjectives, contain axes corresponding to the Big Five without administering a questionnaire. It builds a 208-story by 100-trait-adjective matrix, centers the log-probabilities, and applies SVD; it then uses the signs of five components for binary classification and, in a supervised variant, fits Lasso regression. The stories come from PersonaLLM: GPT-4-0613 generated ten narratives for each of the 32 binary Big Five combinations, and 208 remained after filtering stories with explicit trait lexicons. The first five components explain 74.3% of variance. The best SVD result has 0.793 mean accuracy, below fine-tuned DeBERTaV3 at 0.867; the best Lasso reaches 0.912, an absolute gain of 4.5 points over DeBERTaV3 and 21.4 over the published 0.698 GPT-4 prompting result from PersonaLLM. The defensible conclusion is that log-probabilities over a closed adjective list can provide a useful predictive representation on this synthetic benchmark. This is not an independent rediscovery of personality: the Big Five is injected both into the instructions used to generate the stories and into Goldberg's 100 adjectives, which are already assigned to dimensions and poles. Components are also named by inspecting those labels and matched to traits with training-set labels, while an SVD component's sign is mathematically arbitrary. There is no validation with people, external corpora, confidence intervals, significance testing, random seeds, stability analysis, or open code and results. The complete Mixtral SVD and Lasso rows exactly duplicate the Llama-3.1-70B-Instruct rows without explanation. The study offers a promising lexical probe and a controlled demonstration, but it does not establish psychological personality in the model, an internal latent personality structure, or psychometric validity in real populations.
Research question
Do the correlations between the log-probabilities that different LLMs assign to 100 descriptive adjectives when evaluating personal stories produce five principal components alignable with the Big Five and allow predicting binary personality labels better than direct prompting or a fine-tuned text classifier?