CLApr 27, 2020

Semantic Graphs for Generating Deep Questions

arXiv:2004.12704v11011 citationsHas Code
AI Analysis

This addresses the challenge of automated question generation for deep reasoning tasks, though it appears incremental as it builds on existing graph-based methods.

The paper tackles the problem of generating complex questions requiring multi-fact reasoning by proposing Deep Question Generation (DQG) and a framework using semantic graphs and attention-based GGNN, achieving state-of-the-art performance on the HotpotQA dataset.

This paper proposes the problem of Deep Question Generation (DQG), which aims to generate complex questions that require reasoning over multiple pieces of information of the input passage. In order to capture the global structure of the document and facilitate reasoning, we propose a novel framework which first constructs a semantic-level graph for the input document and then encodes the semantic graph by introducing an attention-based GGNN (Att-GGNN). Afterwards, we fuse the document-level and graph-level representations to perform joint training of content selection and question decoding. On the HotpotQA deep-question centric dataset, our model greatly improves performance over questions requiring reasoning over multiple facts, leading to state-of-the-art performance. The code is publicly available at https://github.com/WING-NUS/SG-Deep-Question-Generation.

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