CURE removes concept-level spurious correlations from pre-trained embeddings via a content extractor, a reversal network, and a margin-controlled contrastive module, improving OOD sentiment F1 by up to 10 points on IMDB and about 2 points on Yelp.
Avoiding the Hypothesis-Only Bias in Natural Language Inference via Ensemble Adversarial Training
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Natural Language Inference (NLI) datasets contain annotation artefacts resulting in spurious correlations between the natural language utterances and their respective entailment classes. These artefacts are exploited by neural networks even when only considering the hypothesis and ignoring the premise, leading to unwanted biases. Belinkov et al. (2019b) proposed tackling this problem via adversarial training, but this can lead to learned sentence representations that still suffer from the same biases. We show that the bias can be reduced in the sentence representations by using an ensemble of adversaries, encouraging the model to jointly decrease the accuracy of these different adversaries while fitting the data. This approach produces more robust NLI models, outperforming previous de-biasing efforts when generalised to 12 other datasets (Belinkov et al., 2019a; Mahabadi et al., 2020). In addition, we find that the optimal number of adversarial classifiers depends on the dimensionality of the sentence representations, with larger sentence representations being more difficult to de-bias while benefiting from using a greater number of adversaries.
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
CURE: Controlled Unlearning for Robust Embeddings -- Mitigating Conceptual Shortcuts in Pre-Trained Language Models
CURE removes concept-level spurious correlations from pre-trained embeddings via a content extractor, a reversal network, and a margin-controlled contrastive module, improving OOD sentiment F1 by up to 10 points on IMDB and about 2 points on Yelp.