INQUIRING LINE

How does semantic entanglement interact with personality dimension shifts during finetuning?

This explores a coined-sounding phrase — I'm reading 'semantic entanglement' as the way meanings and traits are bundled together in a model's internal representations, and asking whether finetuning on one thing inadvertently drags personality along with it.


This explores whether the meanings a model learns and the personality it expresses are tangled together in the same internal space — such that finetuning for one quietly shifts the other. The corpus doesn't use the exact phrase 'semantic entanglement,' but it has a lot to say about the underlying phenomenon, and the short version is: yes, traits live as directions in the same activation space that carries meaning, so finetuning moves them whether you intended it or not.

The sharpest evidence is the work on persona vectors Can we track and steer personality shifts during model finetuning?, which finds that traits like sycophancy or hallucination correspond to specific *linear directions* in activation space. Because these directions are baked into the same geometry the model uses to represent everything else, finetuning predictably pushes the model along them — which is exactly why you can monitor and even pre-emptively steer to cancel the drift before training causes it. Complementing this, the 'Assistant axis' research How stable is the trained Assistant personality in language models? shows persona space is surprisingly low-dimensional: one dominant axis measures distance from the default Assistant, and ordinary nudges (emotional or self-reflective conversation) slide the model along it. Low-dimensional and linear is precisely the recipe for entanglement — fewer, shared directions mean a change aimed at one trait spills into neighbors.

The more interesting cross-domain angle is that this 'spillage' isn't limited to personality. Finetuning degrades chain-of-thought faithfulness Does fine-tuning disconnect reasoning steps from final answers? — reasoning steps become decorative rather than causal — *independently of accuracy*. And there's a semantic-drift cousin: because common words carry more abstract meanings, any pressure toward frequent paraphrases systematically erases expert specificity Does word frequency correlate with semantic abstraction?. Put together, these say finetuning is rarely a clean local edit; it tugs on bundled representations — faithfulness here, abstraction there, personality somewhere else.

The flip side is encouraging for control. PsychAdapter Can we control personality in language models without prompting? deliberately exploits the entanglement — touching every transformer layer with under 0.1% extra parameters to dial Big Five traits architecturally, bypassing prompt resistance. That resistance is real: most open models cling to their trained ENFJ-ish defaults and shrug off prompted personalities Can open language models adopt different personalities through prompting?. So the picture is two-sided — traits are entangled enough that finetuning perturbs them by accident, yet stable enough at the surface that prompting alone often can't move them. Real change requires reaching into the weights, where the entanglement lives.

The thing you may not have known you wanted: personality isn't a separate module you finetune on purpose — it's a few linear directions woven through the same space that stores meaning, which is why a model can come out of training subtly more sycophantic or less faithful without anyone touching a 'personality' knob. If you want a frame for *why* that bundling is so hard to disentangle, the superposition-of-simulacra view Does an LLM commit to a single character or maintain many? is the natural next door.


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.

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.

Does fine-tuning disconnect reasoning steps from final answers?

Three faithfulness tests show fine-tuned models generate reasoning chains that less reliably influence final outputs. Early termination, paraphrasing, and filler substitution all produce invariant answers more often after fine-tuning, suggesting reasoning becomes performative rather than functional.

Does word frequency correlate with semantic abstraction?

WordNet analysis shows hypernyms (general concepts) occur more frequently than hyponyms (specific ones). Combined with LLMs' frequency bias, this means preferring common paraphrases systematically drifts toward abstraction, erasing expert-level specificity.

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 open language models adopt different personalities through prompting?

Research shows most open models fail to adopt prompted personalities, stubbornly retaining their trained ENFJ-like defaults. Only a few flexible models succeed. Combining role and personality conditioning improves results but doesn't fully overcome resistance.

Does an LLM commit to a single character or maintain many?

Research shows LLMs don't commit to a single character but instead maintain a probability distribution over many consistent simulacra. Each response samples from this distribution, explaining why regenerations can yield different personalities while remaining consistent with prior context.

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 research analyst re-testing whether semantic entanglement between meaning-space and personality dimensions in LLMs remains a constraint or has been structurally overcome. The question: does finetuning for semantic objectives unavoidably drift personality traits, and vice versa?

What a curated library found — and when (dated claims, not current truth):
Findings span 2023–2026; treat these as perishable benchmarks:
• Personality traits map to linear directions in activation space; finetuning slides models along these directions unintentionally (arXiv:2507.21509, ~2025).
• Persona space is low-dimensional (one dominant "Assistant axis"); ordinary conversation nudges models along it, enabling spillage into semantics (arXiv:2601.10387, ~2026).
• Finetuning degrades chain-of-thought faithfulness independently of task accuracy — reasoning steps become decorative (arXiv:2411.15382, ~2024).
• Frequent-word pressure erases expert specificity; hypernyms outnumber hyponyms under training pressure (arXiv:2505.21011, ~2025).
• Lightweight adapters (<0.1% parameters per layer) can dial Big Five traits by exploiting entanglement; prompt-only conditioning fails on most open models (arXiv:2412.16882, ~2024; arXiv:2401.07115, ~2024).

Anchor papers (verify; mind their dates):
• arXiv:2507.21509 (Persona Vectors, 2025)
• arXiv:2601.10387 (The Assistant Axis, 2026)
• arXiv:2411.15382 (CoT Finetuning Impact, 2024)
• arXiv:2412.16882 (PsychAdapter, 2024)

Your task:
(1) RE-TEST EACH CONSTRAINT. For every finding above, judge whether newer scaling, constitutional AI methods, mechanistic interpretability breakthroughs, multi-adapter orchestration, or adversarial finetuning protocols have since DECOUPLED personality from semantics or relaxed the low-dimensionality claim. Plainly separate: which entanglement aspects still hold? Which have been engineered away?
(2) Surface the strongest work (last 6 months) that contradicts or supersedes the low-dimensional, linearity-based picture — e.g., evidence of higher-dimensional trait spaces, nonlinear control, or successful disentanglement via orthogonal projection or causally-masked training.
(3) Propose 2 research questions assuming the entanglement regime may have shifted: (a) Can we finetune semantics and personality independently by operating in orthogonal or dynamically-masked subspaces? (b) Does the entanglement dissolve at larger scales or with different architectures (MoE, mixture-of-experts persona)?.

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

Next inquiring lines