SA-ADP: Sensitivity-Aware Adaptive Differential Privacy for Large Language Models
Stella Etuk, Ashraf Matrawy
TL;DR
This work tackles privacy risks in LLM training by moving beyond uniform noise to token-level protection. It introduces SA-ADP, a three-stage pipeline (PII detection, sensitivity scoring, adaptive noise) with per-token Gaussian noise calibrated by a Aggregated Privacy Sensitivity Index and tracked via Rényi DP accounting. Experiments on four diverse datasets show SA-ADP achieves similar utility to No-DP and DP-SGD while substantially lowering the privacy budget, particularly in PII-dense domains. The approach offers a practical, regulation-aware path to privacy-preserving LLM fine-tuning.
Abstract
Despite advances in the use of large language models (LLMs) in downstream tasks, their ability to memorize information has raised privacy concerns. Therefore, protecting personally identifiable information (PII) during LLM training remains a fundamental challenge. Conventional methods like Differential Privacy-Stochastic Gradient Descent (DP-SGD) provide robust privacy protection via uniform noising, protecting PII regardless of its distinct sensitivity. This comes at the expense of the model's utility, leading to a trade-off. In this paper, we propose SA-ADP, a sensitivity-aware approach that allocates noise based on the sensitivity of individual PII. We evaluated our method on four datasets (ABCD, CUSTOMERSIM, Wikitext-2, and UNSW-NB15 ). Our results show that SA-ADP achieves results comparable to the baseline (No-DP) and the conventional DP-SGD. This means that our method did not degrade the model's utility while still maintaining strong privacy protection.
