Open domain question answering
- 0 Collaborators
An open domain question answering NLP system based on wikipedia as knowledge source this follows https://arxiv.org/abs/1704.00051 and we have some ideas to extend. ...learn more
Project status: Under Development
Overview / Usage
An open domain question answering system that takes user query and searches in wikipedia and then answers from the retrieved pieces of information.
Methodology / Approach
The system has two parts as defined in https://arxiv.org/abs/1704.00051, an information retrieval works on the entire wikipedia and then reading comprehension that works on the retrieved data and then extracts candidate answers.
Technologies Used
Deep learning with tensorflow
some common python packages