CLAug 31, 2021

Interactive Machine Comprehension with Dynamic Knowledge Graphs

arXiv:2109.00077v1661 citations
Originality Incremental advance
AI Analysis

This addresses the problem of partially observable knowledge in machine comprehension for AI researchers, presenting an incremental improvement with graph-based methods.

The paper tackles interactive machine reading comprehension where agents must gather knowledge sequentially, proposing that graph representations serve as effective memory mechanisms, and experiments on iSQuAD show significant performance improvements for RL agents.

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 Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes