Interactive Machine Comprehension with Dynamic Knowledge Graphs
Interactive machine reading comprehension (iMRC) is machine comprehension tasks where knowledge sources are partially observable. An agent must interact with an environment sequentially to gather necessary knowledge in order to answer a question. We hypothesize that graph representations are good inductive biases, which can serve as an agent's memory mechanism in iMRC tasks. We explore four different categories of graphs that can capture text information at various levels. We describe methods that dynamically build and update these graphs during information gathering, as well as neural models to encode graph representations in RL agents. Extensive experiments on iSQuAD suggest that graph representations can result in significant performance improvements for RL agents.
Code (1)
Tasks
Knowledge GraphsMachine Reading ComprehensionReading ComprehensionSimilar Papers 제목 키워드 기반
Machine Reading Comprehension Using Structural Knowledge Graph-aware Network
Leveraging external knowledge is an emerging trend in machine comprehension task. Previous work usually utilizes knowledge graphs such as ConceptNet as external knowledge, and extracts triples from them to enhance the in…
Knowledge GraphsMachine Reading ComprehensionReading ComprehensionBuilding Dynamic Knowledge Graphs from Text using Machine Reading Comprehension
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+1Interactive Language Learning by Question Answering
Humans observe and interact with the world to acquire knowledge. However, most existing machine reading comprehension (MRC) tasks miss the interactive, information-seeking component of comprehension. Such tasks present m…
Deep Reinforcement LearningMachine Reading ComprehensionQuestion AnsweringReading Comprehension+1Q. Can Knowledge Graphs be used to Answer Boolean Questions? A. It’s complicated!
In this paper we explore the problem of machine reading comprehension, focusing on the BoolQ dataset of Yes/No questions. We carry out an error analysis of a BERT-based machine reading comprehension model on this dataset…
Entity LinkingGraph Neural NetworkKnowledge GraphsMachine Reading Comprehension+1Audio-Oriented Multimodal Machine Comprehension: Task, Dataset and Model
While Machine Comprehension (MC) has attracted extensive research interests in recent years, existing approaches mainly belong to the category of Machine Reading Comprehension task which mines textual inputs (paragraphs …
Knowledge DistillationMachine Reading ComprehensionReading Comprehension