sheffieldnlp/naacl2018-fever

Textual Entailment on entire retrieved document using pretrained model with decomposable attention

j6mes opened this issue · 2 comments

j6mes commented
Textual Entailment on entire retrieved document using pretrained model with decomposable attention
j6mes commented

@andreasvlachos

This can be run with:
PYTHONPATH=src:lib/allennlp/:lib/DrQA/ python src/scripts/rte/da/train.py data/fever/drqa.db config/fever.json logs

You might have to adjust the batch size depending on your GPU. (I had to turn it down from 64 to 4 to fit on Maki's 1080Ti).

Currently training and should have an indication of the dev accuracy soon

@glampouras - thanks for letting me borrow your PC. Without the GPU it takes 1.5 hours per epoch. With the GPU it takes 6 mins