paper-with-me

Papers

Knowledge Based Machine Reading Comprehension

2018-09-12 · Yibo Sun, Daya Guo, Duyu Tang, Nan Duan, Zhao Yan, Xiaocheng Feng, Bing Qin

Machine reading comprehension (MRC) requires reasoning about both the knowledge involved in a document and knowledge about the world. However, existing datasets are typically dominated by questions that can be well solved by context matching, which fail to test this capability. To encourage the progress on knowledge-based reasoning in MRC, we present knowledge-based MRC in this paper, and build a new dataset consisting of 40,047 question-answer pairs. The annotation of this dataset is designed so that successfully answering the questions requires understanding and the knowledge involved in a document. We implement a framework consisting of both a question answering model and a question generation model, both of which take the knowledge extracted from the document as well as relevant facts from an external knowledge base such as Freebase/ProBase/Reverb/NELL. Results show that incorporating side information from external KB improves the accuracy of the baseline question answer system. We compare it with a standard MRC model BiDAF, and also provide the difficulty of the dataset and lay out remaining challenges.

📄 PDF Abstract BibTeX arXiv:1809.04267

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Reading ComprehensionQuestion AnsweringQuestion GenerationQuestion-GenerationReading Comprehension

Similar Papers 제목 키워드 기반

Neural Network-based Models with Commonsense Knowledge for Machine Reading Comprehension

2019-09-01 · RANLP 2019 9 · Denis Smirnov

State-of-the-art machine reading comprehension models are capable of producing answers for factual questions about a given piece of text. However, some type of questions requires commonsense knowledge which cannot be inf…

Machine Reading ComprehensionReading Comprehension

Scene Restoring for Narrative Machine Reading Comprehension

2020-11-01 · EMNLP 2020 11 · Zhixing Tian, Yuanzhe Zhang, Kang Liu, Jun Zhao 외

This paper focuses on machine reading comprehension for narrative passages. Narrative passages usually describe a chain of events. When reading this kind of passage, humans tend to restore a scene according to the text w…

Cloze TestMachine Reading ComprehensionMultiple-choiceReading Comprehension

A Chinese Machine Reading Comprehension Dataset Automatic Generated Based on Knowledge Graph

2021-08-01 · CCL 2021 8 · Zhao Hanyu, Yuan Sha, Leng Jiahong, Pan Xiang 외

“Machine reading comprehension (MRC) is a typical natural language processing (NLP)task and has developed rapidly in the last few years. Various reading comprehension datasets have been built to support MRC studies. Howe…

Dataset GenerationMachine Reading ComprehensionReading Comprehension

Reading Comprehension Ability Test-A Turing Test for Reading Comprehension

2019-09-05 · Yuan Miao, Gongqi Lin, Yidan Hu, Chunyan Miao

Reading comprehension is an important ability of human intelligence. Literacy and numeracy are two most essential foundation for people to succeed at study, at work and in life. Reading comprehension ability is a core co…

Reading Comprehension

Building Dynamic Knowledge Graphs from Text using Machine Reading Comprehension

2018-10-12 · ICLR 2019 5 · Rajarshi Das, Tsendsuren Munkhdalai, Xingdi Yuan, Adam Trischler 외

We propose a neural machine-reading model that constructs dynamic knowledge graphs from procedural text. It builds these graphs recurrently for each step of the described procedure, and uses them to track the evolving st…

Knowledge GraphsMachine Reading ComprehensionProcedural Text UnderstandingQuestion Answering+1