Datasets:
Tasks:
Text Classification
Formats:
parquet
Sub-tasks:
text-simplification
Languages:
English
Size:
1K - 10K
License:
Commit
·
39f7d3f
1
Parent(s):
2e86c73
Add ratings data files
Browse files- README.md +7 -3
- dataset_infos.json +6 -112
- ratings/full-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -48,10 +48,10 @@ dataset_info:
|
|
| 48 |
dtype: int32
|
| 49 |
splits:
|
| 50 |
- name: full
|
| 51 |
-
num_bytes:
|
| 52 |
num_examples: 4500
|
| 53 |
-
download_size:
|
| 54 |
-
dataset_size:
|
| 55 |
- config_name: simplification
|
| 56 |
features:
|
| 57 |
- name: original
|
|
@@ -68,6 +68,10 @@ dataset_info:
|
|
| 68 |
download_size: 1055163
|
| 69 |
dataset_size: 2714503
|
| 70 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
- config_name: simplification
|
| 72 |
data_files:
|
| 73 |
- split: validation
|
|
|
|
| 48 |
dtype: int32
|
| 49 |
splits:
|
| 50 |
- name: full
|
| 51 |
+
num_bytes: 1036845
|
| 52 |
num_examples: 4500
|
| 53 |
+
download_size: 44642
|
| 54 |
+
dataset_size: 1036845
|
| 55 |
- config_name: simplification
|
| 56 |
features:
|
| 57 |
- name: original
|
|
|
|
| 68 |
download_size: 1055163
|
| 69 |
dataset_size: 2714503
|
| 70 |
configs:
|
| 71 |
+
- config_name: ratings
|
| 72 |
+
data_files:
|
| 73 |
+
- split: full
|
| 74 |
+
path: ratings/full-*
|
| 75 |
- config_name: simplification
|
| 76 |
data_files:
|
| 77 |
- split: validation
|
dataset_infos.json
CHANGED
|
@@ -52,49 +52,38 @@
|
|
| 52 |
"features": {
|
| 53 |
"original": {
|
| 54 |
"dtype": "string",
|
| 55 |
-
"id": null,
|
| 56 |
"_type": "Value"
|
| 57 |
},
|
| 58 |
"simplification": {
|
| 59 |
"dtype": "string",
|
| 60 |
-
"id": null,
|
| 61 |
"_type": "Value"
|
| 62 |
},
|
| 63 |
"original_sentence_id": {
|
| 64 |
"dtype": "int32",
|
| 65 |
-
"id": null,
|
| 66 |
"_type": "Value"
|
| 67 |
},
|
| 68 |
"aspect": {
|
| 69 |
-
"num_classes": 3,
|
| 70 |
"names": [
|
| 71 |
"meaning",
|
| 72 |
"fluency",
|
| 73 |
"simplicity"
|
| 74 |
],
|
| 75 |
-
"names_file": null,
|
| 76 |
-
"id": null,
|
| 77 |
"_type": "ClassLabel"
|
| 78 |
},
|
| 79 |
"worker_id": {
|
| 80 |
"dtype": "int32",
|
| 81 |
-
"id": null,
|
| 82 |
"_type": "Value"
|
| 83 |
},
|
| 84 |
"rating": {
|
| 85 |
"dtype": "int32",
|
| 86 |
-
"id": null,
|
| 87 |
"_type": "Value"
|
| 88 |
}
|
| 89 |
},
|
| 90 |
-
"post_processed": null,
|
| 91 |
-
"supervised_keys": null,
|
| 92 |
-
"task_templates": null,
|
| 93 |
"builder_name": "asset",
|
|
|
|
| 94 |
"config_name": "ratings",
|
| 95 |
"version": {
|
| 96 |
"version_str": "1.0.0",
|
| 97 |
-
"description": null,
|
| 98 |
"major": 1,
|
| 99 |
"minor": 0,
|
| 100 |
"patch": 0
|
|
@@ -102,108 +91,13 @@
|
|
| 102 |
"splits": {
|
| 103 |
"full": {
|
| 104 |
"name": "full",
|
| 105 |
-
"num_bytes":
|
| 106 |
"num_examples": 4500,
|
| 107 |
-
"dataset_name":
|
| 108 |
-
}
|
| 109 |
-
},
|
| 110 |
-
"download_checksums": {
|
| 111 |
-
"https://raw.githubusercontent.com/facebookresearch/asset/main/human_ratings/human_ratings.csv": {
|
| 112 |
-
"num_bytes": 1012140,
|
| 113 |
-
"checksum": "09ea6ee887af56be380334677ca2f3ba561f67abbb64ef1e6382fadf440d5593"
|
| 114 |
-
},
|
| 115 |
-
"https://raw.githubusercontent.com/facebookresearch/asset/main/dataset/asset.valid.orig": {
|
| 116 |
-
"num_bytes": 234319,
|
| 117 |
-
"checksum": "83dca90b5c53365a9c4a70222aed129c6df3c3f6b5da82ee94312e179b93fff1"
|
| 118 |
-
},
|
| 119 |
-
"https://raw.githubusercontent.com/facebookresearch/asset/main/dataset/asset.test.orig": {
|
| 120 |
-
"num_bytes": 43745,
|
| 121 |
-
"checksum": "673ceb2672a37168a52040d75e16f9ffd1e3777b9f68e19207f2adf6542723f1"
|
| 122 |
-
},
|
| 123 |
-
"https://raw.githubusercontent.com/facebookresearch/asset/main/dataset/asset.valid.simp.0": {
|
| 124 |
-
"num_bytes": 193975,
|
| 125 |
-
"checksum": "27b0c4a40c91b875c82a8ed76ff7cf0476b03a3a6998a2e3ef6e18000efda624"
|
| 126 |
-
},
|
| 127 |
-
"https://raw.githubusercontent.com/facebookresearch/asset/main/dataset/asset.valid.simp.1": {
|
| 128 |
-
"num_bytes": 180040,
|
| 129 |
-
"checksum": "5043e9db5934c3d538b91f56d23466177813896da10f153d2b16c0c415ac5e84"
|
| 130 |
-
},
|
| 131 |
-
"https://raw.githubusercontent.com/facebookresearch/asset/main/dataset/asset.valid.simp.2": {
|
| 132 |
-
"num_bytes": 187445,
|
| 133 |
-
"checksum": "578dd487cf03f6f66bb4acd2c44b464c3ac9fb42dc64b8e6afd391778ebc7ea7"
|
| 134 |
-
},
|
| 135 |
-
"https://raw.githubusercontent.com/facebookresearch/asset/main/dataset/asset.valid.simp.3": {
|
| 136 |
-
"num_bytes": 207902,
|
| 137 |
-
"checksum": "4ab95ba6f7a60adde2f57201c0b749384ce64c97f8378fb0ab185367709a8386"
|
| 138 |
-
},
|
| 139 |
-
"https://raw.githubusercontent.com/facebookresearch/asset/main/dataset/asset.valid.simp.4": {
|
| 140 |
-
"num_bytes": 211459,
|
| 141 |
-
"checksum": "f6f1d4bf9f87b532b37d7f5700ec384f817dba10247c91df629e1f6eee6c3aa9"
|
| 142 |
-
},
|
| 143 |
-
"https://raw.githubusercontent.com/facebookresearch/asset/main/dataset/asset.valid.simp.5": {
|
| 144 |
-
"num_bytes": 194418,
|
| 145 |
-
"checksum": "182114cfbb2960358b0e2d71737ead9a2abb0c27d3f65281335f079ae4447e3b"
|
| 146 |
-
},
|
| 147 |
-
"https://raw.githubusercontent.com/facebookresearch/asset/main/dataset/asset.valid.simp.6": {
|
| 148 |
-
"num_bytes": 188962,
|
| 149 |
-
"checksum": "aba27b505dad048982e902a04c4ffc5ab9e926b38d2383920aea798fd42de376"
|
| 150 |
-
},
|
| 151 |
-
"https://raw.githubusercontent.com/facebookresearch/asset/main/dataset/asset.valid.simp.7": {
|
| 152 |
-
"num_bytes": 196950,
|
| 153 |
-
"checksum": "73d7983107eca6b98a9aec62ea75ea8d5adf313755b7e105608f212dead124cd"
|
| 154 |
-
},
|
| 155 |
-
"https://raw.githubusercontent.com/facebookresearch/asset/main/dataset/asset.valid.simp.8": {
|
| 156 |
-
"num_bytes": 213056,
|
| 157 |
-
"checksum": "58f8e1109d87a4e3c5403705b8782750bb849cb8389a698156e00ca6512dd5c4"
|
| 158 |
-
},
|
| 159 |
-
"https://raw.githubusercontent.com/facebookresearch/asset/main/dataset/asset.valid.simp.9": {
|
| 160 |
-
"num_bytes": 220962,
|
| 161 |
-
"checksum": "35a861e174ce5458fdcd1866e49aa84297fcb6b51fd98d6633b71932a646832e"
|
| 162 |
-
},
|
| 163 |
-
"https://raw.githubusercontent.com/facebookresearch/asset/main/dataset/asset.test.simp.0": {
|
| 164 |
-
"num_bytes": 35457,
|
| 165 |
-
"checksum": "66f36029d0c732eb92886021faefe531c6cfd0a32bdbe7ae4aa97fd45bd1b046"
|
| 166 |
-
},
|
| 167 |
-
"https://raw.githubusercontent.com/facebookresearch/asset/main/dataset/asset.test.simp.1": {
|
| 168 |
-
"num_bytes": 34096,
|
| 169 |
-
"checksum": "d323ceb364abbe84c79b14b028aa1ff563cd94955fbab19049612548dbb0f83f"
|
| 170 |
-
},
|
| 171 |
-
"https://raw.githubusercontent.com/facebookresearch/asset/main/dataset/asset.test.simp.2": {
|
| 172 |
-
"num_bytes": 34348,
|
| 173 |
-
"checksum": "786b55f8425ce4a993e98be5e2bea9ef87bf536b96dc13f7a57c4733fdb63e06"
|
| 174 |
-
},
|
| 175 |
-
"https://raw.githubusercontent.com/facebookresearch/asset/main/dataset/asset.test.simp.3": {
|
| 176 |
-
"num_bytes": 37292,
|
| 177 |
-
"checksum": "e211c9e2ede1dfe315097132dbe4feda76b309bdc636a5394cb5d2664ba5bf52"
|
| 178 |
-
},
|
| 179 |
-
"https://raw.githubusercontent.com/facebookresearch/asset/main/dataset/asset.test.simp.4": {
|
| 180 |
-
"num_bytes": 35887,
|
| 181 |
-
"checksum": "37be9cf0592c0f68d87848dc9c442fe62f344518c1993896c00788bf943b755d"
|
| 182 |
-
},
|
| 183 |
-
"https://raw.githubusercontent.com/facebookresearch/asset/main/dataset/asset.test.simp.5": {
|
| 184 |
-
"num_bytes": 35351,
|
| 185 |
-
"checksum": "8485210573a3bd76116de8e978b227677c6c207111a4938729397c4e603dfa46"
|
| 186 |
-
},
|
| 187 |
-
"https://raw.githubusercontent.com/facebookresearch/asset/main/dataset/asset.test.simp.6": {
|
| 188 |
-
"num_bytes": 35846,
|
| 189 |
-
"checksum": "f0cb3ab823d23203ea044f81bd7e67cc823db0632095e43b78a54a9891a0b0a8"
|
| 190 |
-
},
|
| 191 |
-
"https://raw.githubusercontent.com/facebookresearch/asset/main/dataset/asset.test.simp.7": {
|
| 192 |
-
"num_bytes": 34560,
|
| 193 |
-
"checksum": "35cbb8b9964252a1470607634f19ad946c6bc2951b3e500eedd826baf12bd3c8"
|
| 194 |
-
},
|
| 195 |
-
"https://raw.githubusercontent.com/facebookresearch/asset/main/dataset/asset.test.simp.8": {
|
| 196 |
-
"num_bytes": 35830,
|
| 197 |
-
"checksum": "047b6419590b88f93b435d3177bba1883dc9c0dc178676e48470b408236446f4"
|
| 198 |
-
},
|
| 199 |
-
"https://raw.githubusercontent.com/facebookresearch/asset/main/dataset/asset.test.simp.9": {
|
| 200 |
-
"num_bytes": 35313,
|
| 201 |
-
"checksum": "3f5745e4f2743563b88ea4284ec35fa4ddb68d62de80b63ffb87751b998fe6b8"
|
| 202 |
}
|
| 203 |
},
|
| 204 |
-
"download_size":
|
| 205 |
-
"
|
| 206 |
-
"
|
| 207 |
-
"size_in_bytes": 4676206
|
| 208 |
}
|
| 209 |
}
|
|
|
|
| 52 |
"features": {
|
| 53 |
"original": {
|
| 54 |
"dtype": "string",
|
|
|
|
| 55 |
"_type": "Value"
|
| 56 |
},
|
| 57 |
"simplification": {
|
| 58 |
"dtype": "string",
|
|
|
|
| 59 |
"_type": "Value"
|
| 60 |
},
|
| 61 |
"original_sentence_id": {
|
| 62 |
"dtype": "int32",
|
|
|
|
| 63 |
"_type": "Value"
|
| 64 |
},
|
| 65 |
"aspect": {
|
|
|
|
| 66 |
"names": [
|
| 67 |
"meaning",
|
| 68 |
"fluency",
|
| 69 |
"simplicity"
|
| 70 |
],
|
|
|
|
|
|
|
| 71 |
"_type": "ClassLabel"
|
| 72 |
},
|
| 73 |
"worker_id": {
|
| 74 |
"dtype": "int32",
|
|
|
|
| 75 |
"_type": "Value"
|
| 76 |
},
|
| 77 |
"rating": {
|
| 78 |
"dtype": "int32",
|
|
|
|
| 79 |
"_type": "Value"
|
| 80 |
}
|
| 81 |
},
|
|
|
|
|
|
|
|
|
|
| 82 |
"builder_name": "asset",
|
| 83 |
+
"dataset_name": "asset",
|
| 84 |
"config_name": "ratings",
|
| 85 |
"version": {
|
| 86 |
"version_str": "1.0.0",
|
|
|
|
| 87 |
"major": 1,
|
| 88 |
"minor": 0,
|
| 89 |
"patch": 0
|
|
|
|
| 91 |
"splits": {
|
| 92 |
"full": {
|
| 93 |
"name": "full",
|
| 94 |
+
"num_bytes": 1036845,
|
| 95 |
"num_examples": 4500,
|
| 96 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
}
|
| 98 |
},
|
| 99 |
+
"download_size": 44642,
|
| 100 |
+
"dataset_size": 1036845,
|
| 101 |
+
"size_in_bytes": 1081487
|
|
|
|
| 102 |
}
|
| 103 |
}
|
ratings/full-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dea4fb045ad9c96d758c9d10c8f1b746f6d9ea4fc0de9f943e56105b3e38dd90
|
| 3 |
+
size 44642
|