paper-with-me

Papers

Assessing the Benchmarking Capacity of Machine Reading Comprehension Datasets

2019-11-21 · Saku Sugawara, Pontus Stenetorp, Kentaro Inui, Akiko Aizawa

Existing analysis work in machine reading comprehension (MRC) is largely concerned with evaluating the capabilities of systems. However, the capabilities of datasets are not assessed for benchmarking language understanding precisely. We propose a semi-automated, ablation-based methodology for this challenge; By checking whether questions can be solved even after removing features associated with a skill requisite for language understanding, we evaluate to what degree the questions do not require the skill. Experiments on 10 datasets (e.g., CoQA, SQuAD v2.0, and RACE) with a strong baseline model show that, for example, the relative scores of a baseline model provided with content words only and with shuffled sentence words in the context are on average 89.2% and 78.5% of the original score, respectively. These results suggest that most of the questions already answered correctly by the model do not necessarily require grammatical and complex reasoning. For precise benchmarking, MRC datasets will need to take extra care in their design to ensure that questions can correctly evaluate the intended skills.

📄 PDF Abstract BibTeX arXiv:1911.09241

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingMachine Reading ComprehensionReading ComprehensionSentence

Similar Papers 제목 키워드 기반

Benchmarking Machine Reading Comprehension: A Psychological Perspective

2020-04-04 · EACL 2021 2 · Saku Sugawara, Pontus Stenetorp, Akiko Aizawa

Machine reading comprehension (MRC) has received considerable attention as a benchmark for natural language understanding. However, the conventional task design of MRC lacks explainability beyond the model interpretation…

BenchmarkingMachine Reading ComprehensionNatural Language UnderstandingPosition+1

STARC: Structured Annotations for Reading Comprehension

2020-04-30 · ACL 2020 6 · Yevgeni Berzak, Jonathan Malmaud, Roger Levy

We present STARC (Structured Annotations for Reading Comprehension), a new annotation framework for assessing reading comprehension with multiple choice questions. Our framework introduces a principled structure for the …

Multiple-choiceReading Comprehension

Answer Span Correction in Machine Reading Comprehension

2020-11-06 · Findings of the Association for Computational Linguistics 2020 · Revanth Gangi Reddy, Md Arafat Sultan, Efsun Sarioglu Kayi, Rong Zhang 외

Answer validation in machine reading comprehension (MRC) consists of verifying an extracted answer against an input context and question pair. Previous work has looked at re-assessing the "answerability" of the question …

Machine Reading ComprehensionReading Comprehension

TORQUE: A Reading Comprehension Dataset of Temporal Ordering Questions

2020-05-01 · EMNLP 2020 11 · Qiang Ning, Hao Wu, Rujun Han, Nanyun Peng 외

A critical part of reading is being able to understand the temporal relationships between events described in a passage of text, even when those relationships are not explicitly stated. However, current machine reading c…

Machine Reading ComprehensionQuestion AnsweringReading Comprehension

A Reading Comprehension Corpus for Machine Translation Evaluation

2016-05-01 · LREC 2016 5 · Carolina Scarton, Lucia Specia

Effectively assessing Natural Language Processing output tasks is a challenge for research in the area. In the case of Machine Translation (MT), automatic metrics are usually preferred over human evaluation, given time a…

Machine TranslationReading ComprehensionTranslation