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

PR:issue30, fix multiprocessing and imports #31

Open rayhuang11 opened 9 months ago

rayhuang11 commented 9 months ago

Hi @Raldir, thank you so much for your help last month! I'm very sorry for the delay in opening this PR - holiday season had me away from this repo for a bit.

There are two primary issues addressed in this PR: 1) the multiprocessing init function needed DOC2IDX but wasn't taking it in, and 2) incorrect imports.

Please let me know if you had questions.