CLAug 28, 2019

Unlearn Dataset Bias in Natural Language Inference by Fitting the Residual

arXiv:1908.10763v21094 citations
AI Analysis

This addresses a critical issue for NLP researchers and practitioners by improving model robustness against dataset-specific biases, though it is incremental as it builds on existing debiasing frameworks.

The paper tackles the problem of dataset bias in natural language inference models, where models rely on superficial cues like negation words, by proposing a debiasing algorithm called DRiFt that fits to the residual of a biased model; the debiased models achieve significant gains on challenge test sets while maintaining reasonable performance on original benchmarks.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes