paper-with-me

Papers

Deep Understanding based Multi-Document Machine Reading Comprehension

2022-02-25 · Feiliang Ren, Yongkang Liu, Bochao Li, Zhibo Wang, Yu Guo, Shilei Liu, Huimin Wu, Jiaqi Wang, Chunchao Liu, Bingchao Wang

Most existing multi-document machine reading comprehension models mainly focus on understanding the interactions between the input question and documents, but ignore following two kinds of understandings. First, to understand the semantic meaning of words in the input question and documents from the perspective of each other. Second, to understand the supporting cues for a correct answer from the perspective of intra-document and inter-documents. Ignoring these two kinds of important understandings would make the models oversee some important information that may be helpful for inding correct answers. To overcome this deiciency, we propose a deep understanding based model for multi-document machine reading comprehension. It has three cascaded deep understanding modules which are designed to understand the accurate semantic meaning of words, the interactions between the input question and documents, and the supporting cues for the correct answer. We evaluate our model on two large scale benchmark datasets, namely TriviaQA Web and DuReader. Extensive experiments show that our model achieves state-of-the-art results on both datasets.

📄 PDF Abstract BibTeX arXiv:2204.03494

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Reading ComprehensionReading ComprehensionTriviaQA

Similar Papers 제목 키워드 기반

VisualMRC: Machine Reading Comprehension on Document Images

2021-01-27 · Ryota Tanaka, Kyosuke Nishida, Sen Yoshida

Recent studies on machine reading comprehension have focused on text-level understanding but have not yet reached the level of human understanding of the visual layout and content of real-world documents. In this study, …

Machine Reading ComprehensionNatural Language UnderstandingQuestion AnsweringReading Comprehension+2

Multi Document Reading Comprehension

2022-01-05 · Avi Chawla

Reading Comprehension (RC) is a task of answering a question from a given passage or a set of passages. In the case of multiple passages, the task is to find the best possible answer to the question. Recent trials and ex…

Question AnsweringReading Comprehension

RoR: Read-over-Read for Long Document Machine Reading Comprehension

2021-09-10 · Findings (EMNLP) 2021 11 · Jing Zhao, Junwei Bao, Yifan Wang, Yongwei Zhou 외

Transformer-based pre-trained models, such as BERT, have achieved remarkable results on machine reading comprehension. However, due to the constraint of encoding length (e.g., 512 WordPiece tokens), a long document is us…

Machine Reading ComprehensionReading ComprehensionTriviaQA

A Multi-Stage Memory Augmented Neural Network for Machine Reading Comprehension

2018-07-01 · WS 2018 7 · Seunghak Yu, Sathish Reddy Indurthi, Seohyun Back, Haejun Lee

Reading Comprehension (RC) of text is one of the fundamental tasks in natural language processing. In recent years, several end-to-end neural network models have been proposed to solve RC tasks. However, most of these mo…

Machine Reading ComprehensionQuestion AnsweringReading ComprehensionTriviaQA

KorQuAD1.0: Korean QA Dataset for Machine Reading Comprehension

2019-09-16 · Seungyoung Lim, Myungji Kim, Jooyoul Lee

Machine Reading Comprehension (MRC) is a task that requires machine to understand natural language and answer questions by reading a document. It is the core of automatic response technology such as chatbots and automati…

ArticlesMachine Reading ComprehensionQuestion AnsweringReading Comprehension