diff --git a/README.md b/README.md index 0a1aeb1..707f7ad 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,143 @@ -# ADNC +# Advanced Differentiable Neural Computer [![Build Status](https://travis-ci.org/joergfranke/ADNC.svg?branch=master)](https://travis-ci.org/joergfranke/ADNC) -[![Python](https://img.shields.io/badge/python-3.6-yellow.svg)](https://www.python.org/downloads/release/python-365/) +[![Python](https://img.shields.io/badge/python-3.5+-yellow.svg)](https://www.python.org/downloads/release/python-365/) [![TensorFLow](https://img.shields.io/badge/TensorFlow-1.8-yellow.svg)](https://www.tensorflow.org/) +*THIS REPOSITORY IS IN CONSTRUCTION, NOT EVERYTHING IS WORKING FINE YET* -A Differentiable Neural Computer (DNC) implementation with advancements for a more robust and scalable usage. It -contains applications to the [20 bAbI QA tasks](https://research.fb.com/downloads/babi/) and the [CNN Reading -Comprehension Task](https://github.com/danqi/rc-cnn-dailymail). +This repository contains a implementation of a Differentiable Neural Computer (DNC) with advancements for a more robust and +scalable usage in Question Answering. It is applied to: + +- [20 bAbI QA tasks](https://research.fb.com/downloads/babi/) with [state-of-the-art results](#babi-results) +- [CNN Reading Comprehension Task](https://github.com/danqi/rc-cnn-dailymail) with +passable results without any adaptation. -_This repository is based on a private repository and will be complete within June 2018._ +This repository is the groundwork for the MRQA 2018 +paper submission "Robust and Scalable Differentiable Neural Computer for Question Answering". It contains a modular and +fully configurable DNC with the following advancements: + +
+ | + | + | + |
Bypass Dropout | +DNC Normalization | +Content Based Memory Unit | +Bidirectional Controller | +
+
|
+
+
|
+
+
|
+
+
|
+