This is a TensorFlow implementation of the modified Attentive Reader in the paper A Thorough Examination of the CNN/Daily Mail Reading Comprehension Task by Danqi Chen, Jason Bolton, and Christopher Manning.
The data preprocessing step is identical to the one presented in the official Theano/Lasagne implementation here. The good stuff comes after, when the TensorFlow computation graph is built.
- Python 2.7
- Tensorflow >= 1.1
To download the CNN/DailyMail datasets, and the GloVe embeddings, run the following script:
./get_dataset.sh
python main.py