A self-attention reading comprehension model that injects discourse, semantic role, and coreference annotations into dedicated attention heads improves NarrativeQA question answering by up to 3.4 Rouge-L over the QANet baseline.
Exploring Graph-structured Passage Representation for Multi-hop Reading Comprehension with Graph Neural Networks
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Multi-hop reading comprehension focuses on one type of factoid question, where a system needs to properly integrate multiple pieces of evidence to correctly answer a question. Previous work approximates global evidence with local coreference information, encoding coreference chains with DAG-styled GRU layers within a gated-attention reader. However, coreference is limited in providing information for rich inference. We introduce a new method for better connecting global evidence, which forms more complex graphs compared to DAGs. To perform evidence integration on our graphs, we investigate two recent graph neural networks, namely graph convolutional network (GCN) and graph recurrent network (GRN). Experiments on two standard datasets show that richer global information leads to better answers. Our method performs better than all published results on these datasets.
fields
cs.CL 1years
2019 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Discourse-Aware Semantic Self-Attention for Narrative Reading Comprehension
A self-attention reading comprehension model that injects discourse, semantic role, and coreference annotations into dedicated attention heads improves NarrativeQA question answering by up to 3.4 Rouge-L over the QANet baseline.