tals commited on
Commit
0284c7b
1 Parent(s): 40846e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -1
README.md CHANGED
@@ -1,3 +1,46 @@
1
  ---
2
- license: cc-by-sa-3.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators: []
3
+ language_creators: []
4
+ languages:
5
+ - en
6
+ licenses:
7
+ - cc-by-sa-3.0
8
+ multilinguality:
9
+ - monolingual
10
+ pretty_name: VitaminC
11
+ size_categories:
12
+ - 100K<n<1M
13
+ source_datasets: []
14
+ task_categories:
15
+ - text-classification
16
+ task_ids:
17
+ - fact-checking
18
+ - natural-language-inference
19
  ---
20
+
21
+ # Details
22
+ Fact Verification dataset created for [Get Your Vitamin C! Robust Fact Verification with Contrastive Evidence](https://aclanthology.org/2021.naacl-main.52/) (Schuster et al., NAACL 21`) based on Wikipedia edits (revisions).
23
+
24
+ For more details see: https://github.com/TalSchuster/VitaminC
25
+
26
+ When using this dataset, please cite the paper:
27
+
28
+ # BibTeX entry and citation info
29
+
30
+ ```bibtex
31
+ @inproceedings{schuster-etal-2021-get,
32
+ title = "Get Your Vitamin {C}! Robust Fact Verification with Contrastive Evidence",
33
+ author = "Schuster, Tal and
34
+ Fisch, Adam and
35
+ Barzilay, Regina",
36
+ booktitle = "Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
37
+ month = jun,
38
+ year = "2021",
39
+ address = "Online",
40
+ publisher = "Association for Computational Linguistics",
41
+ url = "https://aclanthology.org/2021.naacl-main.52",
42
+ doi = "10.18653/v1/2021.naacl-main.52",
43
+ pages = "624--643",
44
+ abstract = "Typical fact verification models use retrieved written evidence to verify claims. Evidence sources, however, often change over time as more information is gathered and revised. In order to adapt, models must be sensitive to subtle differences in supporting evidence. We present VitaminC, a benchmark infused with challenging cases that require fact verification models to discern and adjust to slight factual changes. We collect over 100,000 Wikipedia revisions that modify an underlying fact, and leverage these revisions, together with additional synthetically constructed ones, to create a total of over 400,000 claim-evidence pairs. Unlike previous resources, the examples in VitaminC are contrastive, i.e., they contain evidence pairs that are nearly identical in language and content, with the exception that one supports a given claim while the other does not. We show that training using this design increases robustness{---}improving accuracy by 10{\%} on adversarial fact verification and 6{\%} on adversarial natural language inference (NLI). Moreover, the structure of VitaminC leads us to define additional tasks for fact-checking resources: tagging relevant words in the evidence for verifying the claim, identifying factual revisions, and providing automatic edits via factually consistent text generation.",
45
+ }
46
+ ```