xinyadu / nqg

neural question generation for reading comprehension

Home Page:https://arxiv.org/abs/1705.00106

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get answers

sanket19189 opened this issue · comments

Is it possible to return answers as well?

Anything on this ?

You can get answer of a question by just returning the corresponding input sentence to this question. If you want more human like answer you can check out this paper: Dynamic Coattention Networks For Question Answering , and here is an implementation of it on GitHub. Hope it helps.

For answers you could use allenNLP