Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,9 @@ widget:
|
|
15 |
|
16 |
This model is related to the paper **"FactSpotter: Evaluating the Factual Faithfulness of Graph-to-Text Generation"**.
|
17 |
|
18 |
-
Given a triple of format "subject, predicate, object" and a text, the model determines if the triple is present in the text.
|
|
|
|
|
19 |
|
20 |
Different from the paper using ELECTRA, this model is finetuned on DeBERTaV3.
|
21 |
|
|
|
15 |
|
16 |
This model is related to the paper **"FactSpotter: Evaluating the Factual Faithfulness of Graph-to-Text Generation"**.
|
17 |
|
18 |
+
Given a triple of format "subject, predicate, object" and a text, the model determines if the triple is present in the text.
|
19 |
+
|
20 |
+
The delimiter can be ", " or " | ".
|
21 |
|
22 |
Different from the paper using ELECTRA, this model is finetuned on DeBERTaV3.
|
23 |
|