paper-with-me

홈 › Papers

Effects of Human Adversarial and Affable Samples on BERT Generalization

2023-10-12 · Aparna Elangovan, Jiayuan He, Yuan Li, Karin Verspoor

BERT-based models have had strong performance on leaderboards, yet have been demonstrably worse in real-world settings requiring generalization. Limited quantities of training data is considered a key impediment to achieving generalizability in machine learning. In this paper, we examine the impact of training data quality, not quantity, on a model's generalizability. We consider two characteristics of training data: the portion of human-adversarial (h-adversarial), i.e., sample pairs with seemingly minor differences but different ground-truth labels, and human-affable (h-affable) training samples, i.e., sample pairs with minor differences but the same ground-truth label. We find that for a fixed size of training samples, as a rule of thumb, having 10-30% h-adversarial instances improves the precision, and therefore F1, by up to 20 points in the tasks of text classification and relation extraction. Increasing h-adversarials beyond this range can result in performance plateaus or even degradation. In contrast, h-affables may not contribute to a model's generalizability and may even degrade generalization performance.

📄 PDF Abstract BibTeX arXiv:2310.08008

Code (0)

등록된 구현이 없습니다.

Tasks

Relation Extractiontext-classificationText Classification

Similar Papers 제목 키워드 기반

Very quaffable and great fun: Applying NLP to wine reviews

2016-08-01 · ACL 2016 8 · Iris Hendrickx, Els Lefever, Ilja Croijmans, Asifa Majid 외

FireBERT: Hardening BERT-based classifiers against adversarial attack

2020-08-10 · Gunnar Mein, Kevin Hartman, Andrew Morris

We present FireBERT, a set of three proof-of-concept NLP classifiers hardened against TextFooler-style word-perturbation by producing diverse alternatives to original samples. In one approach, we co-tune BERT against the…

Adversarial Attack

Adv-BERT: BERT is not robust on misspellings! Generating nature adversarial samples on BERT

2020-02-27 · Lichao Sun, Kazuma Hashimoto, Wenpeng Yin, Akari Asai 외

There is an increasing amount of literature that claims the brittleness of deep neural networks in dealing with adversarial examples that are created maliciously. It is unclear, however, how the models will perform in re…

Question AnsweringSentenceSentiment Analysis

BERT-ATTACK: Adversarial Attack Against BERT Using BERT

2020-04-21 · EMNLP 2020 11 · Linyang Li, Ruotian Ma, Qipeng Guo, xiangyang xue 외

Adversarial attacks for discrete data (such as texts) have been proved significantly more challenging than continuous data (such as images) since it is difficult to generate adversarial samples with gradient-based method…

Adversarial Attack

Beat the AI: Investigating Adversarial Human Annotation for Reading Comprehension

2020-02-02 · Max Bartolo, Alastair Roberts, Johannes Welbl, Sebastian Riedel 외

Innovations in annotation methodology have been a catalyst for Reading Comprehension (RC) datasets and models. One recent trend to challenge current RC models is to involve a model in the annotation process: humans creat…

Reading Comprehension