English

Does Differential Privacy Impact Bias in Pretrained NLP Models?

Computation and Language 2024-10-25 v1 Artificial Intelligence Machine Learning

Abstract

Differential privacy (DP) is applied when fine-tuning pre-trained large language models (LLMs) to limit leakage of training examples. While most DP research has focused on improving a model's privacy-utility tradeoff, some find that DP can be unfair to or biased against underrepresented groups. In this work, we show the impact of DP on bias in LLMs through empirical analysis. Differentially private training can increase the model bias against protected groups w.r.t AUC-based bias metrics. DP makes it more difficult for the model to differentiate between the positive and negative examples from the protected groups and other groups in the rest of the population. Our results also show that the impact of DP on bias is not only affected by the privacy protection level but also the underlying distribution of the dataset.

Keywords

Cite

@article{arxiv.2410.18749,
  title  = {Does Differential Privacy Impact Bias in Pretrained NLP Models?},
  author = {Md. Khairul Islam and Andrew Wang and Tianhao Wang and Yangfeng Ji and Judy Fox and Jieyu Zhao},
  journal= {arXiv preprint arXiv:2410.18749},
  year   = {2024}
}

Comments

Github https://github.com/khairulislam/DP-on-NLP-Bias

R2 v1 2026-06-28T19:34:17.709Z