paper-with-me

Papers

Multi-Mention Learning for Reading Comprehension with Neural Cascades

2017-11-02 · ICLR 2018 1 · Swabha Swayamdipta, Ankur P. Parikh, Tom Kwiatkowski

Reading comprehension is a challenging task, especially when executed across longer or across multiple evidence documents, where the answer is likely to reoccur. Existing neural architectures typically do not scale to the entire evidence, and hence, resort to selecting a single passage in the document (either via truncation or other means), and carefully searching for the answer within that passage. However, in some cases, this strategy can be suboptimal, since by focusing on a specific passage, it becomes difficult to leverage multiple mentions of the same answer throughout the document. In this work, we take a different approach by constructing lightweight models that are combined in a cascade to find the answer. Each submodel consists only of feed-forward networks equipped with an attention mechanism, making it trivially parallelizable. We show that our approach can scale to approximately an order of magnitude larger evidence documents and can aggregate information at the representation level from multiple mentions of each answer candidate across the document. Empirically, our approach achieves state-of-the-art performance on both the Wikipedia and web domains of the TriviaQA dataset, outperforming more complex, recurrent architectures.

📄 PDF Abstract BibTeX arXiv:1711.00894

Code (0)

등록된 구현이 없습니다.

Tasks

Reading ComprehensionTriviaQA

Similar Papers 제목 키워드 기반

Cosmos QA: Machine Reading Comprehension with Contextual Commonsense Reasoning

2019-08-31 · IJCNLP 2019 11 · Lifu Huang, Ronan Le Bras, Chandra Bhagavatula, Yejin Choi

Understanding narratives requires reading between the lines, which in turn, requires interpreting the likely causes and effects of events, even when they are not mentioned explicitly. In this paper, we introduce Cosmos Q…

Machine Reading ComprehensionMultiple-choiceReading Comprehension

Design and Challenges of Cloze-Style Reading Comprehension Tasks on Multiparty Dialogue

2019-11-02 · Changmao Li, Tianhao Liu, Jinho D. Choi

This paper analyzes challenges in cloze-style reading comprehension on multiparty dialogue and suggests two new tasks for more comprehensive predictions of personal entities in daily conversations. We first demonstrate t…

Reading Comprehension

Challenging Reading Comprehension on Daily Conversation: Passage Completion on Multiparty Dialog

2018-06-01 · NAACL 2018 6 · Kaixin Ma, Tomasz Jurczyk, Jinho D. Choi

This paper presents a new corpus and a robust deep learning architecture for a task in reading comprehension, passage completion, on multiparty dialog. Given a dialog in text and a passage containing factual descriptions…

Question AnsweringReading Comprehension

EMBRACE: Evaluation and Modifications for Boosting RACE

2023-05-15 · Mariia Zyrianova, Dmytro Kalpakchi, Johan Boye

When training and evaluating machine reading comprehension models, it is very important to work with high-quality datasets that are also representative of real-world reading comprehension tasks. This requirement includes…

Machine Reading ComprehensionMultiple-choiceReading Comprehension

An Understanding-Oriented Robust Machine Reading Comprehension Model

2022-07-01 · Feiliang Ren, Yongkang Liu, Bochao Li, Shilei Liu 외

Although existing machine reading comprehension models are making rapid progress on many datasets, they are far from robust. In this paper, we propose an understanding-oriented machine reading comprehension model to addr…

Machine Reading ComprehensionmodelMulti-Task LearningNatural Language Inference+2