Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 2.92 KB

README.md

File metadata and controls

40 lines (25 loc) · 2.92 KB

Build Status

Deep QA

This repository contains code for training deep learning systems to do question answering tasks. Our primary focus is on Aristo's science questions, though we can run various models on several popular datasets.

This code is a mix of scala (for data processing / pipeline management) and python (for actually training and executing deep models with Keras / Theano / TensorFlow).

Implemented models

This repository implements several variants of memory networks, including the models found in these papers:

As well as some of our own, as-yet-unpublished variants. There is a lot of similarity between the models in these papers, and our code is structured in a way to allow for easily switching between these models.

Datasets

This code allows for easy experimentation with the following datasets:

And more to come... In the near future, we hope to also include easy experimentation with SQuAD, CNN/Daily Mail, and SimpleQuestions.

Usage Guide

TODO. Sorry.

License

This code is released under the terms of the Apache 2 license.