paper-with-me

Papers

Simple and Effective Multi-Paragraph Reading Comprehension

2017-10-29 · ACL 2018 7 · Christopher Clark, Matt Gardner

We consider the problem of adapting neural paragraph-level question answering models to the case where entire documents are given as input. Our proposed solution trains models to produce well calibrated confidence scores for their results on individual paragraphs. We sample multiple paragraphs from the documents during training, and use a shared-normalization training objective that encourages the model to produce globally correct output. We combine this method with a state-of-the-art pipeline for training models on document QA data. Experiments demonstrate strong performance on several document QA datasets. Overall, we are able to achieve a score of 71.3 F1 on the web portion of TriviaQA, a large improvement from the 56.7 F1 of the previous best system.

📄 PDF Abstract BibTeX arXiv:1710.10723

Code (1)

allenai/document-qa 공식 구현 tf

Tasks

Question AnsweringReading ComprehensionTriviaQA

Similar Papers 제목 키워드 기반

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

A Deep Cascade Model for Multi-Document Reading Comprehension

2018-11-28 · Ming Yan, Jiangnan Xia, Chen Wu, Bin Bi 외

A fundamental trade-off between effectiveness and efficiency needs to be balanced when designing an online question answering system. Effectiveness comes from sophisticated functions such as extractive machine reading co…

Machine Reading ComprehensionQuestion AnsweringReading ComprehensionRetrieval+1

Document Modeling with Graph Attention Networks for Multi-grained Machine Reading Comprehension

2020-05-12 · ACL 2020 6 · Bo Zheng, Haoyang Wen, Yaobo Liang, Nan Duan 외

Natural Questions is a new challenging machine reading comprehension benchmark with two-grained answers, which are a long answer (typically a paragraph) and a short answer (one or more entities inside the long answer). D…

Graph AttentionMachine Reading ComprehensionNatural QuestionsReading Comprehension

BiPaR: A Bilingual Parallel Dataset for Multilingual and Cross-lingual Reading Comprehension on Novels

2019-10-11 · IJCNLP 2019 11 · Yimin Jing, Deyi Xiong, Yan Zhen

This paper presents BiPaR, a bilingual parallel novel-style machine reading comprehension (MRC) dataset, developed to support multilingual and cross-lingual reading comprehension. The biggest difference between BiPaR and…

coreference-resolutionCoreference ResolutionMachine Reading ComprehensionReading Comprehension+1

Multi-hop Reading Comprehension through Question Decomposition and Rescoring

2019-06-07 · ACL 2019 7 · Sewon Min, Victor Zhong, Luke Zettlemoyer, Hannaneh Hajishirzi

Multi-hop Reading Comprehension (RC) requires reasoning and aggregation across several paragraphs. We propose a system for multi-hop RC that decomposes a compositional question into simpler sub-questions that can be answ…

Decision MakingMulti-Hop Reading ComprehensionQuestion GenerationQuestion-Generation+1