Question-Answering (QA) is a form of natural language processing (NLP) that is used to answer questions.
-
We use Transformer based architectures to answer questions from a given context implementing a QuestionAnsweringPipeline from HuggingFace.
-
We use Retriever-Reader architecture using HayStack to Build a QA system. We will use Elasticsearch as the Document Store for the Retriever.