upload the next config
Browse files- README.md +48 -0
- dataset_infos.json +10 -44
- ranking/test-00000-of-00001.parquet +3 -0
- ranking/train-00000-of-00002.parquet +3 -0
- ranking/train-00001-of-00002.parquet +3 -0
- ranking/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -99,6 +99,46 @@ dataset_info:
|
|
| 99 |
num_examples: 528
|
| 100 |
download_size: 139733134
|
| 101 |
dataset_size: 164522299.384
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
configs:
|
| 103 |
- config_name: matching
|
| 104 |
data_files:
|
|
@@ -116,6 +156,14 @@ configs:
|
|
| 116 |
path: matching_from_pixels/validation-*
|
| 117 |
- split: test
|
| 118 |
path: matching_from_pixels/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 119 |
---
|
| 120 |
|
| 121 |
# Dataset Card for New Yorker Caption Contest Benchmarks
|
|
|
|
| 99 |
num_examples: 528
|
| 100 |
download_size: 139733134
|
| 101 |
dataset_size: 164522299.384
|
| 102 |
+
- config_name: ranking
|
| 103 |
+
features:
|
| 104 |
+
- name: image
|
| 105 |
+
dtype: image
|
| 106 |
+
- name: contest_number
|
| 107 |
+
dtype: int32
|
| 108 |
+
- name: image_location
|
| 109 |
+
dtype: string
|
| 110 |
+
- name: image_description
|
| 111 |
+
dtype: string
|
| 112 |
+
- name: image_uncanny_description
|
| 113 |
+
dtype: string
|
| 114 |
+
- name: entities
|
| 115 |
+
sequence: string
|
| 116 |
+
- name: questions
|
| 117 |
+
sequence: string
|
| 118 |
+
- name: caption_choices
|
| 119 |
+
sequence: string
|
| 120 |
+
- name: from_description
|
| 121 |
+
dtype: string
|
| 122 |
+
- name: winner_source
|
| 123 |
+
dtype: string
|
| 124 |
+
- name: label
|
| 125 |
+
dtype: string
|
| 126 |
+
- name: n_tokens_label
|
| 127 |
+
dtype: int32
|
| 128 |
+
- name: instance_id
|
| 129 |
+
dtype: string
|
| 130 |
+
splits:
|
| 131 |
+
- name: train
|
| 132 |
+
num_bytes: 594615535.632
|
| 133 |
+
num_examples: 9576
|
| 134 |
+
- name: validation
|
| 135 |
+
num_bytes: 32624105.0
|
| 136 |
+
num_examples: 507
|
| 137 |
+
- name: test
|
| 138 |
+
num_bytes: 28907567.0
|
| 139 |
+
num_examples: 513
|
| 140 |
+
download_size: 571604579
|
| 141 |
+
dataset_size: 656147207.632
|
| 142 |
configs:
|
| 143 |
- config_name: matching
|
| 144 |
data_files:
|
|
|
|
| 156 |
path: matching_from_pixels/validation-*
|
| 157 |
- split: test
|
| 158 |
path: matching_from_pixels/test-*
|
| 159 |
+
- config_name: ranking
|
| 160 |
+
data_files:
|
| 161 |
+
- split: train
|
| 162 |
+
path: ranking/train-*
|
| 163 |
+
- split: validation
|
| 164 |
+
path: ranking/validation-*
|
| 165 |
+
- split: test
|
| 166 |
+
path: ranking/test-*
|
| 167 |
---
|
| 168 |
|
| 169 |
# Dataset Card for New Yorker Caption Contest Benchmarks
|
dataset_infos.json
CHANGED
|
@@ -168,94 +168,71 @@
|
|
| 168 |
"license": "",
|
| 169 |
"features": {
|
| 170 |
"image": {
|
| 171 |
-
"decode": true,
|
| 172 |
-
"id": null,
|
| 173 |
"_type": "Image"
|
| 174 |
},
|
| 175 |
"contest_number": {
|
| 176 |
"dtype": "int32",
|
| 177 |
-
"id": null,
|
| 178 |
"_type": "Value"
|
| 179 |
},
|
| 180 |
"image_location": {
|
| 181 |
"dtype": "string",
|
| 182 |
-
"id": null,
|
| 183 |
"_type": "Value"
|
| 184 |
},
|
| 185 |
"image_description": {
|
| 186 |
"dtype": "string",
|
| 187 |
-
"id": null,
|
| 188 |
"_type": "Value"
|
| 189 |
},
|
| 190 |
"image_uncanny_description": {
|
| 191 |
"dtype": "string",
|
| 192 |
-
"id": null,
|
| 193 |
"_type": "Value"
|
| 194 |
},
|
| 195 |
"entities": {
|
| 196 |
"feature": {
|
| 197 |
"dtype": "string",
|
| 198 |
-
"id": null,
|
| 199 |
"_type": "Value"
|
| 200 |
},
|
| 201 |
-
"length": -1,
|
| 202 |
-
"id": null,
|
| 203 |
"_type": "Sequence"
|
| 204 |
},
|
| 205 |
"questions": {
|
| 206 |
"feature": {
|
| 207 |
"dtype": "string",
|
| 208 |
-
"id": null,
|
| 209 |
"_type": "Value"
|
| 210 |
},
|
| 211 |
-
"length": -1,
|
| 212 |
-
"id": null,
|
| 213 |
"_type": "Sequence"
|
| 214 |
},
|
| 215 |
"caption_choices": {
|
| 216 |
"feature": {
|
| 217 |
"dtype": "string",
|
| 218 |
-
"id": null,
|
| 219 |
"_type": "Value"
|
| 220 |
},
|
| 221 |
-
"length": -1,
|
| 222 |
-
"id": null,
|
| 223 |
"_type": "Sequence"
|
| 224 |
},
|
| 225 |
"from_description": {
|
| 226 |
"dtype": "string",
|
| 227 |
-
"id": null,
|
| 228 |
"_type": "Value"
|
| 229 |
},
|
| 230 |
"winner_source": {
|
| 231 |
"dtype": "string",
|
| 232 |
-
"id": null,
|
| 233 |
"_type": "Value"
|
| 234 |
},
|
| 235 |
"label": {
|
| 236 |
"dtype": "string",
|
| 237 |
-
"id": null,
|
| 238 |
"_type": "Value"
|
| 239 |
},
|
| 240 |
"n_tokens_label": {
|
| 241 |
"dtype": "int32",
|
| 242 |
-
"id": null,
|
| 243 |
"_type": "Value"
|
| 244 |
},
|
| 245 |
"instance_id": {
|
| 246 |
"dtype": "string",
|
| 247 |
-
"id": null,
|
| 248 |
"_type": "Value"
|
| 249 |
}
|
| 250 |
},
|
| 251 |
-
"post_processed": null,
|
| 252 |
-
"supervised_keys": null,
|
| 253 |
-
"task_templates": null,
|
| 254 |
"builder_name": "newyorker_caption_contest",
|
|
|
|
| 255 |
"config_name": "ranking",
|
| 256 |
"version": {
|
| 257 |
"version_str": "1.0.0",
|
| 258 |
-
"description": null,
|
| 259 |
"major": 1,
|
| 260 |
"minor": 0,
|
| 261 |
"patch": 0
|
|
@@ -263,37 +240,26 @@
|
|
| 263 |
"splits": {
|
| 264 |
"train": {
|
| 265 |
"name": "train",
|
| 266 |
-
"num_bytes":
|
| 267 |
"num_examples": 9576,
|
| 268 |
-
"dataset_name":
|
| 269 |
},
|
| 270 |
"validation": {
|
| 271 |
"name": "validation",
|
| 272 |
-
"num_bytes":
|
| 273 |
"num_examples": 507,
|
| 274 |
-
"dataset_name":
|
| 275 |
},
|
| 276 |
"test": {
|
| 277 |
"name": "test",
|
| 278 |
-
"num_bytes":
|
| 279 |
"num_examples": 513,
|
| 280 |
-
"dataset_name":
|
| 281 |
-
}
|
| 282 |
-
},
|
| 283 |
-
"download_checksums": {
|
| 284 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/ranking.zip": {
|
| 285 |
-
"num_bytes": 2440380,
|
| 286 |
-
"checksum": "d100c437d7f77c5582b1cf3b73a2c9111e3870e323a6ac40ce6be434c1091829"
|
| 287 |
-
},
|
| 288 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {
|
| 289 |
-
"num_bytes": 39523209,
|
| 290 |
-
"checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"
|
| 291 |
}
|
| 292 |
},
|
| 293 |
-
"download_size":
|
| 294 |
-
"
|
| 295 |
-
"
|
| 296 |
-
"size_in_bytes": 53510929
|
| 297 |
},
|
| 298 |
"ranking_from_pixels": {
|
| 299 |
"description": "There are 3 caption contest tasks, described in the paper. In the Matching multiple choice task, models must recognize a caption written about a cartoon (vs. options that were not). In the Quality Ranking task, models must evaluate the quality\nof that caption by scoring it more highly than a lower quality option from the same contest. In the Explanation Generation task, models must explain why the joke is funny.\nYou are given a cartoon and 2 captions. One of the captions was selected by crowd voting or New Yorker editors as high quality. You must select it.\n",
|
|
|
|
| 168 |
"license": "",
|
| 169 |
"features": {
|
| 170 |
"image": {
|
|
|
|
|
|
|
| 171 |
"_type": "Image"
|
| 172 |
},
|
| 173 |
"contest_number": {
|
| 174 |
"dtype": "int32",
|
|
|
|
| 175 |
"_type": "Value"
|
| 176 |
},
|
| 177 |
"image_location": {
|
| 178 |
"dtype": "string",
|
|
|
|
| 179 |
"_type": "Value"
|
| 180 |
},
|
| 181 |
"image_description": {
|
| 182 |
"dtype": "string",
|
|
|
|
| 183 |
"_type": "Value"
|
| 184 |
},
|
| 185 |
"image_uncanny_description": {
|
| 186 |
"dtype": "string",
|
|
|
|
| 187 |
"_type": "Value"
|
| 188 |
},
|
| 189 |
"entities": {
|
| 190 |
"feature": {
|
| 191 |
"dtype": "string",
|
|
|
|
| 192 |
"_type": "Value"
|
| 193 |
},
|
|
|
|
|
|
|
| 194 |
"_type": "Sequence"
|
| 195 |
},
|
| 196 |
"questions": {
|
| 197 |
"feature": {
|
| 198 |
"dtype": "string",
|
|
|
|
| 199 |
"_type": "Value"
|
| 200 |
},
|
|
|
|
|
|
|
| 201 |
"_type": "Sequence"
|
| 202 |
},
|
| 203 |
"caption_choices": {
|
| 204 |
"feature": {
|
| 205 |
"dtype": "string",
|
|
|
|
| 206 |
"_type": "Value"
|
| 207 |
},
|
|
|
|
|
|
|
| 208 |
"_type": "Sequence"
|
| 209 |
},
|
| 210 |
"from_description": {
|
| 211 |
"dtype": "string",
|
|
|
|
| 212 |
"_type": "Value"
|
| 213 |
},
|
| 214 |
"winner_source": {
|
| 215 |
"dtype": "string",
|
|
|
|
| 216 |
"_type": "Value"
|
| 217 |
},
|
| 218 |
"label": {
|
| 219 |
"dtype": "string",
|
|
|
|
| 220 |
"_type": "Value"
|
| 221 |
},
|
| 222 |
"n_tokens_label": {
|
| 223 |
"dtype": "int32",
|
|
|
|
| 224 |
"_type": "Value"
|
| 225 |
},
|
| 226 |
"instance_id": {
|
| 227 |
"dtype": "string",
|
|
|
|
| 228 |
"_type": "Value"
|
| 229 |
}
|
| 230 |
},
|
|
|
|
|
|
|
|
|
|
| 231 |
"builder_name": "newyorker_caption_contest",
|
| 232 |
+
"dataset_name": "newyorker_caption_contest",
|
| 233 |
"config_name": "ranking",
|
| 234 |
"version": {
|
| 235 |
"version_str": "1.0.0",
|
|
|
|
| 236 |
"major": 1,
|
| 237 |
"minor": 0,
|
| 238 |
"patch": 0
|
|
|
|
| 240 |
"splits": {
|
| 241 |
"train": {
|
| 242 |
"name": "train",
|
| 243 |
+
"num_bytes": 594615535.632,
|
| 244 |
"num_examples": 9576,
|
| 245 |
+
"dataset_name": null
|
| 246 |
},
|
| 247 |
"validation": {
|
| 248 |
"name": "validation",
|
| 249 |
+
"num_bytes": 32624105.0,
|
| 250 |
"num_examples": 507,
|
| 251 |
+
"dataset_name": null
|
| 252 |
},
|
| 253 |
"test": {
|
| 254 |
"name": "test",
|
| 255 |
+
"num_bytes": 28907567.0,
|
| 256 |
"num_examples": 513,
|
| 257 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 258 |
}
|
| 259 |
},
|
| 260 |
+
"download_size": 571604579,
|
| 261 |
+
"dataset_size": 656147207.632,
|
| 262 |
+
"size_in_bytes": 1227751786.632
|
|
|
|
| 263 |
},
|
| 264 |
"ranking_from_pixels": {
|
| 265 |
"description": "There are 3 caption contest tasks, described in the paper. In the Matching multiple choice task, models must recognize a caption written about a cartoon (vs. options that were not). In the Quality Ranking task, models must evaluate the quality\nof that caption by scoring it more highly than a lower quality option from the same contest. In the Explanation Generation task, models must explain why the joke is funny.\nYou are given a cartoon and 2 captions. One of the captions was selected by crowd voting or New Yorker editors as high quality. You must select it.\n",
|
ranking/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54ca1c1d8c5ed4b88e02b021a7c410d1ccfd38ab87212d78e0e0f623d8aa0e51
|
| 3 |
+
size 19738326
|
ranking/train-00000-of-00002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09ea3575470fc93c053f14cd1777128d0f1ae7e7a879da41dc5b73c61e0e4154
|
| 3 |
+
size 262311921
|
ranking/train-00001-of-00002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d26dc89c71847412cd7862701d7fe400bd5e115d76de1060eb261bc804c6454
|
| 3 |
+
size 266419404
|
ranking/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ce1a29cb163f0c46f569a23e1023ce3ff3dba80b84130fe5457b3f82fef8660
|
| 3 |
+
size 23134928
|