parquet-converter commited on
Commit
117437a
·
1 Parent(s): be6febb

Update parquet files

Browse files
.gitattributes DELETED
@@ -1,40 +0,0 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bz2 filter=lfs diff=lfs merge=lfs -text
5
- *.ftz filter=lfs diff=lfs merge=lfs -text
6
- *.gz filter=lfs diff=lfs merge=lfs -text
7
- *.h5 filter=lfs diff=lfs merge=lfs -text
8
- *.joblib filter=lfs diff=lfs merge=lfs -text
9
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
10
- *.model filter=lfs diff=lfs merge=lfs -text
11
- *.msgpack filter=lfs diff=lfs merge=lfs -text
12
- *.onnx filter=lfs diff=lfs merge=lfs -text
13
- *.ot filter=lfs diff=lfs merge=lfs -text
14
- *.parquet filter=lfs diff=lfs merge=lfs -text
15
- *.pb filter=lfs diff=lfs merge=lfs -text
16
- *.pt filter=lfs diff=lfs merge=lfs -text
17
- *.pth filter=lfs diff=lfs merge=lfs -text
18
- *.rar filter=lfs diff=lfs merge=lfs -text
19
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
20
- *.tar.* filter=lfs diff=lfs merge=lfs -text
21
- *.tflite filter=lfs diff=lfs merge=lfs -text
22
- *.tgz filter=lfs diff=lfs merge=lfs -text
23
- *.wasm filter=lfs diff=lfs merge=lfs -text
24
- *.xz filter=lfs diff=lfs merge=lfs -text
25
- *.zip filter=lfs diff=lfs merge=lfs -text
26
- *.zstandard filter=lfs diff=lfs merge=lfs -text
27
- *tfevents* filter=lfs diff=lfs merge=lfs -text
28
- # Audio files - uncompressed
29
- *.pcm filter=lfs diff=lfs merge=lfs -text
30
- *.sam filter=lfs diff=lfs merge=lfs -text
31
- *.raw filter=lfs diff=lfs merge=lfs -text
32
- # Audio files - compressed
33
- *.aac filter=lfs diff=lfs merge=lfs -text
34
- *.flac filter=lfs diff=lfs merge=lfs -text
35
- *.mp3 filter=lfs diff=lfs merge=lfs -text
36
- *.ogg filter=lfs diff=lfs merge=lfs -text
37
- *.wav filter=lfs diff=lfs merge=lfs -text
38
- dev.jsonl filter=lfs diff=lfs merge=lfs -text
39
- test.jsonl filter=lfs diff=lfs merge=lfs -text
40
- train.jsonl filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
LICENSE DELETED
@@ -1 +0,0 @@
1
- These data annotations incorporate material from Wikipedia, which is licensed pursuant to the Wikipedia Copyright Policy. The Synthetic annotations are based on the FEVER dataset (https://fever.ai/resources.html). These annotations are made available under the license terms described on the applicable Wikipedia article pages, or, where Wikipedia license terms are unavailable, under the Creative Commons Attribution-ShareAlike License (version 3.0), available at http://creativecommons.org/licenses/by-sa/3.0/.
 
 
README.md DELETED
@@ -1,46 +0,0 @@
1
- ---
2
- annotations_creators: []
3
- language_creators: []
4
- language:
5
- - en
6
- license:
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
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.txt DELETED
@@ -1,3 +0,0 @@
1
- This dataset is part of the NAACL 2021 paper: "Get Your Vitamin C! Robust Fact Verification with Contrastive Evidence"
2
-
3
- Please follow the usage guidelines at https://github.com/TalSchuster/VitaminC
 
 
 
 
dev.jsonl → tals--vitaminc/json-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:544934677f5d133873e6d38f4557f8966f4efa5d3d70874ffe6913f2091b86b5
3
- size 32876983
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3e17544b8efa7036c6b989bf1cb16f1a2eda3f51f8fbbf31e5643a6dd0e0950
3
+ size 3720189
test.jsonl → tals--vitaminc/json-train.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ad1808dbc30c62e0a1427a53022d0dfaff668a1fde3c4b612a2d266edd753ad
3
- size 28717099
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c5929e65cb87a01753098c881355df8fdd65a46d6c56d22e56d98ca1cff9d69
3
+ size 28701719
train.jsonl → tals--vitaminc/json-validation.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7461c6fd1a13459590317c5ccdc8651dd2daf7c1ad8ae4b10ccd88d164fccd5a
3
- size 193958244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a676312e9f0c17c001b635c4c5f22123bca03ad85bc2cd1bbec98c8eb76b8c1c
3
+ size 4215127