Commit
·
da33f9d
1
Parent(s):
ece96d4
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fact verification model(FVM) Is trained on FEVER, which aims to predict the veracity of a textual claim against a trustworthy knowledge source such as Wikipedia.
|
2 |
+
|
3 |
+
This repo hosts the following pre-trained models for FVM:
|
4 |
+
|
5 |
+
fact_checking/: the verification models based on BERT (large) and RoBERTa (large), respectively.
|
6 |
+
mrc_seq2seq/: the generative machine reading comprehension model based on BART (base).
|
7 |
+
evidence_retrieval/: the evidence sentence ranking models, which are copied directly from KGAT.
|