Leveraging Expert Guided Adversarial Augmentation For Improving Generalization in Named Entity Recognition

Aaron Reich, Jiaao Chen, Aastha Agrawal, Yanzhe Zhang, Diyi Yang


Abstract
Named Entity Recognition (NER) systems often demonstrate great performance on in-distribution data, but perform poorly on examples drawn from a shifted distribution. One way to evaluate the generalization ability of NER models is to use adversarial examples, on which the specific variations associated with named entities are rarely considered. To this end, we propose leveraging expert-guided heuristics to change the entity tokens and their surrounding contexts thereby altering their entity types as adversarial attacks. Using expert-guided heuristics, we augmented the CoNLL 2003 test set and manually annotated it to construct a high-quality challenging set. We found that state-of-the-art NER systems trained on CoNLL 2003 training data drop performance dramatically on our challenging set. By training on adversarial augmented training examples and using mixup for regularization, we were able to significantly improve the performance on the challenging set as well as improve out-of-domain generalization which we evaluated by using OntoNotes data. We have publicly released our dataset and code at https://github.com/GT-SALT/Guided-Adversarial-Augmentation.
Anthology ID:
2022.findings-acl.154
Volume:
Findings of the Association for Computational Linguistics: ACL 2022
Month:
May
Year:
2022
Address:
Dublin, Ireland
Venue:
Findings
SIG:
Publisher:
Association for Computational Linguistics
Note:
Pages:
1947–1955
Language:
URL:
https://aclanthology.org/2022.findings-acl.154
DOI:
10.18653/v1/2022.findings-acl.154
Bibkey:
Cite (ACL):
Aaron Reich, Jiaao Chen, Aastha Agrawal, Yanzhe Zhang, and Diyi Yang. 2022. Leveraging Expert Guided Adversarial Augmentation For Improving Generalization in Named Entity Recognition. In Findings of the Association for Computational Linguistics: ACL 2022, pages 1947–1955, Dublin, Ireland. Association for Computational Linguistics.
Cite (Informal):
Leveraging Expert Guided Adversarial Augmentation For Improving Generalization in Named Entity Recognition (Reich et al., Findings 2022)
Copy Citation:
PDF:
https://preview.aclanthology.org/ingestion-script-update/2022.findings-acl.154.pdf
Software:
 2022.findings-acl.154.software.zip
Video:
 https://preview.aclanthology.org/ingestion-script-update/2022.findings-acl.154.mp4
Code
 gt-salt/guided-adversarial-augmentation
Data
CoNLL-2003