ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
200
Citations
29
Influential Citations
Infoscience (Ecole Polytechnique Fédérale de Lausanne)
Venue
2020
Year
Several recent studies have shown that strong natural language understanding (NLU) models are prone to relying on unwanted dataset biases without learning the underlying task, resulting in models that fail to generalize to out-of-domain datasets and are likely to perform poorly in real-world scenarios. We propose two learning strategies to train neural models, which are more robust to such biases and transfer better to out-of-domain datasets. The biases are specified in terms of one or more bias-only models, which learn to leverage the dataset biases. During training, the bias-only models’ predictions are used to adjust the loss of the base model to reduce its reliance on biases by down-weighting the biased examples and focusing the training on the hard examples. We experiment on large-scale natural language inference and fact verification benchmarks, evaluating on out-of-domain datasets that are specifically designed to assess the robustness of models against known biases in the training data. Results show that our debiasing methods greatly improve robustness in all settings and better transfer to other textual entailment datasets. Our code and data are publicly available in https://github.com/rabeehk/robust-nli.
This paper addresses a fundamental problem in natural language understanding: models often exploit superficial dataset biases rather than learning the underlying task, leading to poor generalization on out-of-domain data. The authors propose two end-to-end learning strategies that leverage bias-only models to dynamically adjust training, reducing reliance on spurious correlations. This is significant because it offers a practical, scalable approach to improve model robustness without requiring additional data or architectural changes.
The work is particularly relevant for AI safety and alignment, as biased models can produce unreliable predictions in real-world applications such as fact verification and natural language inference. By focusing on hard examples and down-weighting biased ones, the method directly targets the root cause of poor generalization.
The authors evaluate on large-scale NLI (SNLI, MNLI) and fact verification (FEVER) benchmarks, testing on out-of-domain datasets designed to assess robustness (e.g., HANS for NLI). The debiasing methods significantly improve accuracy on these challenging sets, with gains of up to 10-15% over standard training. Transfer learning experiments show that models trained with the proposed strategies generalize better to other textual entailment datasets, demonstrating the effectiveness of the approach.
This work contributes a practical, end-to-end framework for bias mitigation that can be applied to various NLU tasks. By making models more robust to dataset biases, it helps bridge the gap between benchmark performance and real-world reliability. The public release of code and data facilitates further research and adoption. The approach is complementary to other debiasing techniques and can be combined with data augmentation or adversarial training for even stronger robustness.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba