English

Privacy Implications of Retrieval-Based Language Models

Computation and Language 2023-05-25 v1 Cryptography and Security Machine Learning

Abstract

Retrieval-based language models (LMs) have demonstrated improved interpretability, factuality, and adaptability compared to their parametric counterparts, by incorporating retrieved text from external datastores. While it is well known that parametric models are prone to leaking private data, it remains unclear how the addition of a retrieval datastore impacts model privacy. In this work, we present the first study of privacy risks in retrieval-based LMs, particularly kkNN-LMs. Our goal is to explore the optimal design and training procedure in domains where privacy is of concern, aiming to strike a balance between utility and privacy. Crucially, we find that kkNN-LMs are more susceptible to leaking private information from their private datastore than parametric models. We further explore mitigations of privacy risks. When privacy information is targeted and readily detected in the text, we find that a simple sanitization step would completely eliminate the risks, while decoupling query and key encoders achieves an even better utility-privacy trade-off. Otherwise, we consider strategies of mixing public and private data in both datastore and encoder training. While these methods offer modest improvements, they leave considerable room for future work. Together, our findings provide insights for practitioners to better understand and mitigate privacy risks in retrieval-based LMs. Our code is available at: https://github.com/Princeton-SysML/kNNLM_privacy .

Keywords

Cite

@article{arxiv.2305.14888,
  title  = {Privacy Implications of Retrieval-Based Language Models},
  author = {Yangsibo Huang and Samyak Gupta and Zexuan Zhong and Kai Li and Danqi Chen},
  journal= {arXiv preprint arXiv:2305.14888},
  year   = {2023}
}
R2 v1 2026-06-28T10:44:13.390Z