When Personalization Misleads: Understanding and Mitigating Hallucinations in Personalized LLMs
Zhongxiang Sun, Yi Zhan, Chenglei Shen, Weijie Yu, Xiao Zhang, Ming He, Jun Xu
TL;DR
The work addresses the risk that personalization in LLMs distorts factual reasoning through representation entanglement between user history and knowledge. It introduces FPPS, an inference-time framework that Locates personalization-sensitive layers, Probes for entanglement, and Applies Adaptive Knowledge Steering to restore factuality while preserving personalization. To evaluate the approach, PFQABench jointly assesses personalized and factual question answering, revealing that FPPS substantially improves factual accuracy and maintains personalization across diverse backbones and personalization methods. The findings demonstrate that personalization can undermine factual reliability and downstream learning, and FPPS offers a practical, low-overhead mitigation with broad implications for safe, epistemically responsible personalized AI systems.
Abstract
Personalized large language models (LLMs) adapt model behavior to individual users to enhance user satisfaction, yet personalization can inadvertently distort factual reasoning. We show that when personalized LLMs face factual queries, there exists a phenomenon where the model generates answers aligned with a user's prior history rather than the objective truth, resulting in personalization-induced hallucinations that degrade factual reliability and may propagate incorrect beliefs, due to representational entanglement between personalization and factual representations. To address this issue, we propose Factuality-Preserving Personalized Steering (FPPS), a lightweight inference-time approach that mitigates personalization-induced factual distortions while preserving personalized behavior. We further introduce PFQABench, the first benchmark designed to jointly evaluate factual and personalized question answering under personalization. Experiments across multiple LLM backbones and personalization methods show that FPPS substantially improves factual accuracy while maintaining personalized performance.
