CLDec 7, 2022

Memorization of Named Entities in Fine-tuned BERT Models

arXiv:2212.03749v32 citationsh-index: 29
Originality Synthesis-oriented
AI Analysis

This addresses privacy concerns for users of BERT-based services by assessing vulnerability to training data extraction attacks, though it is incremental as it builds on existing memorization research.

The study investigated whether fine-tuned BERT models memorize named entities from training data, a privacy risk in deep learning, and found that fine-tuned BERT does not generate more dataset-specific named entities than pre-trained BERT, suggesting low risk of emitting personal information.

Privacy preserving deep learning is an emerging field in machine learning that aims to mitigate the privacy risks in the use of deep neural networks. One such risk is training data extraction from language models that have been trained on datasets, which contain personal and privacy sensitive information. In our study, we investigate the extent of named entity memorization in fine-tuned BERT models. We use single-label text classification as representative downstream task and employ three different fine-tuning setups in our experiments, including one with Differential Privacy (DP). We create a large number of text samples from the fine-tuned BERT models utilizing a custom sequential sampling strategy with two prompting strategies. We search in these samples for named entities and check if they are also present in the fine-tuning datasets. We experiment with two benchmark datasets in the domains of emails and blogs. We show that the application of DP has a detrimental effect on the text generation capabilities of BERT. Furthermore, we show that a fine-tuned BERT does not generate more named entities specific to the fine-tuning dataset than a BERT model that is pre-trained only. This suggests that BERT is unlikely to emit personal or privacy sensitive named entities. Overall, our results are important to understand to what extent BERT-based services are prone to training data extraction attacks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes