Skip to content

PKU-TANGENT/GAReader-LiveQA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Gated-Attention Reader Baseline for LiveQA dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published