└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Generative Question Answering 2 | 3 | This repository contains information about downloading the corpus for generative question answering. For a detailed description of the corpus, please read the following paper. Please cite the paper if you use this corpus in your work. 4 | 5 | Jun Yin, Xin Jiang, Zhengdong Lu, Lifeng Shang, Hang Li, and Xiaoming Li. [Neural Generative Question Answering](http://arxiv.org/abs/1512.01337). arXiv:1512.01337, 2015. 6 | 7 | ## Download Corpus 8 | Download the corpus at [Google Drive](https://drive.google.com/file/d/1ZE8RoNVu56Re1teb6t0lDgUO9fdDZVCg/view?usp=sharing) or [Baidu Netdisk](https://pan.baidu.com/s/1VFmdmKVVWCZ6n4LsxcyXiw) (code: 4db6). 9 | 10 | Please note that texts in the corpus are mostly in **Chinese**. 11 | --------------------------------------------------------------------------------