Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.13 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.13 KB

Gated Attention Reader Baseline for LiveQA

LiveQA: A Question Answering Dataset over Sports Live. The Nineteenth China National Conference on Computational Linguistics, CCL 2020.

The data in this repo has already been selected from the original timeline. Please unzip the data before using.

Dependencies

  • Python 2.7
  • Theano >= 0.7
  • Lasagne 0.2.dev1

Datasets

  • LiveQA: raw data could be found here

Usage

Preprocessing

* python preprocess.py

Stanford AR

* test pre-trained model: bash test_SAR.sh
* train: bash train_SAR.sh (The pre-trained model will be replaced)

GA

* test pre-trained model: bash test_GA.sh
* train: bash train_GA.sh (The pre-trained model will be replaced)

Acknowledgement

License

MIT