Convert dataset to Parquet

#3
README.md CHANGED
@@ -1,15 +1,14 @@
1
  ---
2
  annotations_creators:
3
  - expert-generated
4
- language:
5
- - en
6
  language_creators:
7
  - found
 
 
8
  license:
9
  - cc-by-nc-2.0
10
  multilinguality:
11
  - monolingual
12
- pretty_name: SciFact
13
  size_categories:
14
  - 1K<n<10K
15
  source_datasets:
@@ -19,23 +18,8 @@ task_categories:
19
  task_ids:
20
  - fact-checking
21
  paperswithcode_id: scifact
 
22
  dataset_info:
23
- - config_name: corpus
24
- features:
25
- - name: doc_id
26
- dtype: int32
27
- - name: title
28
- dtype: string
29
- - name: abstract
30
- sequence: string
31
- - name: structured
32
- dtype: bool
33
- splits:
34
- - name: train
35
- num_bytes: 7993572
36
- num_examples: 5183
37
- download_size: 3115079
38
- dataset_size: 7993572
39
  - config_name: claims
40
  features:
41
  - name: id
@@ -62,6 +46,27 @@ dataset_info:
62
  num_examples: 450
63
  download_size: 3115079
64
  dataset_size: 262612
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
  ---
66
 
67
  # Dataset Card for "scifact"
 
1
  ---
2
  annotations_creators:
3
  - expert-generated
 
 
4
  language_creators:
5
  - found
6
+ language:
7
+ - en
8
  license:
9
  - cc-by-nc-2.0
10
  multilinguality:
11
  - monolingual
 
12
  size_categories:
13
  - 1K<n<10K
14
  source_datasets:
 
18
  task_ids:
19
  - fact-checking
20
  paperswithcode_id: scifact
21
+ pretty_name: SciFact
22
  dataset_info:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  - config_name: claims
24
  features:
25
  - name: id
 
46
  num_examples: 450
47
  download_size: 3115079
48
  dataset_size: 262612
49
+ - config_name: corpus
50
+ features:
51
+ - name: doc_id
52
+ dtype: int32
53
+ - name: title
54
+ dtype: string
55
+ - name: abstract
56
+ sequence: string
57
+ - name: structured
58
+ dtype: bool
59
+ splits:
60
+ - name: train
61
+ num_bytes: 7993560
62
+ num_examples: 5183
63
+ download_size: 4708038
64
+ dataset_size: 7993560
65
+ configs:
66
+ - config_name: corpus
67
+ data_files:
68
+ - split: train
69
+ path: corpus/train-*
70
  ---
71
 
72
  # Dataset Card for "scifact"
corpus/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07c21aa62d52c5343b4d7dac56da8b5e6ffd861bdfa0a27db8f1eb4ecbcb6028
3
+ size 4708038
dataset_infos.json CHANGED
@@ -1 +1,139 @@
1
- {"corpus": {"description": "SciFact, a dataset of 1.4K expert-written scientific claims paired with evidence-containing abstracts, and annotated with labels and rationales.\n", "citation": "@inproceedings{Wadden2020FactOF,\n title={Fact or Fiction: Verifying Scientific Claims},\n author={David Wadden and Shanchuan Lin and Kyle Lo and Lucy Lu Wang and Madeleine van Zuylen and Arman Cohan and Hannaneh Hajishirzi},\n booktitle={EMNLP},\n year={2020},\n}\n", "homepage": "https://scifact.apps.allenai.org/", "license": "", "features": {"doc_id": {"dtype": "int32", "id": null, "_type": "Value"}, "title": {"dtype": "string", "id": null, "_type": "Value"}, "abstract": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "structured": {"dtype": "bool", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "scifact", "config_name": "corpus", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7993572, "num_examples": 5183, "dataset_name": "scifact"}}, "download_checksums": {"https://scifact.s3-us-west-2.amazonaws.com/release/latest/data.tar.gz": {"num_bytes": 3115079, "checksum": "11c621288d41ac144d29b13b0f8503b3820b7d6e8b1f6ff24dff335c196d76be"}}, "download_size": 3115079, "post_processing_size": null, "dataset_size": 7993572, "size_in_bytes": 11108651}, "claims": {"description": "SciFact, a dataset of 1.4K expert-written scientific claims paired with evidence-containing abstracts, and annotated with labels and rationales.\n", "citation": "@inproceedings{Wadden2020FactOF,\n title={Fact or Fiction: Verifying Scientific Claims},\n author={David Wadden and Shanchuan Lin and Kyle Lo and Lucy Lu Wang and Madeleine van Zuylen and Arman Cohan and Hannaneh Hajishirzi},\n booktitle={EMNLP},\n year={2020},\n}\n", "homepage": "https://scifact.apps.allenai.org/", "license": "", "features": {"id": {"dtype": "int32", "id": null, "_type": "Value"}, "claim": {"dtype": "string", "id": null, "_type": "Value"}, "evidence_doc_id": {"dtype": "string", "id": null, "_type": "Value"}, "evidence_label": {"dtype": "string", "id": null, "_type": "Value"}, "evidence_sentences": {"feature": {"dtype": "int32", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "cited_doc_ids": {"feature": {"dtype": "int32", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "scifact", "config_name": "claims", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 168627, "num_examples": 1261, "dataset_name": "scifact"}, "test": {"name": "test", "num_bytes": 33625, "num_examples": 300, "dataset_name": "scifact"}, "validation": {"name": "validation", "num_bytes": 60360, "num_examples": 450, "dataset_name": "scifact"}}, "download_checksums": {"https://scifact.s3-us-west-2.amazonaws.com/release/latest/data.tar.gz": {"num_bytes": 3115079, "checksum": "11c621288d41ac144d29b13b0f8503b3820b7d6e8b1f6ff24dff335c196d76be"}}, "download_size": 3115079, "post_processing_size": null, "dataset_size": 262612, "size_in_bytes": 3377691}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "corpus": {
3
+ "description": "SciFact, a dataset of 1.4K expert-written scientific claims paired with evidence-containing abstracts, and annotated with labels and rationales.\n",
4
+ "citation": "@inproceedings{Wadden2020FactOF,\n title={Fact or Fiction: Verifying Scientific Claims},\n author={David Wadden and Shanchuan Lin and Kyle Lo and Lucy Lu Wang and Madeleine van Zuylen and Arman Cohan and Hannaneh Hajishirzi},\n booktitle={EMNLP},\n year={2020},\n}\n",
5
+ "homepage": "https://scifact.apps.allenai.org/",
6
+ "license": "",
7
+ "features": {
8
+ "doc_id": {
9
+ "dtype": "int32",
10
+ "_type": "Value"
11
+ },
12
+ "title": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "abstract": {
17
+ "feature": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "_type": "Sequence"
22
+ },
23
+ "structured": {
24
+ "dtype": "bool",
25
+ "_type": "Value"
26
+ }
27
+ },
28
+ "builder_name": "scifact",
29
+ "dataset_name": "scifact",
30
+ "config_name": "corpus",
31
+ "version": {
32
+ "version_str": "1.0.0",
33
+ "description": "",
34
+ "major": 1,
35
+ "minor": 0,
36
+ "patch": 0
37
+ },
38
+ "splits": {
39
+ "train": {
40
+ "name": "train",
41
+ "num_bytes": 7993560,
42
+ "num_examples": 5183,
43
+ "dataset_name": null
44
+ }
45
+ },
46
+ "download_size": 4708038,
47
+ "dataset_size": 7993560,
48
+ "size_in_bytes": 12701598
49
+ },
50
+ "claims": {
51
+ "description": "SciFact, a dataset of 1.4K expert-written scientific claims paired with evidence-containing abstracts, and annotated with labels and rationales.\n",
52
+ "citation": "@inproceedings{Wadden2020FactOF,\n title={Fact or Fiction: Verifying Scientific Claims},\n author={David Wadden and Shanchuan Lin and Kyle Lo and Lucy Lu Wang and Madeleine van Zuylen and Arman Cohan and Hannaneh Hajishirzi},\n booktitle={EMNLP},\n year={2020},\n}\n",
53
+ "homepage": "https://scifact.apps.allenai.org/",
54
+ "license": "",
55
+ "features": {
56
+ "id": {
57
+ "dtype": "int32",
58
+ "id": null,
59
+ "_type": "Value"
60
+ },
61
+ "claim": {
62
+ "dtype": "string",
63
+ "id": null,
64
+ "_type": "Value"
65
+ },
66
+ "evidence_doc_id": {
67
+ "dtype": "string",
68
+ "id": null,
69
+ "_type": "Value"
70
+ },
71
+ "evidence_label": {
72
+ "dtype": "string",
73
+ "id": null,
74
+ "_type": "Value"
75
+ },
76
+ "evidence_sentences": {
77
+ "feature": {
78
+ "dtype": "int32",
79
+ "id": null,
80
+ "_type": "Value"
81
+ },
82
+ "length": -1,
83
+ "id": null,
84
+ "_type": "Sequence"
85
+ },
86
+ "cited_doc_ids": {
87
+ "feature": {
88
+ "dtype": "int32",
89
+ "id": null,
90
+ "_type": "Value"
91
+ },
92
+ "length": -1,
93
+ "id": null,
94
+ "_type": "Sequence"
95
+ }
96
+ },
97
+ "post_processed": null,
98
+ "supervised_keys": null,
99
+ "builder_name": "scifact",
100
+ "config_name": "claims",
101
+ "version": {
102
+ "version_str": "1.0.0",
103
+ "description": "",
104
+ "major": 1,
105
+ "minor": 0,
106
+ "patch": 0
107
+ },
108
+ "splits": {
109
+ "train": {
110
+ "name": "train",
111
+ "num_bytes": 168627,
112
+ "num_examples": 1261,
113
+ "dataset_name": "scifact"
114
+ },
115
+ "test": {
116
+ "name": "test",
117
+ "num_bytes": 33625,
118
+ "num_examples": 300,
119
+ "dataset_name": "scifact"
120
+ },
121
+ "validation": {
122
+ "name": "validation",
123
+ "num_bytes": 60360,
124
+ "num_examples": 450,
125
+ "dataset_name": "scifact"
126
+ }
127
+ },
128
+ "download_checksums": {
129
+ "https://scifact.s3-us-west-2.amazonaws.com/release/latest/data.tar.gz": {
130
+ "num_bytes": 3115079,
131
+ "checksum": "11c621288d41ac144d29b13b0f8503b3820b7d6e8b1f6ff24dff335c196d76be"
132
+ }
133
+ },
134
+ "download_size": 3115079,
135
+ "post_processing_size": null,
136
+ "dataset_size": 262612,
137
+ "size_in_bytes": 3377691
138
+ }
139
+ }