Reinforcement Learning Based Graph-to-Sequence Model for Natural Question Generation
Yu Chen, Lingfei Wu, Mohammed J. Zaki

TL;DR
This paper introduces a reinforcement learning-based graph-to-sequence model for natural question generation that effectively leverages passage structure and answer information, achieving state-of-the-art results on the SQuAD benchmark.
Contribution
It proposes a novel RL-based Graph2Seq model with a Bidirectional Gated Graph Neural Network encoder and a Deep Alignment Network for improved question generation.
Findings
Achieves new state-of-the-art scores on SQuAD benchmark.
Outperforms existing methods significantly.
Effectively incorporates answer information at multiple levels.
Abstract
Natural question generation (QG) aims to generate questions from a passage and an answer. Previous works on QG either (i) ignore the rich structure information hidden in text, (ii) solely rely on cross-entropy loss that leads to issues like exposure bias and inconsistency between train/test measurement, or (iii) fail to fully exploit the answer information. To address these limitations, in this paper, we propose a reinforcement learning (RL) based graph-to-sequence (Graph2Seq) model for QG. Our model consists of a Graph2Seq generator with a novel Bidirectional Gated Graph Neural Network based encoder to embed the passage, and a hybrid evaluator with a mixed objective combining both cross-entropy and RL losses to ensure the generation of syntactically and semantically valid text. We also introduce an effective Deep Alignment Network for incorporating the answer information into the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Expert finding and Q&A systems
MethodsGraph Neural Network
