paper-with-me

Papers

Avoiding the Hypothesis-Only Bias in Natural Language Inference via Ensemble Adversarial Training

2020-04-16 · EMNLP 2020 11 · Joe Stacey, Pasquale Minervini, Haim Dubossarsky, Sebastian Riedel, Tim Rocktäschel

Natural Language Inference (NLI) datasets contain annotation artefacts resulting in spurious correlations between the natural language utterances and their respective entailment classes. These artefacts are exploited by neural networks even when only considering the hypothesis and ignoring the premise, leading to unwanted biases. Belinkov et al. (2019b) proposed tackling this problem via adversarial training, but this can lead to learned sentence representations that still suffer from the same biases. We show that the bias can be reduced in the sentence representations by using an ensemble of adversaries, encouraging the model to jointly decrease the accuracy of these different adversaries while fitting the data. This approach produces more robust NLI models, outperforming previous de-biasing efforts when generalised to 12 other datasets (Belinkov et al., 2019a; Mahabadi et al., 2020). In addition, we find that the optimal number of adversarial classifiers depends on the dimensionality of the sentence representations, with larger sentence representations being more difficult to de-bias while benefiting from using a greater number of adversaries.

📄 PDF Abstract BibTeX arXiv:2004.07790

Code (1)

joestacey/robust-nli 공식 구현 pytorch

Tasks

Natural Language InferenceSentence

Similar Papers 제목 키워드 기반

On Adversarial Removal of Hypothesis-only Bias in Natural Language Inference

2019-07-09 · SEMEVAL 2019 6 · Yonatan Belinkov, Adam Poliak, Stuart M. Shieber, Benjamin Van Durme 외

Popular Natural Language Inference (NLI) datasets have been shown to be tainted by hypothesis-only biases. Adversarial learning may help models ignore sensitive biases and spurious correlations in data. We evaluate wheth…

Natural Language Inference

Hypothesis-only Biases in Large Language Model-Elicited Natural Language Inference

2024-10-11 · Grace Proebsting, Adam Poliak

We test whether replacing crowdsource workers with LLMs to write Natural Language Inference (NLI) hypotheses similarly results in annotation artifacts. We recreate a portion of the Stanford NLI corpus using GPT-4, Llama-…

Language ModelingLanguage ModellingLarge Language ModelNatural Language Inference

Exploring Lexical Irregularities in Hypothesis-Only Models of Natural Language Inference

2021-01-19 · Qingyuan Hu, Yi Zhang, Kanishka Misra, Julia Rayz

Natural Language Inference (NLI) or Recognizing Textual Entailment (RTE) is the task of predicting the entailment relation between a pair of sentences (premise and hypothesis). This task has been described as a valuable …

Natural Language InferenceNatural Language UnderstandingRTE

HypoNLI: Exploring the Artificial Patterns of Hypothesis-only Bias in Natural Language Inference

2020-03-05 · LREC 2020 5 · Tianyu Liu, Xin Zheng, Baobao Chang, Zhifang Sui

Many recent studies have shown that for models trained on datasets for natural language inference (NLI), it is possible to make correct predictions by merely looking at the hypothesis while completely ignoring the premis…

Natural Language Inference

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

2019-07-09 · ACL 2019 7 · Yonatan Belinkov, Adam Poliak, Stuart M. Shieber, Benjamin Van Durme 외

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 prob…

Natural Language Inference