paper-with-me

홈 › Papers

Randomized Masked Finetuning: An Efficient Way to Mitigate Memorization of PIIs in LLMs

2025-12-02 · Kunj Joshi, David A. Smith arxiv

The current literature on memorization in Natural Language Models, especially Large Language Models (LLMs), poses severe security and privacy risks, as models tend to memorize personally identifying information (PIIs) from training data. We introduce Randomized Masked Fine-Tuning (RMFT), a novel privacy-preserving fine-tuning technique that reduces PII memorization while minimizing performance impact. Using the Enron Email Dataset, we demonstrate that RMFT achieves an 80.81% reduction in Total Extraction Rate and 80.17% reduction in Seen Extraction Rate compared to baseline fine-tuning, outperforming deduplication methods while maintaining only a 5.73% increase in perplexity. We present MaxTER, a Pareto-optimal evaluation framework for assessing privacy-utility tradeoffs, and show the performance of RMFT vs Deduplication by Area Under The Response Curve (AURC) metric.

📄 PDF Abstract BibTeX arXiv:2512.03310

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Unveiling Over-Memorization in Finetuning LLMs for Reasoning Tasks

2025-08-06 · Zhiwen Ruan, Yun Chen, Yutao Hou, Peng Li 외 arxiv

The pretrained large language models (LLMs) are finetuned with labeled data for better instruction following ability and alignment with human values. In this paper, we study the learning dynamics of LLM finetuning on rea…

Instruction Following

Foundation Models for Epileptogenic Zone Identification in Drug-Resistant Epilepsy

2026-06-21 · Thi Kieu Khanh Ho, Thomas Lai, Petr Klimes, Jan Cimbalnik 외 arxiv

Accurate identification of the epileptogenic zone (EZ) is essential for seizure freedom after resective surgery in drug-resistant epilepsy, yet seizure freedom rates remain below 50%. We developed EpiiSLM, a dual foundat…

Finding Memo: Extractive Memorization in Constrained Sequence Generation Tasks

2022-10-24 · Vikas Raunak, Arul Menezes

Memorization presents a challenge for several constrained Natural Language Generation (NLG) tasks such as Neural Machine Translation (NMT), wherein the proclivity of neural models to memorize noisy and atypical samples r…

counterfactualMachine TranslationMemorizationNMT+1

Mitigating Memorization In Language Models

2024-10-03 · Mansi Sakarvadia, Aswathy Ajith, Arham Khan, Nathaniel Hudson 외

Language models (LMs) can "memorize" information, i.e., encode training data in their weights in such a way that inference-time queries can lead to verbatim regurgitation of that data. This ability to extract training da…

Machine UnlearningMemorization

Stronger Re-identification Attacks through Reasoning and Aggregation

2025-10-10 · Lucas Georges Gabriel Charpentier, Pierre Lison arxiv

Text de-identification techniques are often used to mask personally identifiable information (PII) from documents. Their ability to conceal the identity of the individuals mentioned in a text is, however, hard to measure…