File size: 562 Bytes
e2e4a87 da33f9d e2e4a87 98335c4 e2e4a87 |
1 2 3 4 5 6 |
fact verification model(FVM) is trained on [FEVER](https://fever.ai), which aims to predict the veracity of a textual claim against a trustworthy knowledge source such as Wikipedia.
This repo hosts the following models for `FVM`:
- `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](https://github.com/thunlp/KernelGAT). |