paper-with-me

홈 › Papers

Bootstrapping Text Anonymization Models with Distant Supervision

2022-05-13 · LREC 2022 6 · Anthi Papadopoulou, Pierre Lison, Lilja Øvrelid, Ildikó Pilán

We propose a novel method to bootstrap text anonymization models based on distant supervision. Instead of requiring manually labeled training data, the approach relies on a knowledge graph expressing the background information assumed to be publicly available about various individuals. This knowledge graph is employed to automatically annotate text documents including personal data about a subset of those individuals. More precisely, the method determines which text spans ought to be masked in order to guarantee $k$-anonymity, assuming an adversary with access to both the text documents and the background information expressed in the knowledge graph. The resulting collection of labeled documents is then used as training data to fine-tune a pre-trained language model for text anonymization. We illustrate this approach using a knowledge graph extracted from Wikidata and short biographical texts from Wikipedia. Evaluation results with a RoBERTa-based model and a manually annotated collection of 553 summaries showcase the potential of the approach, but also unveil a number of issues that may arise if the knowledge graph is noisy or incomplete. The results also illustrate that, contrary to most sequence labeling problems, the text anonymization task may admit several alternative solutions.

📄 PDF Abstract BibTeX arXiv:2205.06895

Code (1)

anthipapa/textanonymization 공식 구현

Tasks

Language ModelingLanguage ModellingText Anonymization

Similar Papers 제목 키워드 기반

Bootstrapping Text Anonymization Models with Distant Supervision

2021-11-16 · ACL ARR November 2021 11 · Anonymous

We propose a novel method to bootstrap text anonymization models based on distant supervision. Instead of requiring manually labeled training data, the approach relies on a knowledge graph expressing the background info…

Language ModelingLanguage ModellingText Anonymization

Few Clean Instances Help Denoising Distant Supervision

2022-09-14 · COLING 2022 10 · Yufang Liu, Ziyin Huang, Yijun Wang, Changzhi Sun 외

Existing distantly supervised relation extractors usually rely on noisy data for both model training and evaluation, which may lead to garbage-in-garbage-out systems. To alleviate the problem, we study whether a small cl…

Denoising

Bootstrapping Relation Extractors using Syntactic Search by Examples

2021-02-09 · EACL 2021 2 · Matan Eyal, Asaf Amrami, Hillel Taub-Tabib, Yoav Goldberg

The advent of neural-networks in NLP brought with it substantial improvements in supervised relation extraction. However, obtaining a sufficient quantity of training data remains a key challenge. In this work we propose …

Data AugmentationRelationRelation Extraction

Mean BERTs make erratic language teachers: the effectiveness of latent bootstrapping in low-resource settings

2023-10-30 · David Samuel

This paper explores the use of latent bootstrapping, an alternative self-supervision technique, for pretraining language models. Unlike the typical practice of using self-supervision on discrete subwords, latent bootstra…

Dual Supervision Framework for Relation Extraction with Distant Supervision and Human Annotation

2020-11-24 · COLING 2020 8 · Woohwan Jung, Kyuseok Shim

Relation extraction (RE) has been extensively studied due to its importance in real-world applications such as knowledge base construction and question answering. Most of the existing works train the models on either dis…

Knowledge Base ConstructionRelationRelation ExtractionSentence