Unpacking the Resilience of SNLI Contradiction Examples to Attacks
Pre-trained models excel on NLI benchmarks like SNLI and MultiNLI, but their true language understanding remains uncertain. Models trained only on hypotheses and labels achieve high accuracy, indicating reliance on dataset biases and spurious correlations. To explore this issue, we applied the Universal Adversarial Attack to examine the model's vulnerabilities. Our analysis revealed substantial drops in accuracy for the entailment and neutral classes, whereas the contradiction class exhibited a smaller decline. Fine-tuning the model on an augmented dataset with adversarial examples restored its performance to near-baseline levels for both the standard and challenge sets. Our findings highlight the value of adversarial triggers in identifying spurious correlations and improving robustness while providing insights into the resilience of the contradiction class to adversarial attacks.
Code (1)
Tasks
Adversarial AttackSimilar Papers 제목 키워드 기반
Teaching a Language Model to Distinguish Between Similar Details using a Small Adversarial Training Set
Language models can achieve high accuracy on natural language tasks such as NLI, but performance suffers on manually created adversarial examples. We investigate the performance of a language model trained on the Stanfor…
Language ModelingLanguage ModellingNatural Language InferenceFirst Train to Generate, then Generate to Train: UnitedSynT5 for Few-Shot NLI
Natural Language Inference (NLI) tasks require identifying the relationship between sentence pairs, typically classified as entailment, contradiction, or neutrality. While the current state-of-the-art (SOTA) model, Entai…
Data AugmentationDiversityFew-Shot LearningFew-Shot NLI+3WikiContradiction: Detecting Self-Contradiction Articles on Wikipedia
While Wikipedia has been utilized for fact-checking and claim verification to debunk misinformation and disinformation, it is essential to either improve article quality and rule out noisy articles. Self-contradiction is…
ArticlesClaim VerificationFact CheckingMisinformation+1Asking Crowdworkers to Write Entailment Examples: The Best of Bad Options
Large-scale natural language inference (NLI) datasets such as SNLI or MNLI have been created by asking crowdworkers to read a premise and write three new hypotheses, one for each possible semantic relationships (entailme…
Natural Language InferenceTransfer LearningDelving into adversarial attacks on deep policies
Adversarial examples have been shown to exist for a variety of deep learning architectures. Deep reinforcement learning has shown promising results on training agent policies directly on raw inputs such as image pixels. …
Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)