paper-with-me

홈 › Papers

What can we learn from Data Leakage and Unlearning for Law?

2023-07-19 · Jaydeep Borkar

Large Language Models (LLMs) have a privacy concern because they memorize training data (including personally identifiable information (PII) like emails and phone numbers) and leak it during inference. A company can train an LLM on its domain-customized data which can potentially also include their users' PII. In order to comply with privacy laws such as the "right to be forgotten", the data points of users that are most vulnerable to extraction could be deleted. We find that once the most vulnerable points are deleted, a new set of points become vulnerable to extraction. So far, little attention has been given to understanding memorization for fine-tuned models. In this work, we also show that not only do fine-tuned models leak their training data but they also leak the pre-training data (and PII) memorized during the pre-training phase. The property of new data points becoming vulnerable to extraction after unlearning and leakage of pre-training data through fine-tuned models can pose significant privacy and legal concerns for companies that use LLMs to offer services. We hope this work will start an interdisciplinary discussion within AI and law communities regarding the need for policies to tackle these issues.

📄 PDF Abstract BibTeX arXiv:2307.10476

Code (0)

등록된 구현이 없습니다.

Tasks

Memorization

Similar Papers 제목 키워드 기반

Game-Theoretic Machine Unlearning: Mitigating Extra Privacy Leakage

2024-11-06 · Hengzhu Liu, Tianqing Zhu, Lefeng Zhang, Ping Xiong

With the extensive use of machine learning technologies, data providers encounter increasing privacy risks. Recent legislation, such as GDPR, obligates organizations to remove requested data and its influence from a trai…

Machine Unlearning

Mitigating Sensitive Information Leakage in LLMs4Code through Machine Unlearning

2025-02-09 · Ruotong Geng, Mingyang Geng, Shangwen Wang, Haotian Wang 외

Large Language Models for Code (LLMs4Code) excel at code generation tasks, yielding promise to release developers from huge software development burdens. Nonetheless, these models have been shown to suffer from the signi…

Code GenerationMachine UnlearningMemorization

Federated Unlearning with Gradient Descent and Conflict Mitigation

2024-12-28 · Zibin Pan, Zhichao Wang, Chi Li, Kaiyan Zheng 외

Federated Learning (FL) has received much attention in recent years. However, although clients are not required to share their data in FL, the global model itself can implicitly remember clients' local data. Therefore, i…

Federated Learning

Scalable and Robust LLM Unlearning by Correcting Responses with Retrieved Exclusions

2025-09-30 · Junbeom Kim, Kyuyoung Kim, Jihoon Tack, Dongha Lim 외 arxiv

Language models trained on web-scale corpora risk memorizing and exposing sensitive information, prompting the need for effective machine unlearning. Prior methods mainly focus on input queries to suppress sensitive outp…

Towards Reasoning-Preserving Unlearning in Multimodal Large Language Models

2025-11-26 · Hongji Li, Junchi yao, Manjiang Yu, Priyanka Singh 외 arxiv

Machine unlearning aims to erase requested data from trained models without full retraining. For Reasoning Multimodal Large Language Models (RMLLMs), this is uniquely challenging: intermediate chain-of-thought steps can …