Why do personalized language models fail when profiles and preferences diverge?
When a user's observable profile and their actual preferences rely on different underlying concepts, can semantic retrieval over history still enable effective personalization? This explores a failure mode in current approaches.
The paper names a failure regime it calls profile-preference conceptual misalignment (PRCM): "observable profile cues and query-specific preferences lie in different concept spaces, making semantic retrieval inconsistent for personalization." Its stated target is preference reasoning, "inferring query-relevant preferences from user-related history," and its complaint about existing benchmarks is that they "largely assume that such preference can be retrieved from semantically related history." VIBE-Bench is built to remove that assumption. It has two psychology-grounded tasks, 3,504 personas and 12,239 dialogues, with a manually verified gold test set, and it "requires cross-concept preference reasoning beyond surface semantic overlap."
The abstract reports that current personalized LLMs "largely rely on shallow semantic correlations and fail to acquire robust cross-concept mappings." The discussion supplies the reasoning behind this. In the main, weakly supervised setting, a model sees only user histories, the current query, and end-task supervision. It must therefore identify task-relevant concepts, infer user attributes along those dimensions, and induce the mapping from one concept to another. The authors say this is the realistic setting because interaction data are scalable while concept and mapping annotations are "costly, domain-specific, and often unavailable," and in open-domain use "the relevant concept space may be unknown in advance." When the ontology and cross-concept knowledge are given explicitly, "Concept-Aware Reasoning substantially improves performance." That result comes from an extra experiment using persona-card labels to build template-based chain-of-thought rationales.
The claim sits close to Do user outputs outperform inputs for LLM personalization?, which argues that personalization is not RAG because the useful signal is not the semantic content of past queries. Both notes resist treating personalization as semantic retrieval, but they locate the problem differently. That note shows that which side of the history you use matters. This paper describes a case where even well-chosen history fails to help if the profile and the preference belong to different concepts. It also qualifies the How do personalization granularity levels trade precision against scalability? pattern, whose persona-level tier "requires domain knowledge for group definition." The concept ontology that Concept-Aware Reasoning needs looks like a similar dependency, though the excerpt does not draw that link. Approaches that infer per-user structure from paired data, such as Can user preferences be learned from just ten questions?, are not evaluated here, so whether they escape PRCM is untested.
The excerpt does not report the five baselines' names, the score gaps, the size of the Concept-Aware Reasoning gain, or how PRCM cases were constructed and verified. "Shallow semantic correlations" is the authors' diagnosis of the baselines, and the excerpt gives no analysis behind it. The Concept-Aware Reasoning result also depends on labels drawn from the same persona cards the benchmark was built from, so it shows what explicit concept knowledge can do, not how a deployed system would obtain it. What the excerpt does support is narrower and still useful. A personalization method that scores well on semantically related history has not been shown to handle cases where the cue and the preference belong to different concepts, and PRCM gives a way to test for that.
Inquiring lines that read this note 6
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?- How much of a user model must be sent per request for effective personalization?
- Why does abstract preference knowledge outperform specific interaction recall in personalization?
- Does user profile data drive personalization more than conversation history?
- How do abstract preference summaries compare to detailed user profiles for personalization?
- Why does personalization depend more on user history than query semantics?
- How do granularity levels of personalization handle unknown concept ontologies?
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
-
Do user outputs outperform inputs for LLM personalization?
Does a user's history of outputs (responses, endorsed content) matter more for personalization than their input queries? This explores what actually drives effective personalization in language models.
both resist semantic retrieval as the personalization mechanism; this one adds a regime where semantic overlap between profile and preference is absent
-
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.
persona-level needs domain knowledge for grouping, much as Concept-Aware Reasoning needs an explicit concept ontology
-
Can user preferences be learned from just ten questions?
Explores whether adaptive question selection can efficiently infer user-specific reward coefficients without historical data or fine-tuning. This matters for scaling personalization without per-user model updates.
learns per-user structure from preference data; not tested under PRCM in this excerpt
-
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.
learned summaries capture preference dimensions, a possible route to concept inference that this excerpt does not evaluate
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- VIBE-Bench: Evaluating Personalized Large Language Models When Profiles Don't Mean Preferences
- Understanding the Role of User Profile in the Personalization of Large Language Models
- The Personalization Mirage: How LLMs Fabricate User Profiles, and Why Self-Monitoring Misleads
- Evaluating the Hidden Costs of Personalization in Large Language Models
- Toward Robust Personalized Alignment for LLMs: Mitigating Persona Drift in Multi-Turn Dialogue
- Personalization of Large Language Models: A Survey
- PRIME: Large Language Model Personalization with Cognitive Memory and Thought Processes
- Learning Pluralistic User Preferences through Reinforcement Learning Fine-tuned Summaries
Original note title
personalized LLMs fail under profile-preference conceptual misalignment — profile cues and query preferences lie in different concept spaces