Should personalization systems model stable personality traits?
Current approaches store only user preferences, forcing systems to relearn people across tasks. But what if personality—more stable than preferences—should be the foundation of personalization instead?
The paper argues that the dominant way of making an assistant "write as their user would write" works on a single channel: past preferences are summarized out of conversation history and reinserted into the context window. The authors say this "inverts the natural order of inference." Preferences, in their framing, are "the task-dependent surface of an underlying personality structure that is comparatively stable," so a system that stores only preferences "must relearn the person whenever the task changes." The abstract puts the remedy in a named structure, the Atomic User Model (AUM).
The AUM organizes a person as a stable identity nucleus surrounded by four interpretable shells: psychological, cognitive and experiential, behavioral, and social. Cross-shell entries record internal conflict and authenticity. The representation is meant to be structured and human-readable, and the introduction places it in the older user-modeling tradition, where a user model is "a reusable component with an explicit schema, maintained separately from the application that consumes it." LLM assistants, it says, "have inherited this design in a compressed form." The paper also names a diagnostic phenomenon, personality seepage: the linguistic surface of a prompt carries a personality fingerprint that the assistant mirrors without any access to the personality that produced it. On that account the assistant already responds to personality, but only indirectly, from surface cues.
Against the nearest notes, this shifts the object of personalization rather than the technique. Does abstract preference knowledge outperform specific interaction recall? shows that abstraction beats raw recall; the AUM claim is that the abstraction should go one level deeper, from preferences to the personality that generates them. Can text summaries beat embeddings for personalized reward models? is a strong instance of the single channel being contested, since its summaries are still summaries of preferences. In the vocabulary of How do personalization granularity levels trade precision against scalability?, the AUM is a user-level representation. The excerpt does not say whether the shell schema eases the data sparsity that note attributes to that level.
The excerpt does not establish the central premise. That personality is more stable than preferences is an argument ("we argue"), not a reported result. The abstract lists four contributions but the excerpt names only two, and it says nothing about how the shells are populated, what evidence supports personality seepage, or how the AUM compares with a preference-summary baseline. The one quantitative result in the excerpt concerns how much of the model needs to be sent per request, developed in Can a smaller user model subset match full model performance?. Read at the strength the passages support, the AUM is a design hypothesis: keep the layer of the person that changes least, and keep it inspectable.
Inquiring lines that read this note 10
This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.
Does abstract user knowledge outperform concrete interaction history in personalization?- Do user outputs drive personalization more effectively than input queries?
- Does user profile data drive personalization more than conversation history?
- How do abstract preference summaries compare to detailed user profiles for personalization?
- Should personalization systems include interpretable user model representations?
- How does personalization affect both user trust and privacy concerns simultaneously?
- How does personalization increase both trust and privacy risk simultaneously?
- Do users trust personalized systems more even when their answers become less balanced?
Related concepts in this collection 4
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Does abstract preference knowledge outperform specific interaction recall?
Explores whether summarized user preferences are more effective for LLM personalization than retrieving individual past interactions. Tests a cognitive dual-memory model against real personalization performance across model scales.
extends the abstraction-beats-recall finding by proposing personality, not preferences, as the level to abstract to
-
Can text summaries beat embeddings for personalized reward models?
When training reward models on diverse user preferences, does conditioning on learned text-based summaries of user preferences outperform embedding vectors? This matters because better representations could make personalization more interpretable and portable.
an instance of the summarize-preferences channel this paper argues is inverted
-
How do personalization granularity levels trade precision against scalability?
LLM personalization operates at user, persona, and global levels, each with different tradeoffs. Understanding these tradeoffs helps determine when to invest in individual user data versus broader patterns.
places the AUM at the user-level end of the granularity taxonomy
-
Can a smaller user model subset match full model performance?
Does selecting just a few key fields from a larger user model preserve personalization quality while reducing token transmission? This matters for keeping user data local and limiting what leaves the device per query.
sibling note on the field-budget result from the same paper
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Creating an Atomic User Model for Personality-Aware Large Language Model Interaction
- Personalization of Large Language Models: A Survey
- Toward Robust Personalized Alignment for LLMs: Mitigating Persona Drift in Multi-Turn Dialogue
- Assessment of Personality Dimensions Across Situations Using Conversational Speech
- Evaluating the Hidden Costs of Personalization in Large Language Models
- PRIME: Large Language Model Personalization with Cognitive Memory and Thought Processes
- PersonaAgent: When Large Language Model Agents Meet Personalization at Test Time
- The Personalization Mirage: How LLMs Fabricate User Profiles, and Why Self-Monitoring Misleads
Original note title
personalization should model the stable personality beneath preferences — the Atomic User Model wraps an identity nucleus in four interpretable shells