nqg
nqg copied to clipboard
Get answers
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