Created on 02-02-201703:08 PM - edited 09-16-202207:49 AM
Repo Description
Keras DL models to answer 8th grade science multiple choice questions (Kaggle AllenAI competition).
This repository contains Python code to train and deploy Deep Learning (DL) models for Question Answering (QA). The code accompanies a talk I gave at the Question Answering Workshop organized by the Elsevier Search Guild.
Code is in Python. All the models are built using the awesome Keras library. Supporting code also uses gensim, NLTK and Spacy.
Objective of the code was to build DL model(s) to answer 8th grade multiple-choice science questions, provided as part of this AllenAI competition on Kaggle.