Neural Question Generation with Answer Pivot

Abstract

Neural question generation (NQG) is the task of generating questions from the given context with deep neural networks. Previous answer-aware NQG methods suffer from the problem that the generated answers are focusing on entity and most of the questions are trivial to be answered. The answer-agnostic NQG methods reduce the bias towards named entities and increasing the model's degrees of freedom, but sometimes result in generating unanswerable questions which are not valuable for the subsequent machine reading comprehension system. In this paper, we treat the answers as the hidden pivot for question generation and combine the question generation and answer selection process in a joint model. We achieve the state-of-the-art result on the SQuAD dataset according to automatic metric and human evaluation.

Cite

Text

Wang et al. "Neural Question Generation with Answer Pivot." AAAI Conference on Artificial Intelligence, 2020. doi:10.1609/AAAI.V34I05.6449

Markdown

[Wang et al. "Neural Question Generation with Answer Pivot." AAAI Conference on Artificial Intelligence, 2020.](https://mlanthology.org/aaai/2020/wang2020aaai-neural-c/) doi:10.1609/AAAI.V34I05.6449

BibTeX

@inproceedings{wang2020aaai-neural-c,
  title     = {{Neural Question Generation with Answer Pivot}},
  author    = {Wang, Bingning and Wang, Xiaochuan and Tao, Ting and Zhang, Qi and Xu, Jingfang},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {9138-9145},
  doi       = {10.1609/AAAI.V34I05.6449},
  url       = {https://mlanthology.org/aaai/2020/wang2020aaai-neural-c/}
}