A two-pass refinement decoder with dual attention improves automatic question generation over single-pass models on SQuAD, HOTPOT-QA, and DROP.
Improving Neural Question Generation using Answer Separation
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Neural question generation (NQG) is the task of generating a question from a given passage with deep neural networks. Previous NQG models suffer from a problem that a significant proportion of the generated questions include words in the question target, resulting in the generation of unintended questions. In this paper, we propose answer-separated seq2seq, which better utilizes the information from both the passage and the target answer. By replacing the target answer in the original passage with a special token, our model learns to identify which interrogative word should be used. We also propose a new module termed keyword-net, which helps the model better capture the key information in the target answer and generate an appropriate question. Experimental results demonstrate that our answer separation method significantly reduces the number of improper questions which include answers. Consequently, our model significantly outperforms previous state-of-the-art NQG models.
fields
cs.CL 1years
2019 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Let's Ask Again: Refine Network for Automatic Question Generation
A two-pass refinement decoder with dual attention improves automatic question generation over single-pass models on SQuAD, HOTPOT-QA, and DROP.