albertvillanova HF staff commited on
Commit
76b601c
1 Parent(s): d09d2e1

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -67,17 +67,26 @@ dataset_info:
67
  - name: less_cause_dir
68
  dtype: string
69
  splits:
70
- - name: test
71
- num_bytes: 351374
72
- num_examples: 784
73
  - name: train
74
- num_bytes: 1197525
75
  num_examples: 2696
 
 
 
76
  - name: validation
77
- num_bytes: 175871
78
  num_examples: 384
79
- download_size: 497354
80
- dataset_size: 1724770
 
 
 
 
 
 
 
 
 
81
  ---
82
 
83
  # Dataset Card for "quartz"
 
67
  - name: less_cause_dir
68
  dtype: string
69
  splits:
 
 
 
70
  - name: train
71
+ num_bytes: 1188342
72
  num_examples: 2696
73
+ - name: test
74
+ num_bytes: 348644
75
+ num_examples: 784
76
  - name: validation
77
+ num_bytes: 174491
78
  num_examples: 384
79
+ download_size: 569255
80
+ dataset_size: 1711477
81
+ configs:
82
+ - config_name: default
83
+ data_files:
84
+ - split: train
85
+ path: data/train-*
86
+ - split: test
87
+ path: data/test-*
88
+ - split: validation
89
+ path: data/validation-*
90
  ---
91
 
92
  # Dataset Card for "quartz"
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78c4c77cfc1ad0e65dbdfeec4ed788117e73484ad44f6a2aebf43e08c7fba2e8
3
+ size 99764
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edeb1fa716d945ee198c9f5ce5ab6cad4d847e714ff7463834dee422c8450035
3
+ size 415195
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91afc8bbdb1b6b67f35f05ea4b4dbc1ba718ec2469be665a386c46b4648a1fb4
3
+ size 54296
dataset_infos.json CHANGED
@@ -1 +1,127 @@
1
- {"default": {"description": "QuaRTz is a crowdsourced dataset of 3864 multiple-choice questions about open domain qualitative relationships. Each \nquestion is paired with one of 405 different background sentences (sometimes short paragraphs).\nThe QuaRTz dataset V1 contains 3864 questions about open domain qualitative relationships. Each question is paired with \none of 405 different background sentences (sometimes short paragraphs).\n\nThe dataset is split into train (2696), dev (384) and test (784). A background sentence will only appear in a single split.\n", "citation": "@InProceedings{quartz,\n author = {Oyvind Tafjord and Matt Gardner and Kevin Lin and Peter Clark},\n title = {\"QUARTZ: An Open-Domain Dataset of Qualitative Relationship\nQuestions\"},\n \n year = {\"2019\"},\n}\n", "homepage": "https://allenai.org/data/quartz", "license": "", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "question": {"dtype": "string", "id": null, "_type": "Value"}, "choices": {"feature": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}, "answerKey": {"dtype": "string", "id": null, "_type": "Value"}, "para": {"dtype": "string", "id": null, "_type": "Value"}, "para_id": {"dtype": "string", "id": null, "_type": "Value"}, "para_anno": {"effect_prop": {"dtype": "string", "id": null, "_type": "Value"}, "cause_dir_str": {"dtype": "string", "id": null, "_type": "Value"}, "effect_dir_str": {"dtype": "string", "id": null, "_type": "Value"}, "cause_dir_sign": {"dtype": "string", "id": null, "_type": "Value"}, "effect_dir_sign": {"dtype": "string", "id": null, "_type": "Value"}, "cause_prop": {"dtype": "string", "id": null, "_type": "Value"}}, "question_anno": {"more_effect_dir": {"dtype": "string", "id": null, "_type": "Value"}, "less_effect_dir": {"dtype": "string", "id": null, "_type": "Value"}, "less_cause_prop": {"dtype": "string", "id": null, "_type": "Value"}, "more_effect_prop": {"dtype": "string", "id": null, "_type": "Value"}, "less_effect_prop": {"dtype": "string", "id": null, "_type": "Value"}, "less_cause_dir": {"dtype": "string", "id": null, "_type": "Value"}}}, "supervised_keys": null, "builder_name": "quartz", "config_name": "default", "version": {"version_str": "0.1.0", "description": null, "datasets_version_to_prepare": null, "major": 0, "minor": 1, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 351374, "num_examples": 784, "dataset_name": "quartz"}, "train": {"name": "train", "num_bytes": 1197525, "num_examples": 2696, "dataset_name": "quartz"}, "validation": {"name": "validation", "num_bytes": 175871, "num_examples": 384, "dataset_name": "quartz"}}, "download_checksums": {"https://s3-us-west-2.amazonaws.com/ai2-website/data/quartz-dataset-v1-aug2019.zip": {"num_bytes": 497354, "checksum": "e86ed35153c6c3fb6dc5991b6a3b520a2c154c42266cb6b4edc7ed526fa4b5a8"}}, "download_size": 497354, "dataset_size": 1724770, "size_in_bytes": 2222124}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "description": "QuaRTz is a crowdsourced dataset of 3864 multiple-choice questions about open domain qualitative relationships. Each\nquestion is paired with one of 405 different background sentences (sometimes short paragraphs).\nThe QuaRTz dataset V1 contains 3864 questions about open domain qualitative relationships. Each question is paired with\none of 405 different background sentences (sometimes short paragraphs).\nThe dataset is split into train (2696), dev (384) and test (784). A background sentence will only appear in a single split.\n",
4
+ "citation": "@InProceedings{quartz,\n author = {Oyvind Tafjord and Matt Gardner and Kevin Lin and Peter Clark},\n title = {\"QUARTZ: An Open-Domain Dataset of Qualitative Relationship\nQuestions\"},\n year = {\"2019\"},\n}\n",
5
+ "homepage": "https://allenai.org/data/quartz",
6
+ "license": "",
7
+ "features": {
8
+ "id": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "question": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "choices": {
17
+ "feature": {
18
+ "text": {
19
+ "dtype": "string",
20
+ "_type": "Value"
21
+ },
22
+ "label": {
23
+ "dtype": "string",
24
+ "_type": "Value"
25
+ }
26
+ },
27
+ "_type": "Sequence"
28
+ },
29
+ "answerKey": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ },
33
+ "para": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "para_id": {
38
+ "dtype": "string",
39
+ "_type": "Value"
40
+ },
41
+ "para_anno": {
42
+ "effect_prop": {
43
+ "dtype": "string",
44
+ "_type": "Value"
45
+ },
46
+ "cause_dir_str": {
47
+ "dtype": "string",
48
+ "_type": "Value"
49
+ },
50
+ "effect_dir_str": {
51
+ "dtype": "string",
52
+ "_type": "Value"
53
+ },
54
+ "cause_dir_sign": {
55
+ "dtype": "string",
56
+ "_type": "Value"
57
+ },
58
+ "effect_dir_sign": {
59
+ "dtype": "string",
60
+ "_type": "Value"
61
+ },
62
+ "cause_prop": {
63
+ "dtype": "string",
64
+ "_type": "Value"
65
+ }
66
+ },
67
+ "question_anno": {
68
+ "more_effect_dir": {
69
+ "dtype": "string",
70
+ "_type": "Value"
71
+ },
72
+ "less_effect_dir": {
73
+ "dtype": "string",
74
+ "_type": "Value"
75
+ },
76
+ "less_cause_prop": {
77
+ "dtype": "string",
78
+ "_type": "Value"
79
+ },
80
+ "more_effect_prop": {
81
+ "dtype": "string",
82
+ "_type": "Value"
83
+ },
84
+ "less_effect_prop": {
85
+ "dtype": "string",
86
+ "_type": "Value"
87
+ },
88
+ "less_cause_dir": {
89
+ "dtype": "string",
90
+ "_type": "Value"
91
+ }
92
+ }
93
+ },
94
+ "builder_name": "quartz",
95
+ "dataset_name": "quartz",
96
+ "config_name": "default",
97
+ "version": {
98
+ "version_str": "0.1.0",
99
+ "major": 0,
100
+ "minor": 1,
101
+ "patch": 0
102
+ },
103
+ "splits": {
104
+ "train": {
105
+ "name": "train",
106
+ "num_bytes": 1188342,
107
+ "num_examples": 2696,
108
+ "dataset_name": null
109
+ },
110
+ "test": {
111
+ "name": "test",
112
+ "num_bytes": 348644,
113
+ "num_examples": 784,
114
+ "dataset_name": null
115
+ },
116
+ "validation": {
117
+ "name": "validation",
118
+ "num_bytes": 174491,
119
+ "num_examples": 384,
120
+ "dataset_name": null
121
+ }
122
+ },
123
+ "download_size": 569255,
124
+ "dataset_size": 1711477,
125
+ "size_in_bytes": 2280732
126
+ }
127
+ }