Privacy Collapse: Benign Fine-Tuning Can Break Contextual Privacy in Language Models
Anmol Goel, Cornelius Emde, Sangdoo Yun, Seong Joon Oh, Martin Gubri
TL;DR
This work reveals a previously overlooked failure mode in language model fine-tuning: benign, high-quality data can erode contextual privacy even when standard safety metrics remain strong. By formalizing contextual privacy and evaluating it withPrivacyLens and CIMemories, the authors demonstrate privacy collapse across six model families and two task modalities, driven by signals like proactive helpfulness, personal data exposure, emotional engagement, and debugging traces. Mechanistic analysis using activation steering shows privacy representations reside in late layers and are unusually fragile to fine-tuning, with identifiable privacy-degrading samples linked to introspective user data. The findings expose a critical gap in current safety evaluations and motivate integrated privacy testing, targeted data filtering, and future mitigation strategies to ensure specialized agents maintain robust contextual privacy in deployment.
Abstract
We identify a novel phenomenon in language models: benign fine-tuning of frontier models can lead to privacy collapse. We find that diverse, subtle patterns in training data can degrade contextual privacy, including optimisation for helpfulness, exposure to user information, emotional and subjective dialogue, and debugging code printing internal variables, among others. Fine-tuned models lose their ability to reason about contextual privacy norms, share information inappropriately with tools, and violate memory boundaries across contexts. Privacy collapse is a ``silent failure'' because models maintain high performance on standard safety and utility benchmarks whilst exhibiting severe privacy vulnerabilities. Our experiments show evidence of privacy collapse across six models (closed and open weight), five fine-tuning datasets (real-world and controlled data), and two task categories (agentic and memory-based). Our mechanistic analysis reveals that privacy representations are uniquely fragile to fine-tuning, compared to task-relevant features which are preserved. Our results reveal a critical gap in current safety evaluations, in particular for the deployment of specialised agents.
