This preprint asks whether linear directions in Llama 3.3 70B activations can represent and modify the Big Five traits. The same model answers the 50-item IPIP questionnaire as 406 fictional characters and explains every answer. The authors sum ten items per trait to create five scores and concatenate the explanations into character descriptions. They then pair each description with ten Alpaca instructions and collect every-layer activations at the last input token, the mean input tokens, and the mean generated tokens. For each trait score, they average activations over all characters sharing that score and fit a linear regression per trait and layer, with SVD axes as a comparison. Supervised directions are nearly orthogonal across traits and separate positive from negative adjectives when the adjective itself is inserted literally into the system prompt. This is compatible with explicit semantic encoding, but it does not validate personality detection: labels and text come from the same model, the explanations restate item content and polarity, no character split, cross-validation, or independent human labels are documented, and the adjective test lacks a published list, sample sizes, numeric AUCs, lexical controls, negation controls, or alternative templates. The causal evaluation is narrower than the title suggests. A direction is injected at the final input token across all layers, with |alpha| capped at 0.4 because larger values produce incoherent text. The reported quantitative task tests Extraversion only: the model selects exactly five of ten statements, five extraverted and five introverted. Five statements were already used to build the directions and five came from an extended inventory. The mean-input regression direction monotonically changes selection without extra context; last-token and SVD directions fail and the mean-output direction is less stable. No repetitions, intervals, or tests are reported. Adding a character description eliminates the effect. Across ten open-ended prompts, qualitative inspection finds minimal response and uses no blinded raters, rubric, metric, or statistical analysis. Percentiles from 300,000 human responses only show that synthetic scores lie in a human range; they do not test agreement with human ratings of each character. Two examples in which an entity called ChatGPT-5 identifies Tony Soprano and Lady Mary illustrate identity leakage, but they are not a systematic test and lack a reproducible prompt or snapshot. The defensible conclusion is narrow: within one Llama model, directions fitted to synthetic questionnaire-derived descriptions correlate with explicitly induced trait language, and one direction can shift a constrained Extraversion task in a narrow context. The work does not establish latent personality, a causal trait circuit, generalization beyond the model or characters used, control of all five traits, or robust open-ended steering. The PDF declares code and data, but the GitHub repository returned 404 and the Hugging Face dataset returned 401 on 15 July 2026, so both are recorded as declared but inaccessible.
Research question
Can linear directions learned in the activations of Llama 3.3 70B from synthetic Big Five profiles detect language associated with each trait and modify the model's response?