On Protecting the Data Privacy of Large Language Models (LLMs): A Survey
Biwei Yan, Kun Li, Minghui Xu, Yueyan Dong, Yue Zhang, Zhaochun Ren, Xiuzhen Cheng
TL;DR
This survey tackles data privacy in large language models by categorizing privacy threats into passive leakage and active attacks, and by mapping protective techniques across pre-training, fine-tuning, and inference. It synthesizes a broad literature base, highlighting methods such as data cleaning, federated learning, differential privacy, cryptographic inference, detection, and hardware-based protections. The paper identifies limitations and practical challenges in deploying privacy-preserving LLMs, and it outlines future directions including interpretability, multimodal privacy, personalized privacy, lifecycle-wide safeguards, and confidential computing. The work provides a structured reference for developers and researchers to implement and improve privacy protections in LLM ecosystems.
Abstract
Large language models (LLMs) are complex artificial intelligence systems capable of understanding, generating and translating human language. They learn language patterns by analyzing large amounts of text data, allowing them to perform writing, conversation, summarizing and other language tasks. When LLMs process and generate large amounts of data, there is a risk of leaking sensitive information, which may threaten data privacy. This paper concentrates on elucidating the data privacy concerns associated with LLMs to foster a comprehensive understanding. Specifically, a thorough investigation is undertaken to delineate the spectrum of data privacy threats, encompassing both passive privacy leakage and active privacy attacks within LLMs. Subsequently, we conduct an assessment of the privacy protection mechanisms employed by LLMs at various stages, followed by a detailed examination of their efficacy and constraints. Finally, the discourse extends to delineate the challenges encountered and outline prospective directions for advancement in the realm of LLM privacy protection.
