paper-with-me

Papers

The NarrativeQA Reading Comprehension Challenge

2017-12-19 · TACL 2018 1 · Tomáš Kočiský, Jonathan Schwarz, Phil Blunsom, Chris Dyer, Karl Moritz Hermann, Gábor Melis, Edward Grefenstette

Reading comprehension (RC)---in contrast to information retrieval---requires integrating information and reasoning about events, entities, and their relations across a full document. Question answering is conventionally used to assess RC ability, in both artificial agents and children learning to read. However, existing RC datasets and tasks are dominated by questions that can be solved by selecting answers using superficial information (e.g., local context similarity or global term frequency); they thus fail to test for the essential integrative aspect of RC. To encourage progress on deeper comprehension of language, we present a new dataset and set of tasks in which the reader must answer questions about stories by reading entire books or movie scripts. These tasks are designed so that successfully answering their questions requires understanding the underlying narrative rather than relying on shallow pattern matching or salience. We show that although humans solve the tasks easily, standard RC models struggle on the tasks presented here. We provide an analysis of the dataset and the challenges it presents.

📄 PDF Abstract BibTeX arXiv:1712.07040

Code (2)

deepmind/narrativeqa
google-deepmind/narrativeqa

Tasks

Information RetrievalQuestion AnsweringReading ComprehensionRetrieval

Similar Papers 제목 키워드 기반

Weighted Global Normalization for Multiple Choice Reading Comprehension over Long Documents

2018-12-05 · Aditi Chaudhary, Bhargavi Paranjape, Michiel de Jong

Motivated by recent evidence pointing out the fragility of high-performing span prediction models, we direct our attention to multiple choice reading comprehension. In particular, this work introduces a novel method for …

Answer SelectionMultiple-choicePredictionReading Comprehension

Cut to the Chase: A Context Zoom-in Network for Reading Comprehension

2018-10-01 · EMNLP 2018 10 · Sathish Reddy Indurthi, Seunghak Yu, Seohyun Back, Heriberto Cuay{\'a}huitl

In recent years many deep neural networks have been proposed to solve Reading Comprehension (RC) tasks. Most of these models suffer from reasoning over long documents and do not trivially generalize to cases where the an…

Question AnsweringReading Comprehension

Attention-Guided Answer Distillation for Machine Reading Comprehension

2018-08-23 · EMNLP 2018 10 · Minghao Hu, Yuxing Peng, Furu Wei, Zhen Huang 외

Despite that current reading comprehension systems have achieved significant advancements, their promising performances are often obtained at the cost of making an ensemble of numerous models. Besides, existing approache…

Knowledge DistillationMachine Reading ComprehensionReading Comprehension

Simple and Effective Curriculum Pointer-Generator Networks for Reading Comprehension over Long Narratives

2019-05-26 · ACL 2019 7 · Yi Tay, Shuohang Wang, Luu Anh Tuan, Jie Fu 외

This paper tackles the problem of reading comprehension over long narratives where documents easily span over thousands of tokens. We propose a curriculum learning (CL) based Pointer-Generator framework for reading/sampl…

Reading Comprehension

Conversational Answer Generation and Factuality for Reading Comprehension Question-Answering

2021-03-11 · Stan Peshterliev, Barlas Oguz, Debojeet Chatterjee, Hakan Inan 외

Question answering (QA) is an important use case on voice assistants. A popular approach to QA is extractive reading comprehension (RC) which finds an answer span in a text passage. However, extractive answers are often …

Answer GenerationPassage RankingQuestion AnsweringReading Comprehension