paper-with-me

Papers

Preserving Privacy in Large Language Models: A Survey on Current Threats and Solutions

2024-08-10 · Michele Miranda, Elena Sofia Ruzzetti, Andrea Santilli, Fabio Massimo Zanzotto, Sébastien Bratières, Emanuele Rodolà

Large Language Models (LLMs) represent a significant advancement in artificial intelligence, finding applications across various domains. However, their reliance on massive internet-sourced datasets for training brings notable privacy issues, which are exacerbated in critical domains (e.g., healthcare). Moreover, certain application-specific scenarios may require fine-tuning these models on private data. This survey critically examines the privacy threats associated with LLMs, emphasizing the potential for these models to memorize and inadvertently reveal sensitive information. We explore current threats by reviewing privacy attacks on LLMs and propose comprehensive solutions for integrating privacy mechanisms throughout the entire learning pipeline. These solutions range from anonymizing training datasets to implementing differential privacy during training or inference and machine unlearning after training. Our comprehensive review of existing literature highlights ongoing challenges, available tools, and future directions for preserving privacy in LLMs. This work aims to guide the development of more secure and trustworthy AI systems by providing a thorough understanding of privacy preservation methods and their effectiveness in mitigating risks.

📄 PDF Abstract BibTeX arXiv:2408.05212

Code (1)

michele17284/awesome-privacy-preserving-llms 공식 구현 pytorch

Tasks

Machine Unlearning

Similar Papers 제목 키워드 기반

Privacy-Preserving Large Language Models: Mechanisms, Applications, and Future Directions

2024-12-09 · Guoshenghui Zhao, Eric Song

The rapid advancement of large language models (LLMs) has revolutionized natural language processing, enabling applications in diverse domains such as healthcare, finance and education. However, the growing reliance on e…

Federated LearningPrivacy PreservingSurvey

Privacy-Preserving Generative Models: A Comprehensive Survey

2025-02-05 · Debalina Padariya, Isabel Wagner, Aboozar Taherkhani, Eerke Boiten

Despite the generative model's groundbreaking success, the need to study its implications for privacy and utility becomes more urgent. Although many studies have demonstrated the privacy threats brought by GANs, no exist…

Privacy PreservingSurvey

A Survey on LoRA of Large Language Models

2024-07-08 · YUREN MAO, Yuhang Ge, Yijiang Fan, Wenyi Xu 외

Low-Rank Adaptation~(LoRA), which updates the dense neural network layers with pluggable low-rank matrices, is one of the best performed parameter efficient fine-tuning paradigms. Furthermore, it has significant advantag…

Federated Learningparameter-efficient fine-tuningPrivacy PreservingSurvey

The Federation Strikes Back: A Survey of Federated Learning Privacy Attacks, Defenses, Applications, and Policy Landscape

2024-05-06 · Joshua C. Zhao, Saurabh Bagchi, Salman Avestimehr, Kevin S. Chan 외

Deep learning has shown incredible potential across a wide array of tasks, and accompanied by this growth has been an insatiable appetite for data. However, a large amount of data needed for enabling deep learning is sto…

Federated LearningPrivacy PreservingSurvey

A Survey on Current Trends and Recent Advances in Text Anonymization

2025-08-29 · Tobias Deußer, Lorenz Sparrenberg, Armin Berger, Max Hahnbück 외 arxiv

The proliferation of textual data containing sensitive personal information across various domains requires robust anonymization techniques to protect privacy and comply with regulations, while preserving data usability …