Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Unlearn Dataset Bias in Natural Language Inference by Fitting the Residual

About

Statistical natural language inference (NLI) models are susceptible to learning dataset bias: superficial cues that happen to associate with the label on a particular dataset, but are not useful in general, e.g., negation words indicate contradiction. As exposed by several recent challenge datasets, these models perform poorly when such association is absent, e.g., predicting that "I love dogs" contradicts "I don't love cats". Our goal is to design learning algorithms that guard against known dataset bias. We formalize the concept of dataset bias under the framework of distribution shift and present a simple debiasing algorithm based on residual fitting, which we call DRiFt. We first learn a biased model that only uses features that are known to relate to dataset bias. Then, we train a debiased model that fits to the residual of the biased model, focusing on examples that cannot be predicted well by biased features only. We use DRiFt to train three high-performing NLI models on two benchmark datasets, SNLI and MNLI. Our debiased models achieve significant gains over baseline models on two challenge test sets, while maintaining reasonable performance on the original test sets.

He He, Sheng Zha, Haohan Wang• 2019

Related benchmarks

TaskDatasetResultRank
Image ClassificationImageNet-1k (val)
Top-1 Acc94.6
706
Image ClassificationImageNet-A (test)--
154
Natural Language InferenceMNLI Hypothesis-only Bias (in-distribution)
Accuracy83.5
13
Natural Language InferenceHANS Unknown Bias (out-of-distribution)
Accuracy69.1
13
ClassificationFEVER-Symmetric 1.0
Accuracy62.3
13
Natural Language InferenceMNLI HardCD (challenge)
Accuracy0.795
13
ClassificationFEVER Symmetric v2 1.0
Accuracy65.9
13
ClassificationFEVER v1 (ID)
Accuracy84.2
13
Natural Language InferenceHANS Syntactic Bias (out-of-distribution)
Accuracy66.5
13
Natural Language InferenceMNLI HardSP (challenge)
Accuracy76.3
13
Showing 10 of 13 rows

Other info

Follow for update