EMNLP 2022finding11 citations

Unsupervised Text Deidentification

John Morris, Justin Chiu, Ramin Zabih, Alexander Rush

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.

BibTeX
@inproceedings{morris-etal-2022-unsupervised,
    title = "Unsupervised Text Deidentification",
    author = "Morris, John  and
      Chiu, Justin  and
      Zabih, Ramin  and
      Rush, Alexander",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2022",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.findings-emnlp.352/",
    doi = "10.18653/v1/2022.findings-emnlp.352",
    pages = "4777--4788"
}
Unsupervised Text Deidentification · EMNLP 2022