paper-with-me

Papers

Know What You Don't Know: Unanswerable Questions for SQuAD

2018-06-11 · ACL 2018 7 · Pranav Rajpurkar, Robin Jia, Percy Liang

Extractive reading comprehension systems can often locate the correct answer to a question in a context document, but they also tend to make unreliable guesses on questions for which the correct answer is not stated in the context. Existing datasets either focus exclusively on answerable questions, or use automatically generated unanswerable questions that are easy to identify. To address these weaknesses, we present SQuAD 2.0, the latest version of the Stanford Question Answering Dataset (SQuAD). SQuAD 2.0 combines existing SQuAD data with over 50,000 unanswerable questions written adversarially by crowdworkers to look similar to answerable ones. To do well on SQuAD 2.0, systems must not only answer questions when possible, but also determine when no answer is supported by the paragraph and abstain from answering. SQuAD 2.0 is a challenging natural language understanding task for existing models: a strong neural system that gets 86% F1 on SQuAD 1.1 achieves only 66% F1 on SQuAD 2.0.

📄 PDF Abstract BibTeX arXiv:1806.03822

Code (11)

https://worksheets.codalab.org/worksheets/0x9a15a170809f4e2cb7940e1f256dee55 공식 구현
CLUEbenchmark/LGEB pytorch
ElizaLo/Question-Answering-based-on-SQuAD pytorch
expertailab/spaceqa pytorch
jopokemine/Dissertation pytorch
leozhoujf/DataSciComp paddle
mtzcorporations/nlp_teamjodka pytorch
okanvk/ENELPI---Soru-Cevap-Sistemi pytorch
okanvk/Turkish-Reading-Comprehension-Question-Answering-Dataset pytorch
pablonm3/cs224u pytorch
zhuzhicai/SQuAD2.0-Baseline-Test-with-BiDAF-No-Answer tf

Tasks

Natural Language UnderstandingQuestion AnsweringReading Comprehension

Similar Papers 제목 키워드 기반

Do We Know What We Don’t Know? Studying Unanswerable Questions beyond SQuAD 2.0

2021-11-01 · Findings (EMNLP) 2021 11 · Elior Sulem, Jamaal Hay, Dan Roth

Understanding when a text snippet does not provide a sought after information is an essential part of natural language utnderstanding. Recent work (SQuAD 2.0; Rajpurkar et al., 2018) has attempted to make some progress i…

RTE

AGent: A Novel Pipeline for Automatically Creating Unanswerable Questions

2023-09-10 · Son Quoc Tran, Gia-Huy Do, Phong Nguyen-Thuan Do, Matt Kretchmar 외

The development of large high-quality datasets and high-performing models have led to significant advancements in the domain of Extractive Question Answering (EQA). This progress has sparked considerable interest in expl…

Extractive Question-AnsweringQuestion Answeringvalid

EQuANt (Enhanced Question Answer Network)

2019-06-24 · François-Xavier Aubet, Dominic Danks, Yuchen Zhu

Machine Reading Comprehension (MRC) is an important topic in the domain of automated question answering and in natural language processing more generally. Since the release of the SQuAD 1.1 and SQuAD 2 datasets, progress…

Machine Reading ComprehensionMulti-Task LearningQuestion AnsweringReading Comprehension

A Lightweight Method to Generate Unanswerable Questions in English

2023-10-30 · Vagrant Gautam, Miaoran Zhang, Dietrich Klakow

If a question cannot be answered with the available information, robust systems for question answering (QA) should know _not_ to answer. One way to build QA models that do this is with additional training data comprised …

Data AugmentationQuestion AnsweringQuestion GenerationQuestion-Generation

The Impacts of Unanswerable Questions on the Robustness of Machine Reading Comprehension Models

2023-01-31 · Son Quoc Tran, Phong Nguyen-Thuan Do, Uyen Le, Matt Kretchmar

Pretrained language models have achieved super-human performances on many Machine Reading Comprehension (MRC) benchmarks. Nevertheless, their relative inability to defend against adversarial attacks has spurred skepticis…

Adversarial AttackMachine Reading ComprehensionNatural Language UnderstandingReading Comprehension