English

Unsupervised Text Deidentification

Computation and Language 2022-10-24 v1

Abstract

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.

Keywords

Cite

@article{arxiv.2210.11528,
  title  = {Unsupervised Text Deidentification},
  author = {John X. Morris and Justin T. Chiu and Ramin Zabih and Alexander M. Rush},
  journal= {arXiv preprint arXiv:2210.11528},
  year   = {2022}
}

Comments

Findings of EMNLP 2022

R2 v1 2026-06-28T04:07:29.452Z