Skip to content

aschern/FEVER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FEVER

This repository provides the solution for the Fact Extraction and VERification Shared Task.

Requirement

  • allennlp==0.8.3
  • catboost
  • numpy
  • scipy
  • scikit-learn
  • tqdm
  • mediawiki
  • nltk
  • tensorflow-gpu==1.13.1
  • pandas
  • pickle
  • git+git://github.com/google-research/bert

Work with the model

All instructions you can find in the Main.ipynb.

You should have the following folder structure:

data
├── FEVER_data
│   ├── train.csv
│   ├── shared_task_dev.csv
│   ├── shared_task_test.csv
│   └── wiki_pages.csv
└── FEVER_code
    ├── Main.ipynb
    ├── Convert_data.ipynb
    ├── Coreference.ipynb
    ├── dr.py
    ├── sr.py
    ├── nli.py
    ├── agg.py
    └── results

About

Fact Extraction and VERification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors