Raldir / FEVEROUS

Repository for Fact Extraction and VERification Over Unstructured and Structured information (FEVEROUS), accepted to NeurIPS 2021 Dataset and Benchmarks and used for the FEVER Workshop Shared Task at EMNLP2021.
Apache License 2.0
67 stars 20 forks source link

Package requirements for usage #1

Closed Martin36 closed 3 years ago

Martin36 commented 3 years ago

I couldn't find the required packages for running the code in the example. Therefore I created a summary of them to help others.

The following are the packages that I needed to install in order to run the example in the README file:

regex
numpy
scipy
sklearn
jsonlines
tqdm
Raldir commented 3 years ago

Thank you @Martin36! We have added a requirements.txt now. More features/examples for reading in FEVEROUS data will be added in the coming days.