Neural Generative Question Answering

Abstract

This paper presents an end-to-end neural network model, named Neural Generative Question Answering (GENQA), that can generate answers to simple factoid questions, based on the facts in a knowledge-base. More specifically, the model is built on the encoder-decoder framework for sequence-to-sequence learning, while equipped with the ability to enquire the knowledge-base, and is trained on a corpus of question-answer pairs, with their associated triples in the knowledge-base. Empirical study shows the proposed model can effectively deal with the variations of questions and answers, and generate right and natural answers by referring to the facts in the knowledge-base. The experiment on question answering demonstrates that the proposed model can outperform an embedding-based QA model as well as a neural dialogue model trained on the same data. PDF

Cite

Text

Yin et al. "Neural Generative Question Answering." International Joint Conference on Artificial Intelligence, 2016.

Markdown

[Yin et al. "Neural Generative Question Answering." International Joint Conference on Artificial Intelligence, 2016.](https://mlanthology.org/ijcai/2016/yin2016ijcai-neural/)

BibTeX

@inproceedings{yin2016ijcai-neural,
  title     = {{Neural Generative Question Answering}},
  author    = {Yin, Jun and Jiang, Xin and Lu, Zhengdong and Shang, Lifeng and Li, Hang and Li, Xiaoming},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2016},
  pages     = {2972-2978},
  url       = {https://mlanthology.org/ijcai/2016/yin2016ijcai-neural/}
}