This repository has been archived by the owner on Jun 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 106
Home
Shirish Kadam edited this page Jul 21, 2017
·
1 revision
Welcome to the Adam QAS (Question Answering System) Wiki!
Currently, the project is modelled in a very linear fashion. The QA pipeline has a very sequential mannered execution where the result from each step is being fed to the next phase.
-
Project Directory Structure
-> src [Python Source Code] | -> corpus [All the datasets]
-
qa_init.py
= This is basically the entry point for the QA system. The important thing to note here is that the language model is loaded once per execution to reduce the execution time for the project.
Team Alleviate
-
Home
- Requirements
- Installation
- Datasets
- Sources
-
Question Decomposition
-
Question Classification
-
Feature Extraction
-
Query Construction
-
Fetching Documents
-
Answer Extraction
-
Answer Modeling
-
About