Code for the paper:
RACE: Large-scale ReAding Comprehension Dataset From Examination. Guokun Lai*, Qizhe Xie*, Hanxiao Liu, Yiming Yang and Eduard Hovy.
- Python 2.7
- Theano >= 0.7
- Lasagne 0.2.dev1
-
RACE: Please download from here then create a "data" directory in the root directory and decompress the file in the "data" directory
-
Word embeddings:
- glove.6B.zip: http://nlp.stanford.edu/data/glove.6B.zip
* python preprocess.py
* train: bash train_SAR.sh
* test: bash test_SAR.sh
* train: bash train_GA.sh
* test: bash test_GA.sh
@article{lai2017large,
title={RACE: Large-scale ReAding Comprehension Dataset From Examinations},
author={Lai, Guokun and Xie, Qizhe and Liu, Hanxiao and Yang, Yiming and Hovy, Eduard},
journal={arXiv preprint arXiv:1704.04683},
year={2017}
}
- The code is adapted from https://github.com/danqi/rc-cnn-dailymail and https://github.com/bdhingra/ga-reader
- Please contact Qizhe Xie (qzxie AT cs DOT cmu DOT edu) if you find bugs or missing info
MIT