paper-with-me

홈 › Papers

PATCH: Mitigating PII Leakage in Language Models with Privacy-Aware Targeted Circuit PatcHing

2025-10-08 · Anthony Hughes, Vasisht Duddu, N. Asokan, Nikolaos Aletras, Ning Ma arxiv

Language models (LMs) may memorize personally identifiable information (PII) from training data, enabling adversaries to extract it during inference. Existing defense mechanisms such as differential privacy (DP) reduce this leakage, but incur large drops in utility. Based on a comprehensive study using circuit discovery to identify the computational circuits responsible PII leakage in LMs, we hypothesize that specific PII leakage circuits in LMs should be responsible for this behavior. Therefore, we propose PATCH (Privacy-Aware Targeted Circuit PatcHing), a novel approach that first identifies and subsequently directly edits PII circuits to reduce leakage. PATCH achieves better privacy-utility trade-off than existing defenses, e.g., reducing recall of PII leakage from LMs by up to 65%. Finally, PATCH can be combined with DP to reduce recall of residual leakage of an LM to as low as 0.01%. Our analysis shows that PII leakage circuits persist even after the application of existing defense mechanisms. In contrast, PATCH can effectively mitigate their impact.

📄 PDF Abstract BibTeX arXiv:2510.07452

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Privacy-Aware Decoding: Mitigating Privacy Leakage of Large Language Models in Retrieval-Augmented Generation

2025-08-05 · Haoran Wang, Xiongxiao Xu, Baixiang Huang, Kai Shu arxiv

Retrieval-Augmented Generation (RAG) enhances the factual accuracy of large language models (LLMs) by conditioning outputs on external knowledge sources. However, when retrieval involves private or sensitive data, RAG sy…

Beyond Visual Evidence: Revealing and Mitigating Relational Privacy Leakage in Document MLLMs

2026-08-13 · Beining Xu, Hairui Wang, Jiaxin Wang, Changsheng Chen 외 arxiv

While the privacy risks of multimodal large language models (MLLMs) have drawn significant attention, the unique vulnerabilities of domain-specific MLLMs remain largely underexplored. Focusing on document understanding M…

Key Information Extraction

Assessing and Mitigating Data Memorization Risks in Fine-Tuned Large Language Models

2025-08-10 · Badrinath Ramakrishnan, Akshaya Balaji arxiv

Large Language Models (LLMs) have demonstrated remarkable capabilities across diverse natural language processing tasks, but their tendency to memorize training data poses significant privacy risks, particularly during f…

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

The Model's Language Matters: A Comparative Privacy Analysis of LLMs

2025-10-09 · Abhishek K. Mishra, Antoine Boutet, Lucas Magnana arxiv

Large Language Models (LLMs) are increasingly deployed across multilingual applications that handle sensitive data, yet their scale and linguistic variability introduce major privacy risks. Mostly evaluated for English, …