paper-with-me

홈 › Papers

Annotation Artifacts in Natural Language Inference Data

2018-03-06 · NAACL 2018 6 · Suchin Gururangan, Swabha Swayamdipta, Omer Levy, Roy Schwartz, Samuel R. Bowman, Noah A. Smith

Large-scale datasets for natural language inference are created by presenting crowd workers with a sentence (premise), and asking them to generate three new sentences (hypotheses) that it entails, contradicts, or is logically neutral with respect to. We show that, in a significant portion of such data, this protocol leaves clues that make it possible to identify the label by looking only at the hypothesis, without observing the premise. Specifically, we show that a simple text categorization model can correctly classify the hypothesis alone in about 67% of SNLI (Bowman et. al, 2015) and 53% of MultiNLI (Williams et. al, 2017). Our analysis reveals that specific linguistic phenomena such as negation and vagueness are highly correlated with certain inference classes. Our findings suggest that the success of natural language inference models to date has been overestimated, and that the task remains a hard open problem.

📄 PDF Abstract BibTeX arXiv:1803.02324

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language InferenceNegationSentenceText Categorization

Similar Papers 제목 키워드 기반

Mitigating Annotation Artifacts in Natural Language Inference Datasets to Improve Cross-dataset Generalization Ability

2019-09-10 · Guanhua Zhang, Bing Bai, Junqi Zhang, Kun Bai 외

Natural language inference (NLI) aims at predicting the relationship between a given pair of premise and hypothesis. However, several works have found that there widely exists a bias pattern called annotation artifacts i…

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

Augmenting NLP data to counter Annotation Artifacts for NLI Tasks

2023-02-09 · Armaan Singh Bhullar

In this paper, we explore Annotation Artifacts - the phenomena wherein large pre-trained NLP models achieve high performance on benchmark datasets but do not actually "solve" the underlying task and instead rely on some …

Data AugmentationNatural Language Inference

Reliable Evaluations for Natural Language Inference based on a Unified Cross-dataset Benchmark

2020-10-15 · Guanhua Zhang, Bing Bai, Jian Liang, Kun Bai 외

Recent studies show that crowd-sourced Natural Language Inference (NLI) datasets may suffer from significant biases like annotation artifacts. Models utilizing these superficial clues gain mirage advantages on the in-dom…

Natural Language Inference

Several Experiments on Investigating Pretraining and Knowledge-Enhanced Models for Natural Language Inference

2019-04-27 · Tianda Li, Xiaodan Zhu, Quan Liu, Qian Chen 외

Natural language inference (NLI) is among the most challenging tasks in natural language understanding. Recent work on unsupervised pretraining that leverages unsupervised signals such as language-model and sentence pred…

Language ModelingLanguage ModellingNatural Language InferenceNatural Language Understanding+1