dksifoua / Question-Answering

State of the art of Neural Question Answering using PyTorch.
4 stars 2 forks source link
bidaf docker drqa jenkins kubeflow kubernetes natural-language-processing pytorch qanet question-answering rnet

Question Answering - QA

Question-Answering is a classical problem in natural language processing, which aims at designing systems that can automatically answer a question, in the same way as human does.

In this repo, I implemented end-to-end neural networks model which aims to answer questions from a given passage.

HUMAN PERFORMANCE

TODO

References