paper-with-me

홈 › Papers

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

2022-03-21 · Findings (ACL) 2022 5 · Aaron Reich, Jiaao Chen, Aastha Agrawal, Yanzhe Zhang, Diyi Yang

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.

📄 PDF Abstract BibTeX arXiv:2203.10693

Code (1)

gt-salt/guided-adversarial-augmentation 공식 구현 pytorch

Tasks

Domain Generalizationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Adversarial Data Augmentation for Single Domain Generalization via Lyapunov Exponent-Guided Optimization

2025-07-06 · Zuyu Zhang, Ning Chen, Yongshan Liu, Qinghua Zhang 외 arxiv

Single Domain Generalization (SDG) aims to develop models capable of generalizing to unseen target domains using only one source domain, a task complicated by substantial domain shifts and limited data diversity. Existin…

Domain GeneralizationData Augmentation

SA$^{2}$GFM: Enhancing Robust Graph Foundation Models with Structure-Aware Semantic Augmentation

2025-11-26 · Junhua Shi, Qingyun Sun, Haonan Yuan, Xingcheng Fu arxiv

We present Graph Foundation Models (GFMs) which have made significant progress in various tasks, but their robustness against domain noise, structural perturbations, and adversarial attacks remains underexplored. A key l…

Graph ClassificationDomain Adaptation

Robust Hybrid Learning With Expert Augmentation

2022-02-08 · Antoine Wehenkel, Jens Behrmann, Hsiang Hsu, Guillermo Sapiro 외

Hybrid modelling reduces the misspecification of expert models by combining them with machine learning (ML) components learned from data. Similarly to many ML algorithms, hybrid model performance guarantees are limited t…

Data Augmentationvalid

TeachAugment: Data Augmentation Optimization Using Teacher Knowledge

2022-02-25 · CVPR 2022 1 · Teppei Suzuki

Optimization of image transformation functions for the purpose of data augmentation has been intensively studied. In particular, adversarial data augmentation strategies, which search augmentation maximizing task loss, s…

Data Augmentationimage-classificationImage ClassificationRepresentation Learning+1

GAT: Guided Adversarial Training with Pareto-optimal Auxiliary Tasks

2023-02-06 · Salah Ghamizi, Jingfeng Zhang, Maxime Cordy, Mike Papadakis 외

While leveraging additional training data is well established to improve adversarial robustness, it incurs the unavoidable cost of data collection and the heavy computation to train models. To mitigate the costs, we prop…

Adversarial RobustnessData AugmentationMulti-Task Learning