AIAny
Icon for item

The Personalization Mirage: How LLMs Fabricate User Profiles, and Why Self-Monitoring Misleads

Evaluates how large language models fabricate user attributes in personalization and whether model self-monitoring is a reliable signal. Introduces MirageBench (150 personas, 6 personalization tasks, judge-validated faithfulness taxonomy) and a 12-model leaderboard revealing pervasive over-inference and a 'Self-Monitoring Inversion'.

Introduction

Most deployed personalization systems assume models will faithfully infer only what evidence supports. This paper shows the opposite is common: LLMs routinely invent user attributes beyond the available evidence, and models' own self-reports can mislead model-level comparisons.

Key Findings
  • MirageBench setup: 150 balanced personas (stereotypical / counter-stereotypical / neutral), 6 personalization tasks spanning an "imagination gradient", and a four-way faithfulness taxonomy judged by an independent verifier.
  • Scale of evaluation: 12 models from 7 families, 143,616 judged claims. Models over-infer at 35%–49% per model (cross-model mean 41.6%; claim-weighted 41.8%).
  • Self-Monitoring Inversion: models that self-report lower over-inference tend to be measured as fabricating more (model-level rank correlation rho = -0.60, p = 0.044). Within-model self-audit still provides moderate ranking ability (AUROC 0.58–0.83).
  • Task and temporal dynamics: OI varies by task (27%–59%) and inferred attributes accumulate roughly linearly across turns with little revision in a pilot multi-turn study.
Who it's for and tradeoffs

Great fit if you evaluate or deploy LLM personalization, design memory-augmented agents, or need an empirical benchmark for profile faithfulness: MirageBench provides a large, judge-validated evaluation and a leaderboard to compare external verification metrics. Look elsewhere if you need operational deployment guidance or mitigation code—this work diagnoses behaviors and supplies evaluation tooling rather than turnkey fixes. Be aware the findings reflect the tested models and tasks; results guide trustworthy personalization by prioritizing external verification over opaque self-reports.

Information

  • Websitearxiv.org
  • AuthorsYushi Sun, Yanjie Zhang, Rui Sheng
  • Published date2026/08/05

More Items

Analyzes why on-policy distillation can produce excessively long student rollouts by identifying termination-token mismatch between students and teachers, and proposes aggregating functionally equivalent EOS tokens as a shared semantic stopping action to mitigate length inflation.

Hugging Face
AI Model2026

Preview agentic language model for research and engineering workflows that turns research questions into executable, verifiable workflows via tool use and long-context reasoning; built on a 744B-parameter MoE (GLM-5.2) with MIT-licensed BF16 and FP8 checkpoints.

Benchmarks joint recovery of obfuscated platform messages and evidence-grounded web investigations by pairing 3,600 synthetic restoration inputs with 600 controlled web environments. Separately scores message-entry recovery and downstream web risk judgments, and provides a frozen multimodal evidence judge plus a resettable local sandbox for reproducible agent evaluation.