Skip to content

PKU-TANGENT/GAReader-LiveQA

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
obj
 
 
src
 
 
 
 
 
 
 
 

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