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

Add pip/python instructions #14

Closed creisle closed 3 years ago

creisle commented 3 years ago

Summary

PS. Not sure if you want contributions at this point but I did this for myself when I was trying out the baseline and thought it might be helpful. Feel free to decline if not.

Note: to actually publish this on pypi you'll probably want to change the top-level namespace rather than installing from the src directory since the sub-package names are pretty general.

If you are open to changes I have a second PR in-place I can add later which adds a snakemake file so users can run 1 command for all the README steps

Raldir commented 3 years ago

Hey Caralyn, your efforts are much appreciated! Since it does appear that having the repo and pypi is appreciated, I'll set it set-up and merge it with your PR.

creisle commented 3 years ago

ok sounds good! let me know if you need anything from my end. Happy to help :)

Raldir commented 3 years ago

The repository is on pypi now and your PR has been merged. Feel free to create a new PR with your snakemake.