YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
LOREN
is an interpretable fact verification model trained on FEVER, which aims to predict the veracity of a textual claim against a trustworthy knowledge source such as Wikipedia.
LOREN
also decomposes the verification and makes accurate and faithful phrase-level veracity predictions without any phrasal veracity supervision.
This repo hosts the following pre-trained models for LOREN
:
fact_checking/
: the verification models based on BERT (large) and RoBERTa (large), respectively.mrc_seq2seq/
: the generative machine reading comprehension model based on BART (base).evidence_retrieval/
: the evidence sentence ranking models, which are copied directly from KGAT.
More technical details can be found at this GitHub Repo.
Please check out our AAAI 2022 paper for more details: "LOREN: Logic-Regularized Reasoning for Interpretable Fact Verification".