English

Entity-to-Text based Data Augmentation for various Named Entity Recognition Tasks

Computation and Language 2023-05-29 v2 Artificial Intelligence

Abstract

Data augmentation techniques have been used to alleviate the problem of scarce labeled data in various NER tasks (flat, nested, and discontinuous NER tasks). Existing augmentation techniques either manipulate the words in the original text that break the semantic coherence of the text, or exploit generative models that ignore preserving entities in the original text, which impedes the use of augmentation techniques on nested and discontinuous NER tasks. In this work, we propose a novel Entity-to-Text based data augmentation technique named EnTDA to add, delete, replace or swap entities in the entity list of the original texts, and adopt these augmented entity lists to generate semantically coherent and entity preserving texts for various NER tasks. Furthermore, we introduce a diversity beam search to increase the diversity during the text generation process. Experiments on thirteen NER datasets across three tasks (flat, nested, and discontinuous NER tasks) and two settings (full data and low resource settings) show that EnTDA could bring more performance improvements compared to the baseline augmentation techniques.

Keywords

Cite

@article{arxiv.2210.10343,
  title  = {Entity-to-Text based Data Augmentation for various Named Entity Recognition Tasks},
  author = {Xuming Hu and Yong Jiang and Aiwei Liu and Zhongqiang Huang and Pengjun Xie and Fei Huang and Lijie Wen and Philip S. Yu},
  journal= {arXiv preprint arXiv:2210.10343},
  year   = {2023}
}

Comments

Accepted to ACL 2023 (Findings), Long Paper, 14 pages

R2 v1 2026-06-28T03:58:23.556Z