Skip to content
 
 

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GA-Reader

Pytorch implementation of Gated Attention Reader for Text Comprehension. The original code can be found from here.

Prerequisites

  • Python 3.5
  • PyTorch 0.1.12
  • tqdm

Preprocessed Data

You can get the preprocessed data files from here.

You can also get the pretrained Glove vectors from the above link.

Training

python main.py --data_dir ~/data/dailymail --embed_file ~/data/word2vec_glove.txt

You should see around 0.7 accuracy on training set after running 1000 iteration (total 27486 iterations) on dailymail with default setting.

About

Tensorflow/Pytorch implementation of Gated Attention Reader

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages