# Don't Take the Premise for Granted: Mitigating Artifacts in Natural   Language Inference

**Authors:** Yonatan Belinkov, Adam Poliak, Stuart M. Shieber, Benjamin Van Durme,, Alexander M. Rush

arXiv: 1907.04380 · 2019-07-11

## TL;DR

This paper introduces probabilistic methods to improve the robustness of Natural Language Inference models against dataset biases, enhancing their transferability across different datasets.

## Contribution

It proposes novel probabilistic approaches that discourage models from ignoring premises, leading to better generalization and robustness in NLI tasks.

## Key findings

- Methods improve robustness on 9 out of 12 datasets
- Models transfer better across datasets with different biases
- Extensive analysis of bias interplay and fine-tuning effects

## Abstract

Natural Language Inference (NLI) datasets often contain hypothesis-only biases---artifacts that allow models to achieve non-trivial performance without learning whether a premise entails a hypothesis. We propose two probabilistic methods to build models that are more robust to such biases and better transfer across datasets. In contrast to standard approaches to NLI, our methods predict the probability of a premise given a hypothesis and NLI label, discouraging models from ignoring the premise. We evaluate our methods on synthetic and existing NLI datasets by training on datasets containing biases and testing on datasets containing no (or different) hypothesis-only biases. Our results indicate that these methods can make NLI models more robust to dataset-specific artifacts, transferring better than a baseline architecture in 9 out of 12 NLI datasets. Additionally, we provide an extensive analysis of the interplay of our methods with known biases in NLI datasets, as well as the effects of encouraging models to ignore biases and fine-tuning on target datasets.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.04380/full.md

## Figures

13 figures with captions in the complete paper: https://tomesphere.com/paper/1907.04380/full.md

## References

69 references — full list in the complete paper: https://tomesphere.com/paper/1907.04380/full.md

---
Source: https://tomesphere.com/paper/1907.04380