An open API service indexing awesome lists of open source software.

https://github.com/scionoftech/question_answering_system

Question answering system developed using seq2seq modeling - The SQuAD dataset.
https://github.com/scionoftech/question_answering_system

natural-language questions-and-answers rnn seq2seq squad-dataset

Last synced: about 2 months ago
JSON representation

Question answering system developed using seq2seq modeling - The SQuAD dataset.

Awesome Lists containing this project

README

        

# Question answering system

Question answering is a computer science discipline within the fields of information retrieval and natural language processing, which is concerned with building systems that automatically answer questions posed by humans in a natural language.

![qa.png](qa.png)

The objective here is to build a Question answering system using the seq2seq approach.

### SQuAD Dataset

Stanford Question Answering Dataset (SQuAD) is a reading comprehension dataset, consisting of questions posed by crowdworkers on a set of Wikipedia articles, where the answer to every question is a segment of text, or span, from the corresponding reading passage, or the question might be unanswerable.

We can download the dataset from [here](https://rajpurkar.github.io/SQuAD-explorer/)