paper-with-me

홈 › Papers

CONDAQA: A Contrastive Reading Comprehension Dataset for Reasoning about Negation

2022-11-01 · Abhilasha Ravichander, Matt Gardner, Ana Marasović

The full power of human language-based communication cannot be realized without negation. All human languages have some form of negation. Despite this, negation remains a challenging phenomenon for current natural language understanding systems. To facilitate the future development of models that can process negation effectively, we present CONDAQA, the first English reading comprehension dataset which requires reasoning about the implications of negated statements in paragraphs. We collect paragraphs with diverse negation cues, then have crowdworkers ask questions about the implications of the negated statement in the passage. We also have workers make three kinds of edits to the passage -- paraphrasing the negated statement, changing the scope of the negation, and reversing the negation -- resulting in clusters of question-answer pairs that are difficult for models to answer with spurious shortcuts. CONDAQA features 14,182 question-answer pairs with over 200 unique negation cues and is challenging for current state-of-the-art models. The best performing model on CONDAQA (UnifiedQA-v2-3b) achieves only 42% on our consistency metric, well below human performance which is 81%. We release our dataset, along with fully-finetuned, few-shot, and zero-shot evaluations, to facilitate the development of future NLP methods that work on negated language.

📄 PDF Abstract BibTeX arXiv:2211.00295

Code (1)

abhilasharavichander/condaqa 공식 구현

Tasks

Natural Language UnderstandingNegationReading Comprehension

Similar Papers 제목 키워드 기반

What Has Been Lost with Synthetic Evaluation?

2025-05-28 · Alexander Gill, Abhilasha Ravichander, Ana Marasović

Large language models (LLMs) are increasingly used for data generation. However, creating evaluation benchmarks raises the bar for this emerging paradigm. Benchmarks must target specific phenomena, penalize exploiting sh…

NegationReading Comprehensionvalid

NumNet: Machine Reading Comprehension with Numerical Reasoning

2019-10-15 · IJCNLP 2019 11 · Qiu Ran, Yankai Lin, Peng Li, Jie zhou 외

Numerical reasoning, such as addition, subtraction, sorting and counting is a critical skill in human's reading comprehension, which has not been well considered in existing machine reading comprehension (MRC) systems. T…

Graph Neural NetworkMachine Reading ComprehensionQuestion AnsweringReading Comprehension

R3: A Reading Comprehension Benchmark Requiring Reasoning Processes

2020-04-02 · Ran Wang, Kun Tao, Dingjie Song, Zhilong Zhang 외

Existing question answering systems can only predict answers without explicit reasoning processes, which hinder their explainability and make us overestimate their ability of understanding and reasoning over natural lang…

Question AnsweringReading Comprehension

DROP: A Reading Comprehension Benchmark Requiring Discrete Reasoning Over Paragraphs

2019-03-01 · NAACL 2019 6 · Dheeru Dua, Yizhong Wang, Pradeep Dasigi, Gabriel Stanovsky 외

Reading comprehension has recently seen rapid progress, with systems matching humans on the most popular datasets for the task. However, a large body of work has highlighted the brittleness of these systems, showing that…

Question AnsweringReading ComprehensionSemantic Parsing

Deep Manifold Learning for Reading Comprehension and Logical Reasoning Tasks with Polytuplet Loss

2023-04-03 · Jeffrey Lu, Ivan Rodriguez

The current trend in developing machine learning models for reading comprehension and logical reasoning tasks is focused on improving the models' abilities to understand and utilize logical rules. This work focuses on pr…

Logical ReasoningReading ComprehensionTransfer Learning