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

Baseline Issues #5

Closed varadhbhatnagar closed 3 years ago

varadhbhatnagar commented 3 years ago

There seem to be many path issues in the baseline code. Some issues that I could find:

  1. common directory is missing.
  2. Some methods like get_contents_sentence() in src/baseline/retriever/build_db.py seem to misplaced.

Please check if the baseline code scripts can be run under the directory structure given in this repository.

Raldir commented 3 years ago

Code has been updated, dependencies are fixed. Feel free to open this issue if any issues in running the baseline are encountered.