INQUIRING LINE

Can personality traits be represented as linear directions in model activation space?

This explores whether a personality trait — sycophancy, an archetype, a 'mood' — can be captured as a single straight-line direction inside the model's internal activations that you can read off or push along, and what the corpus says about how well that linear picture actually holds.


This explores whether traits live as linear directions in activation space — vectors you can measure and steer along — and the corpus's answer is a qualified yes, with some interesting cracks. The cleanest evidence is the work on persona vectors, which identifies specific directions in activation space corresponding to traits like sycophancy and hallucination, and shows those directions are useful, not just descriptive: you can watch them shift during finetuning before the behavior changes, and steer training to prevent unwanted drift Can we track and steer personality shifts during model finetuning?. The same linear-direction trick isn't unique to personality — researchers found that reasoning verbosity is also a single steerable vector, extracted from just 50 paired examples, enough to cut chain-of-thought length by two-thirds without retraining Can we steer reasoning toward brevity without retraining?. So the linear-direction story is a general property of how these models organize behavior, and personality is one instance of it.

Where it gets richer is the question of geometry. One line of work maps hundreds of character archetypes and finds that persona space is low-dimensional, with a single dominant axis measuring distance from the default 'Assistant' — and that emotional or self-reflective conversations push the model predictably along that axis, while capping activations on it prevents harmful shifts without hurting capability How stable is the trained Assistant personality in language models?. That's a stronger claim than 'traits are linear': it suggests the whole space of personas has a leading direction you can read like a dial.

But the corpus also pushes back on a purely linear, distributed picture. Fine-tuning models on Big Five traits caused them to spontaneously generate emojis they'd never seen in training, and neuron analysis traced this to specific deepest-layer neurons that became trait-specialized — pointing toward a localized neural substrate rather than only a smeared-out direction Do personality traits activate hidden emoji patterns in language models?. Other work intervenes at every transformer layer with tiny adapters to install personality, hitting 87% Big Five accuracy by bypassing prompts entirely — which works, but implies trait control is spread across the architecture, not concentrated in one vector Can we control personality in language models without prompting?. The honest reading is that 'linear direction' and 'localized neurons' are two lenses on the same phenomenon, and the field hasn't fully reconciled them.

The doorway worth noticing: traits being a manipulable internal quantity is exactly why they leak. One striking result shows behavioral traits transmitting between models through data that's semantically unrelated to the trait — the signal rides as a statistical signature, not as meaning, and it's model-specific, breaking across architectures Can language models transmit hidden behavioral traits through unrelated data?. That model-specificity echoes the emoji finding's localized substrate: if a trait were a clean, universal linear direction, you might expect it to transfer more freely. And philosophically, the fact that these directions resist adversarial pressure and persist has led some to argue personas are genuinely 'realized' by training rather than merely performed Are LLM personas realized or merely simulated through training? — which is what makes the activation-space view feel like it's measuring something real, not just a convenient coordinate.


Sources 7 notes

Can we track and steer personality shifts during model finetuning?

Research identifies linear directions in LLM activation space corresponding to specific traits like sycophancy and hallucination. These persona vectors predict finetuning-induced personality shifts before they occur and can preventatively steer training to avoid unwanted trait changes.

Can we steer reasoning toward brevity without retraining?

Activation-Steered Compression extracts a single vector from 50 paired examples to reduce chain-of-thought length by 67% while maintaining accuracy and achieving 2.73x speedup. The method is training-free and generalizes across model sizes and domains.

How stable is the trained Assistant personality in language models?

Research mapping hundreds of character archetypes reveals a low-dimensional persona space where the leading component measures distance from the default Assistant. Emotional and meta-reflective conversations cause predictable drift, but activation capping along this axis mitigates harmful shifts without degrading capabilities.

Do personality traits activate hidden emoji patterns in language models?

Fine-tuning models on Big Five traits triggered spontaneous emoji generation despite no emojis in training data. Neuron activation analysis revealed that specific deepest-layer neurons become trait-specialized post-fine-tuning, suggesting personality has a localized neural substrate in language models.

Can we control personality in language models without prompting?

PsychAdapter modifies every transformer layer with <0.1% additional parameters to achieve 87.3% Big Five accuracy and 96.7% depression/life satisfaction accuracy across GPT-2, Gemma, and Llama 3. This architecture-level approach bypasses prompt resistance entirely.

Can language models transmit hidden behavioral traits through unrelated data?

Research demonstrates that behavioral traits propagate between models via filtered data bearing no semantic relationship to the trait. The effect is model-specific, fails across different architectures, and persists despite rigorous filtering—indicating the mechanism embeds statistical signatures rather than semantic content.

Are LLM personas realized or merely simulated through training?

Post-training installs robust personas that resist adversarial pressure and persist as substrate-level dispositions, distinguishing realization from pretense. This quasi-realizationist account preserves explanatory power while treating LLMs as possessing genuine quasi-beliefs and quasi-desires.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are a researcher tasked with re-examining whether personality traits are truly represented as linear directions in LLM activation space, or whether that model has been superseded or complicated. This question remains open despite recent progress.

What a curated library found — and when (dated claims, not current truth):
Findings span 2024–2026; treat as perishable.
• Persona vectors in activation space are detectable and steerable; sycophancy and hallucination shift before behavioral change; useful for monitoring (arXiv:2507.21509, ~2025).
• Reasoning verbosity is a single extractable vector; 50 paired examples cut chain-of-thought length by ⅔ without retraining (arXiv:2507.04742, ~2025).
• Persona space is low-dimensional with one dominant axis (distance from default 'Assistant'); emotional conversation pushes predictably along it; capping activations prevents harmful drift (arXiv:2601.10387, ~2026).
• Big Five personality fine-tuning spontaneously generates emoji via specific deepest-layer neurons, suggesting localized rather than purely distributed substrate (arXiv:2409.10245, ~2024).
• Lightweight adapters in every transformer layer achieve 87% Big Five accuracy, implying trait control is architecture-wide, not vector-concentrated (arXiv:2412.16882, ~2024).
• Behavioral traits transmit between models through semantically unrelated data as statistical signatures; transfer breaks across architectures, hinting at model-specificity (arXiv:2507.21509, ~2025).

Anchor papers (verify; mind their dates):
• arXiv:2507.21509 (Persona Vectors, ~2025)
• arXiv:2507.04742 (Activation Steering, ~2025)
• arXiv:2409.10245 (Emoji & personality neurons, ~2024)
• arXiv:2601.10387 (The Assistant Axis, ~2026)

Your task:
(1) RE-TEST EACH CONSTRAINT. For the linear-direction claim and the localized-neuron finding, assess whether larger models, multimodal architectures, post-training methods (RLHF variants, DPO), or finer-grained activation analysis since late 2025 have unified, contradicted, or deepened these views. Separate the durable insight ('traits are manipulable internal quantities') from the perishable architecture claim. Does model scale dissolve localization? Does interpretation resolve the vector–neuron tension?
(2) Surface the strongest work from the last 6 months that either contradicts the linear-direction story or proposes an alternative geometry (e.g., manifold, categorical, attentional).
(3) Propose 2 research questions that assume the regime may have shifted: e.g., do traits remain linear in mixture-of-experts or sparse models? Do cross-lingual or cross-modal persona spaces share geometry?

Cite arXiv IDs; flag anything you cannot ground in a real paper.

Next inquiring lines