Understanding Privacy Risks of Embeddings Induced by Large Language Models
Zhihao Zhu, Ninglu Shao, Defu Lian, Chenwang Wu, Zheng Liu, Yi Yang, Enhong Chen
TL;DR
This paper investigates privacy risks of embeddings produced by large language models by treating an LLM as an attacker that reconstructs original text and infers sensitive attributes from embeddings generated by open-source targets. It uses GPT-2 variants as attack models to recover text and to predict attributes across diverse datasets, showing that larger attack models and more expressive embedding targets substantially raise reconstruction and inference accuracy, even for out-of-distribution data. Key findings include that in-distribution texts are easier to reconstruct, shorter texts are at higher risk due to fixed embedding sizes, and external proxy embeddings can enable attribute inference when the original text is brief. The work discusses mitigation strategies (e.g., not disclosing raw texts, lengthening inputs, and developing privacy-preserving embeddings) and acknowledges limitations, emphasizing the need for defense mechanisms as embedding-based information leakage becomes more pronounced in real-world deployments.
Abstract
Large language models (LLMs) show early signs of artificial general intelligence but struggle with hallucinations. One promising solution to mitigate these hallucinations is to store external knowledge as embeddings, aiding LLMs in retrieval-augmented generation. However, such a solution risks compromising privacy, as recent studies experimentally showed that the original text can be partially reconstructed from text embeddings by pre-trained language models. The significant advantage of LLMs over traditional pre-trained models may exacerbate these concerns. To this end, we investigate the effectiveness of reconstructing original knowledge and predicting entity attributes from these embeddings when LLMs are employed. Empirical findings indicate that LLMs significantly improve the accuracy of two evaluated tasks over those from pre-trained models, regardless of whether the texts are in-distribution or out-of-distribution. This underscores a heightened potential for LLMs to jeopardize user privacy, highlighting the negative consequences of their widespread use. We further discuss preliminary strategies to mitigate this risk.
