CLOct 20, 2022

Unsupervised Text Deidentification

arXiv:2210.11528v1296 citationsh-index: 60
Originality Incremental advance
AI Analysis

This addresses privacy concerns for data sharing by providing an unsupervised alternative to supervised methods, though it is incremental as it builds on existing privacy concepts like K-anonymity.

The paper tackles the problem of anonymizing textual data by proposing an unsupervised deidentification method that masks words leaking personal information, resulting in more complete deidentification while removing fewer words compared to unsupervised baselines.

Deidentification seeks to anonymize textual data prior to distribution. Automatic deidentification primarily uses supervised named entity recognition from human-labeled data points. We propose an unsupervised deidentification method that masks words that leak personally-identifying information. The approach utilizes a specially trained reidentification model to identify individuals from redacted personal documents. Motivated by K-anonymity based privacy, we generate redactions that ensure a minimum reidentification rank for the correct profile of the document. To evaluate this approach, we consider the task of deidentifying Wikipedia Biographies, and evaluate using an adversarial reidentification metric. Compared to a set of unsupervised baselines, our approach deidentifies documents more completely while removing fewer words. Qualitatively, we see that the approach eliminates many identifying aspects that would fall outside of the common named entity based approach.

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