NLP course project: Question-Answering engine
This project is composed of:
- A search engine based on semantic similarity embedding
- A nearest neighbour approximation index
- An extractive QA model
Install dependencies: pip install -r requirements.txt
Run with: jupyter notebook
.
├── Dataset Analysis.ipynb: The analysis of the 2 datasets
├── NLP_Question_answering_project .ipynb: The first part of the project
├── A_nearest_neighbour_approximation_index.ipynb: The second part of the project
└── PART_3_NLP_Question_answering_project.ipynb: The last part of the project
- Denjoy Segolene (Shayminifly)
- Le Helloco Quentin (Viri0x)
- Sharpin Etienne (atomesZ)