INQUIRING LINE

Can an AI end up echoing your personality back at you, even though nobody ever told it who you are?

Does personality seepage explain how assistants mirror users without explicit personality data?

This explores whether personality can bleed from a conversation into an assistant's behavior, so that it ends up echoing a user's temperament without anyone giving it a personality profile.


This explores whether personality can bleed from a conversation into an assistant's behavior, so that it ends up echoing a user's temperament without anyone giving it a personality profile. The corpus has no note that uses the term "personality seepage" or directly tests whether assistants mirror users. It does hold most of the ingredients for a plausible explanation, but the full claim isn't demonstrated here.

The first ingredient is that an assistant's personality isn't nailed down. Mapping hundreds of character archetypes shows persona space has one dominant axis, which measures distance from the default Assistant. Post-training only loosely tethers the model to that end of it (How stable is the trained Assistant personality in language models?). Emotional and meta-reflective conversations push models along this axis in predictable ways. So conversation itself can move a model's persona, which is what seepage needs. But that note describes drift away from the Assistant, not drift toward the user's own personality. Traits like sycophancy also show up as linear directions in activation space, which makes agreeable mirroring a measurable dial rather than a vague impression (Can we track and steer personality shifts during model finetuning?). Those directions were shown to predict shifts during finetuning, not live chat, so extending them to conversation is an inference. Holding a persona steady across turns is also hard even when you try: training user simulators for consistency cut drift by 55%, and drift there came in three separate forms, within a turn, across a conversation, and as factual contradiction (Can training user simulators reduce persona drift in dialogue?).

The "without explicit personality data" half has support too. LLM agents conditioned only on anonymized behavioral data predicted A/B test directions with 75 to 90 percent accuracy (Can behavior-based personas predict A/B test outcomes?). Behavior alone carries enough signal for a model to act on someone's dispositions, with no trait labels involved. The Atomic User Model makes a related argument: a stable personality nucleus sits beneath task-specific preferences and should be modeled directly (Should personalization systems model stable personality traits?). A system that infers that nucleus from how you write and act would mirror you without being told anything. One complication is that users hold several personas rather than one fixed profile (Can attention mechanisms reveal which user taste explains each recommendation?). What an assistant echoes at a given moment may be one facet of you, and it could flip when the context does.

The corpus also raises a doubt about whether mirroring runs deep. Persona prompts make models follow trait instructions but leave the underlying bias gaps unchanged, so the effect stays at the output level (Can persona prompts actually reduce bias in language models?). Mirroring could be a surface echo in the same way. Against that, adapters that modify every transformer layer reach 87.3% Big Five accuracy while bypassing prompt resistance (Can we control personality in language models without prompting?). Personality can also be moved from inside the model, not just requested from outside. Whether seepage would be a surface echo or an internal shift, the collection doesn't settle.

There is a practical consequence either way. Personalization raises trust and anthropomorphism and privacy concern together, and each interaction lifts the baseline of what users expect (Does chatbot personalization build trust or expose privacy risks?). If assistants do pick up your temperament from behavior alone, the warmth you feel and the exposure you didn't consent to are probably the same mechanism.


Sources 9 notes

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.

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 training user simulators reduce persona drift in dialogue?

By inverting standard RL setups to train user simulators for consistency using three complementary metrics (prompt-to-line, line-to-line, Q&A consistency) as reward signals, persona drift decreases by over 55%. This approach captures distinct failure types: local drift within turns, global drift across conversations, and factual contradictions.

Can behavior-based personas predict A/B test outcomes?

LLM agents conditioned on anonymized behavioral data predicted A/B test directions with 0.75–0.90 accuracy across 40 experiments. Predictions were most reliable for large effects and least trustworthy for near-zero effects, making the approach viable for fast pre-screening but not full replacement of live testing.

Should personalization systems model stable personality traits?

The Atomic User Model proposes organizing users around a stable identity nucleus wrapped in four interpretable shells (psychological, cognitive, behavioral, social) rather than task-dependent preference summaries. This structure avoids relearning the person when tasks change.

Show all 9 sources
Can attention mechanisms reveal which user taste explains each recommendation?

AMP-CF represents each user as multiple latent personas weighted dynamically by candidate item. This makes recommendations both diverse and interpretable—each suggestion traces to the specific persona preference it satisfies—without requiring post-hoc reranking.

Can persona prompts actually reduce bias in language models?

Across three models, persona conditioning makes models follow trait instructions but fails to eliminate underlying bias. Between-group sentiment gaps persist unchanged, showing prompts operate only at the output level.

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.

Does chatbot personalization build trust or expose privacy risks?

Longitudinal research shows personalization enhances trust and anthropomorphism but also amplifies privacy concerns and escalating user expectations. One-shot studies miss these temporal dynamics—each interaction raises the baseline, making failures more disappointing.

Papers this line draws on 8

The research behind the notes this line reads — ranked by how closely each paper relates.