paper-with-me

홈 › Papers

Simple Yet Effective: Extracting Private Data Across Clients in Federated Fine-Tuning of Large Language Models

2025-06-06 · Yingqi Hu, Zhuo Zhang, Jingyuan Zhang, Lizhen Qu, Zenglin Xu

Federated fine-tuning of large language models (FedLLMs) presents a promising approach for achieving strong model performance while preserving data privacy in sensitive domains. However, the inherent memorization ability of LLMs makes them vulnerable to training data extraction attacks. To investigate this risk, we introduce simple yet effective extraction attack algorithms specifically designed for FedLLMs. In contrast to prior "verbatim" extraction attacks, which assume access to fragments from all training data, our approach operates under a more realistic threat model, where the attacker only has access to a single client's data and aims to extract previously unseen personally identifiable information (PII) from other clients. This requires leveraging contextual prefixes held by the attacker to generalize across clients. To evaluate the effectiveness of our approaches, we propose two rigorous metrics-coverage rate and efficiency-and extend a real-world legal dataset with PII annotations aligned with CPIS, GDPR, and CCPA standards, achieving 89.9% human-verified precision. Experimental results show that our method can extract up to 56.57% of victim-exclusive PII, with "Address," "Birthday," and "Name" being the most vulnerable categories. Our findings underscore the pressing need for robust defense strategies and contribute a new benchmark and evaluation framework for future research in privacy-preserving federated learning.

📄 PDF Abstract BibTeX arXiv:2506.06060

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningMemorizationPrivacy Preserving

Similar Papers 제목 키워드 기반

Unlocking High-Accuracy Differentially Private Image Classification through Scale

2022-04-28 · Soham De, Leonard Berrada, Jamie Hayes, Samuel L. Smith 외

Differential Privacy (DP) provides a formal privacy guarantee preventing adversaries with access to a machine learning model from extracting information about individual training points. Differentially Private Stochastic…

Classificationimage-classificationImage ClassificationImage Classification with Differential Privacy+1

The Centralizing Effects of Private Order Flow on Proposer-Builder Separation

2023-05-30 · Tivas Gupta, Mallesh M Pai, Max Resnick

The current Proposer-Builder Separation (PBS) equilibrium has several builders with different backgrounds winning blocks consistently. This paper considers how that equilibrium will shift when transactions are sold priva…

Privacy-Preserving Student Learning with Differentially Private Data-Free Distillation

2024-09-19 · Bochao Liu, Jianghu Lu, Pengju Wang, Junjie Zhang 외

Deep learning models can achieve high inference accuracy by extracting rich knowledge from massive well-annotated data, but may pose the risk of data privacy leakage in practical deployment. In this paper, we present an …

Privacy PreservingPrivacy Preserving Deep Learning

Preserving Domain Private Representation via Mutual Information Maximization

2022-01-09 · Jiahong Chen, Jing Wang, Weipeng Lin, Kuangen Zhang 외

Recent advances in unsupervised domain adaptation have shown that mitigating the domain divergence by extracting the domain-invariant representation could significantly improve the generalization of a model to an unlabel…

Domain AdaptationDomain GeneralizationUnsupervised Domain Adaptation

Differentially Private Adaptive Optimization with Delayed Preconditioners

2022-12-01 · Tian Li, Manzil Zaheer, Ken Ziyu Liu, Sashank J. Reddi 외

Privacy noise may negate the benefits of using adaptive optimizers in differentially private model training. Prior works typically address this issue by using auxiliary information (e.g., public data) to boost the effect…