FEVEROUS
FEVEROUS copied to clipboard
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...
I am probably doing something incorrect here but I am not sure what. I got everything to run up to and including the combine script, `src/baseline/retriever/combine_retrieval.py`. I then downloaded the...
Encapsulate methods so they can be called from package directly, not through main.
The claim of the seventh sample in dev set is "Per Axel Rydberg, born on July 6, 1860, in Odh, Västergötland, situated outside Sweden, was a graduate of University of...
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...
https://github.com/Raldir/FEVEROUS/blob/113a2082ebabb56abf6b008aad5286428506f1c4/src/feverous/utils/wiki_table.py#L44 The function does not work properly. Results in duplicated header cells.
Dear author, Thanks for your great work. However, I'm confused about the concatenating code(https://github.com/Raldir/FEVEROUS/blob/059cb63d483abe1d25e07bca4d4e0501022777dd/src/feverous/utils/prepare_model_input.py#L100). It seems that the wiki title is not concatenated in the evidence since the silce always...
… not in requirements. Hello, I was using your library, and I had a problem with `from sentence_transformers import CrossEncoder` since sentence_transformers is not specified in the requirements. I think...