/MRC-DMN-Plus

Machine Reading Comprehension with DMN+

Primary LanguageJupyter Notebook

MRC-DMN-Plus

Machine Reading Comprehension with DMN+

Files description:

QA_PreProcess.ipynb: Converts the raw induction tasks data set to separate ndarrays containing questions, answers, and facts with all words being in the form of GloVe pre-trained vector representations.

DMN+.ipynb: The DMN+ model, along with training, validation and testing.

Requirement

Tested on Google Colab with Tensorflow v1.

This project is forked from https://github.com/JRC1995/Dynamic-Memory-Network-Plus