CLMay 30, 2023

Fighting Bias with Bias: Promoting Model Robustness by Amplifying Dataset Biases

arXiv:2305.18917v1228 citations
Originality Incremental advance
AI Analysis

This work addresses the issue of superficial model performance for researchers in NLP, offering a new evaluation method to promote robustness, though it is incremental as it builds on existing bias-filtering approaches.

The paper tackles the problem of NLP models relying on dataset biases by proposing to amplify biases in training sets to better evaluate model robustness, showing that this framework is more challenging than original splits or hand-crafted sets across multiple datasets and models.

NLP models often rely on superficial cues known as dataset biases to achieve impressive performance, and can fail on examples where these biases do not hold. Recent work sought to develop robust, unbiased models by filtering biased examples from training sets. In this work, we argue that such filtering can obscure the true capabilities of models to overcome biases, which might never be removed in full from the dataset. We suggest that in order to drive the development of models robust to subtle biases, dataset biases should be amplified in the training set. We introduce an evaluation framework defined by a bias-amplified training set and an anti-biased test set, both automatically extracted from existing datasets. Experiments across three notions of bias, four datasets and two models show that our framework is substantially more challenging for models than the original data splits, and even more challenging than hand-crafted challenge sets. Our evaluation framework can use any existing dataset, even those considered obsolete, to test model robustness. We hope our work will guide the development of robust models that do not rely on superficial biases and correlations. To this end, we publicly release our code and data.

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