diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 91382cc7fb6f9003e1f7ed36187d86d531dbead1..0000000000000000000000000000000000000000 --- a/.gitattributes +++ /dev/null @@ -1,51 +0,0 @@ -*.7z filter=lfs diff=lfs merge=lfs -text -*.arrow filter=lfs diff=lfs merge=lfs -text -*.bin filter=lfs diff=lfs merge=lfs -text -*.bz2 filter=lfs diff=lfs merge=lfs -text -*.ftz filter=lfs diff=lfs merge=lfs -text -*.gz filter=lfs diff=lfs merge=lfs -text -*.h5 filter=lfs diff=lfs merge=lfs -text -*.joblib filter=lfs diff=lfs merge=lfs -text -*.lfs.* filter=lfs diff=lfs merge=lfs -text -*.lz4 filter=lfs diff=lfs merge=lfs -text -*.model filter=lfs diff=lfs merge=lfs -text -*.msgpack filter=lfs diff=lfs merge=lfs -text -*.npy filter=lfs diff=lfs merge=lfs -text -*.npz filter=lfs diff=lfs merge=lfs -text -*.onnx filter=lfs diff=lfs merge=lfs -text -*.ot filter=lfs diff=lfs merge=lfs -text -*.parquet filter=lfs diff=lfs merge=lfs -text -*.pb filter=lfs diff=lfs merge=lfs -text -*.pickle filter=lfs diff=lfs merge=lfs -text -*.pkl filter=lfs diff=lfs merge=lfs -text -*.pt filter=lfs diff=lfs merge=lfs -text -*.pth filter=lfs diff=lfs merge=lfs -text -*.rar filter=lfs diff=lfs merge=lfs -text -saved_model/**/* filter=lfs diff=lfs merge=lfs -text -*.tar.* filter=lfs diff=lfs merge=lfs -text -*.tflite filter=lfs diff=lfs merge=lfs -text -*.tgz filter=lfs diff=lfs merge=lfs -text -*.wasm filter=lfs diff=lfs merge=lfs -text -*.xz filter=lfs diff=lfs merge=lfs -text -*.zip filter=lfs diff=lfs merge=lfs -text -*.zst filter=lfs diff=lfs merge=lfs -text -*tfevents* filter=lfs diff=lfs merge=lfs -text -# Audio files - uncompressed -*.pcm filter=lfs diff=lfs merge=lfs -text -*.sam filter=lfs diff=lfs merge=lfs -text -*.raw filter=lfs diff=lfs merge=lfs -text -# Audio files - compressed -*.aac filter=lfs diff=lfs merge=lfs -text -*.flac filter=lfs diff=lfs merge=lfs -text -*.mp3 filter=lfs diff=lfs merge=lfs -text -*.ogg filter=lfs diff=lfs merge=lfs -text -*.wav filter=lfs diff=lfs merge=lfs -text -# Image files - uncompressed -*.bmp filter=lfs diff=lfs merge=lfs -text -*.gif filter=lfs diff=lfs merge=lfs -text -*.png filter=lfs diff=lfs merge=lfs -text -*.tiff filter=lfs diff=lfs merge=lfs -text -# Image files - compressed -*.jpg filter=lfs diff=lfs merge=lfs -text -*.jpeg filter=lfs diff=lfs merge=lfs -text -*.webp filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md deleted file mode 100644 index 5027b02f5cce7f624288accfef8b81e5a51d6bb6..0000000000000000000000000000000000000000 --- a/README.md +++ /dev/null @@ -1,349 +0,0 @@ ---- -annotations_creators: -- expert-generated -- crowdsourced -- found -language: -- en -language_creators: -- crowdsourced -- expert-generated -license: -- cc-by-4.0 -multilinguality: -- monolingual -pretty_name: newyorker_caption_contest -size_categories: -- 1K, - 'image_description': 'Two priests and a rabbi are walking into a bar, as the ' - 'bartender and another patron look on. The bartender ' - 'talks on the phone while looking skeptically at the ' - 'incoming crew.', - 'image_location': 'a bar', - 'image_uncanny_description': 'The scene depicts a very stereotypical "bar ' - 'joke" that would be unlikely to be encountered ' - 'in real life; the skepticism of the bartender ' - 'suggests that he is aware he is seeing this ' - 'trope, and is explaining it to someone on the ' - 'phone.', - 'instance_id': '21125bb8787b4e7e82aa3b0a1cba1571', - 'label': 'C', - 'n_tokens_label': 1, - 'questions': ['What is the bartender saying on the phone in response to the ' - 'living, breathing, stereotypical bar joke that is unfolding?']} -``` - -The label "C" indicates that the 3rd choice in the `caption_choices` is correct. - -Here's an example instance from Ranking (in the from pixels setting --- though, this is also available in the from description setting) -``` -{'caption_choices': ['I guess I misunderstood when you said long bike ride.', - 'Does your divorce lawyer have any other cool ideas?'], - 'contest_number': 582, - 'image': , - 'instance_id': 'dd1c214a1ca3404aa4e582c9ce50795a', - 'label': 'A', - 'n_tokens_label': 1, - 'winner_source': 'official_winner'} -``` -the label indicates that the first caption choice ("A", here) in the `caption_choices` list was more highly rated. - - -Here's an example instance from Explanation: -``` -{'caption_choices': 'The classics can be so intimidating.', - 'contest_number': 752, - 'entities': ['https://en.wikipedia.org/wiki/Literature', - 'https://en.wikipedia.org/wiki/Solicitor'], - 'from_description': 'scene: a road description: Two people are walking down a ' - 'path. A number of giant books have surrounded them. ' - 'uncanny: There are book people in this world. entities: ' - 'Literature, Solicitor. caption: The classics can be so ' - 'intimidating.', - 'image': , - 'image_description': 'Two people are walking down a path. A number of giant ' - 'books have surrounded them.', - 'image_location': 'a road', - 'image_uncanny_description': 'There are book people in this world.', - 'instance_id': 'eef9baf450e2fab19b96facc128adf80', - 'label': 'A play on the word intimidating --- usually if the classics (i.e., ' - 'classic novels) were to be intimidating, this would mean that they ' - 'are intimidating to read due to their length, complexity, etc. But ' - 'here, they are surrounded by anthropomorphic books which look ' - 'physically intimidating, i.e., they are intimidating because they ' - 'may try to beat up these people.', - 'n_tokens_label': 59, - 'questions': ['What do the books want?']} -``` -The label is an explanation of the joke, which serves as the autoregressive target. - -### Data Instances - -See above - -### Data Fields - -See above - -### Data Splits - -Data splits can be accessed as: -``` -from datasets import load_dataset -dset = load_dataset("newyorker_caption_contest", "matching") -dset = load_dataset("newyorker_caption_contest", "ranking") -dset = load_dataset("newyorker_caption_contest", "explanation") -``` - -Or, in the from pixels setting, e.g., -``` -from datasets import load_dataset -dset = load_dataset("newyorker_caption_contest", "ranking_from_pixels") -``` - -Because the dataset is small, we reported in 5-fold cross-validation setting initially. The default splits are split 0. You can access the other splits, e.g.: - -``` -from datasets import load_dataset - -# the 4th data split -dset = load_dataset("newyorker_caption_contest", "explanation_4") -``` - -## Dataset Creation - -Full details are in the paper. - -### Curation Rationale - -See the paper for rationale/motivation. - -### Source Data - -See citation below. We combined 3 sources of data, and added significant annotations of our own. - -#### Initial Data Collection and Normalization - -Full details are in the paper. - -#### Who are the source language producers? - -We paid crowdworkers $15/hr to annotate the corpus. -In addition, significant annotation efforts were conducted by the authors of this work. - -### Annotations - -Full details are in the paper. - -#### Annotation process - -Full details are in the paper. - -#### Who are the annotators? - -A mix of crowdworks and authors of this paper. - -### Personal and Sensitive Information - -Has been redacted from the dataset. Images are published in the New Yorker already. - -## Considerations for Using the Data - -### Social Impact of Dataset - -It's plausible that humor could perpetuate negative stereotypes. The jokes in this corpus are a mix of crowdsourced entries that are highly rated, and ones published in the new yorker. - -### Discussion of Biases - -Humor is subjective, and some of the jokes may be considered offensive. The images may contain adult themes and minor cartoon nudity. - -### Other Known Limitations - -More details are in the paper - -## Additional Information - -### Dataset Curators - -The dataset was curated by researchers at AI2 - -### Licensing Information - -The annotations we provide are CC-BY-4.0. See www.capcon.dev for more info. - -### Citation Information - - -``` -@article{hessel2022androids, - title={Do Androids Laugh at Electric Sheep? Humor "Understanding" Benchmarks from The New Yorker Caption Contest}, - author={Hessel, Jack and Marasovi{\'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin}, - journal={arXiv preprint arXiv:2209.06293}, - year={2022} -} -``` - -Our data contributions are: - -- The cartoon-level annotations; -- The joke explanations; -- and the framing of the tasks - -We release these data we contribute under CC-BY (see DATASET_LICENSE). If you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived: - -``` -@misc{newyorkernextmldataset, - author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott}, - title={The {N}ew {Y}orker Cartoon Caption Contest Dataset}, - year={2020}, - url={https://nextml.github.io/caption-contest-data/} -} - -@inproceedings{radev-etal-2016-humor, - title = "Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest", - author = "Radev, Dragomir and - Stent, Amanda and - Tetreault, Joel and - Pappu, Aasish and - Iliakopoulou, Aikaterini and - Chanfreau, Agustin and - de Juan, Paloma and - Vallmitjana, Jordi and - Jaimes, Alejandro and - Jha, Rahul and - Mankoff, Robert", - booktitle = "LREC", - year = "2016", -} - -@inproceedings{shahaf2015inside, - title={Inside jokes: Identifying humorous cartoon captions}, - author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert}, - booktitle={KDD}, - year={2015}, -} -``` \ No newline at end of file diff --git a/dataset_infos.json b/dataset_infos.json deleted file mode 100644 index 2204edba00e250cb5ee5ab37de8b321be2d24bad..0000000000000000000000000000000000000000 --- a/dataset_infos.json +++ /dev/null @@ -1 +0,0 @@ -{"matching": {"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 5 captions. Only one of the captions was truly written about the cartoon. You must select it.\n", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "image_location": {"dtype": "string", "id": null, "_type": "Value"}, "image_description": {"dtype": "string", "id": null, "_type": "Value"}, "image_uncanny_description": {"dtype": "string", "id": null, "_type": "Value"}, "entities": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "questions": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "caption_choices": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "from_description": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "matching", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13544991, "num_examples": 9792, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 687342, "num_examples": 531, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 687942, "num_examples": 528, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/matching.zip": {"num_bytes": 3374031, "checksum": "e854c62b8802802fecacc437c3cae2f62b1bbc55683898090720ba88c1d93233"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 42897240, "post_processing_size": null, "dataset_size": 14920275, "size_in_bytes": 57817515}, "matching_from_pixels": {"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 5 captions. Only one of the captions was truly written about the cartoon. You must select it.\n", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "caption_choices": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "matching_from_pixels", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 762740, "num_examples": 1632, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 244136, "num_examples": 531, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 243528, "num_examples": 528, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/matching_from_pixels.zip": {"num_bytes": 307725, "checksum": "0ae2d1c3a2ddfc0873ef993247b1c184ade37ef2f72fb59984116d1696577bb1"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 39830934, "post_processing_size": null, "dataset_size": 1250404, "size_in_bytes": 41081338}, "ranking": {"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", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "image_location": {"dtype": "string", "id": null, "_type": "Value"}, "image_description": {"dtype": "string", "id": null, "_type": "Value"}, "image_uncanny_description": {"dtype": "string", "id": null, "_type": "Value"}, "entities": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "questions": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "caption_choices": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "from_description": {"dtype": "string", "id": null, "_type": "Value"}, "winner_source": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "ranking", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10503648, "num_examples": 9576, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 516533, "num_examples": 507, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 527159, "num_examples": 513, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/ranking.zip": {"num_bytes": 2440380, "checksum": "d100c437d7f77c5582b1cf3b73a2c9111e3870e323a6ac40ce6be434c1091829"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 41963589, "post_processing_size": null, "dataset_size": 11547340, "size_in_bytes": 53510929}, "ranking_from_pixels": {"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", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "caption_choices": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "winner_source": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "ranking_from_pixels", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 531704, "num_examples": 1596, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 167378, "num_examples": 506, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 169649, "num_examples": 513, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/ranking_from_pixels.zip": {"num_bytes": 203854, "checksum": "6afb6dd49b9558091ce09e4dea0d09a101049bd59ed6d26567cfa3401e60682c"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 39727063, "post_processing_size": null, "dataset_size": 868731, "size_in_bytes": 40595794}, "explanation": {"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 a caption that was written about it. You must autoregressively generate a joke explanation.\n", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "image_location": {"dtype": "string", "id": null, "_type": "Value"}, "image_description": {"dtype": "string", "id": null, "_type": "Value"}, "image_uncanny_description": {"dtype": "string", "id": null, "_type": "Value"}, "entities": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "questions": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "caption_choices": {"dtype": "string", "id": null, "_type": "Value"}, "from_description": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "explanation", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3074876, "num_examples": 2340, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 160986, "num_examples": 130, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 162089, "num_examples": 131, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/explanation.zip": {"num_bytes": 856934, "checksum": "7b4b8428887febaaa320c1e01a5271709c7db7a65aeb3c262d6a68b7d9f5f11f"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 40380143, "post_processing_size": null, "dataset_size": 3397951, "size_in_bytes": 43778094}, "explanation_from_pixels": {"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 a caption that was written about it. You must autoregressively generate a joke explanation.\n", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "caption_choices": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "explanation_from_pixels", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 235831, "num_examples": 390, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 77283, "num_examples": 130, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 77448, "num_examples": 131, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/explanation_from_pixels.zip": {"num_bytes": 122918, "checksum": "1c9c3a65bd255c7bccfbf394b266c781bb3762b4a318c5cff8f3da0bfeea75a7"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 39646127, "post_processing_size": null, "dataset_size": 390562, "size_in_bytes": 40036689}, "matching_1": {"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 5 captions. Only one of the captions was truly written about the cartoon. You must select it.\n", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "image_location": {"dtype": "string", "id": null, "_type": "Value"}, "image_description": {"dtype": "string", "id": null, "_type": "Value"}, "image_uncanny_description": {"dtype": "string", "id": null, "_type": "Value"}, "entities": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "questions": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "caption_choices": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "from_description": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "matching_1", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13371152, "num_examples": 9684, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 708793, "num_examples": 546, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 687342, "num_examples": 531, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/matching_1.zip": {"num_bytes": 3338401, "checksum": "9c0e4d60efda7aee8d68d3d8e042c473de8ad10f41f0dcfaeda0ba3d408b1a50"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 42861610, "post_processing_size": null, "dataset_size": 14767287, "size_in_bytes": 57628897}, "matching_from_pixels_1": {"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 5 captions. Only one of the captions was truly written about the cartoon. You must select it.\n", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "caption_choices": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "matching_from_pixels_1", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 753277, "num_examples": 1614, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 252992, "num_examples": 546, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 244136, "num_examples": 531, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/matching_from_pixels_1.zip": {"num_bytes": 309284, "checksum": "2f475c11773b733d3c1c21a618a656fd403af0a1bff460db317fd8137ce1676d"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 39832493, "post_processing_size": null, "dataset_size": 1250405, "size_in_bytes": 41082898}, "ranking_1": {"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", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "image_location": {"dtype": "string", "id": null, "_type": "Value"}, "image_description": {"dtype": "string", "id": null, "_type": "Value"}, "image_uncanny_description": {"dtype": "string", "id": null, "_type": "Value"}, "entities": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "questions": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "caption_choices": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "from_description": {"dtype": "string", "id": null, "_type": "Value"}, "winner_source": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "ranking_1", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10360371, "num_examples": 9450, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 544050, "num_examples": 534, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 516533, "num_examples": 507, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/ranking_1.zip": {"num_bytes": 2415555, "checksum": "06858a8a18bdc6e5787ab4621f4d7b17939081cfb6240ee4dd896c678cc79ca1"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 41938764, "post_processing_size": null, "dataset_size": 11420954, "size_in_bytes": 53359718}, "ranking_from_pixels_1": {"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", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "caption_choices": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "winner_source": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "ranking_from_pixels_1", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 524392, "num_examples": 1575, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 176960, "num_examples": 534, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 167378, "num_examples": 506, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/ranking_from_pixels_1.zip": {"num_bytes": 203613, "checksum": "8401739c8485d893bb05246424b3c0fc6b539c6e311a92a47a7ec0fb9528a6af"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 39726822, "post_processing_size": null, "dataset_size": 868730, "size_in_bytes": 40595552}, "explanation_1": {"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 a caption that was written about it. You must autoregressively generate a joke explanation.\n", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "image_location": {"dtype": "string", "id": null, "_type": "Value"}, "image_description": {"dtype": "string", "id": null, "_type": "Value"}, "image_uncanny_description": {"dtype": "string", "id": null, "_type": "Value"}, "entities": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "questions": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "caption_choices": {"dtype": "string", "id": null, "_type": "Value"}, "from_description": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "explanation_1", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3086994, "num_examples": 2358, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 158658, "num_examples": 128, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 160986, "num_examples": 130, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/explanation_1.zip": {"num_bytes": 861520, "checksum": "4722a0f09564f774a69199c2753d6696189e297bd8c75244e86c15432087e01c"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 40384729, "post_processing_size": null, "dataset_size": 3406638, "size_in_bytes": 43791367}, "explanation_from_pixels_1": {"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 a caption that was written about it. You must autoregressively generate a joke explanation.\n", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "caption_choices": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "explanation_from_pixels_1", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 235060, "num_examples": 393, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 78219, "num_examples": 128, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 77283, "num_examples": 130, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/explanation_from_pixels_1.zip": {"num_bytes": 122627, "checksum": "0ef48fc4c94c6bbceecc87cd22848936d49ca7ac6c85ed04d141aeff4c5dd87c"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 39645836, "post_processing_size": null, "dataset_size": 390562, "size_in_bytes": 40036398}, "matching_2": {"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 5 captions. Only one of the captions was truly written about the cartoon. You must select it.\n", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "image_location": {"dtype": "string", "id": null, "_type": "Value"}, "image_description": {"dtype": "string", "id": null, "_type": "Value"}, "image_uncanny_description": {"dtype": "string", "id": null, "_type": "Value"}, "entities": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "questions": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "caption_choices": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "from_description": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "matching_2", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13248994, "num_examples": 9630, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 714032, "num_examples": 540, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 708793, "num_examples": 546, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/matching_2.zip": {"num_bytes": 3311397, "checksum": "85d489d20c91e6db9ee2c9f9fa5ae44802d49a740889c49dc61191ceced2635e"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 42834606, "post_processing_size": null, "dataset_size": 14671819, "size_in_bytes": 57506425}, "matching_from_pixels_2": {"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 5 captions. Only one of the captions was truly written about the cartoon. You must select it.\n", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "caption_choices": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "matching_from_pixels_2", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 744559, "num_examples": 1605, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 252854, "num_examples": 540, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 252992, "num_examples": 546, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/matching_from_pixels_2.zip": {"num_bytes": 307348, "checksum": "698de8c979f1b134647ddfac66dfecbc081e4e2f8f27fe5a4e7ec332c67e8614"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 39830557, "post_processing_size": null, "dataset_size": 1250405, "size_in_bytes": 41080962}, "ranking_2": {"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", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "image_location": {"dtype": "string", "id": null, "_type": "Value"}, "image_description": {"dtype": "string", "id": null, "_type": "Value"}, "image_uncanny_description": {"dtype": "string", "id": null, "_type": "Value"}, "entities": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "questions": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "caption_choices": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "from_description": {"dtype": "string", "id": null, "_type": "Value"}, "winner_source": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "ranking_2", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10183446, "num_examples": 9306, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 551023, "num_examples": 531, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 544050, "num_examples": 534, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/ranking_2.zip": {"num_bytes": 2380230, "checksum": "e125304613056eeda04690bb68b50921ea9871ca299f37c95f61624fd74fdafb"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 41903439, "post_processing_size": null, "dataset_size": 11278519, "size_in_bytes": 53181958}, "ranking_from_pixels_2": {"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", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "caption_choices": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "winner_source": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "ranking_from_pixels_2", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 514484, "num_examples": 1550, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 177286, "num_examples": 531, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 176960, "num_examples": 534, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/ranking_from_pixels_2.zip": {"num_bytes": 203718, "checksum": "2949692ace6eb2162fffaff17a88898d2d608dcfdc2d04861c23ec05b87ef6c5"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 39726927, "post_processing_size": null, "dataset_size": 868730, "size_in_bytes": 40595657}, "explanation_2": {"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 a caption that was written about it. You must autoregressively generate a joke explanation.\n", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "image_location": {"dtype": "string", "id": null, "_type": "Value"}, "image_description": {"dtype": "string", "id": null, "_type": "Value"}, "image_uncanny_description": {"dtype": "string", "id": null, "_type": "Value"}, "entities": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "questions": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "caption_choices": {"dtype": "string", "id": null, "_type": "Value"}, "from_description": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "explanation_2", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3074106, "num_examples": 2346, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 163651, "num_examples": 132, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 158658, "num_examples": 128, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/explanation_2.zip": {"num_bytes": 861915, "checksum": "14ed5f81c51718486b10716cf9f714c756bdf0c89e50bb958c16a58b1ea09320"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 40385124, "post_processing_size": null, "dataset_size": 3396415, "size_in_bytes": 43781539}, "explanation_from_pixels_2": {"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 a caption that was written about it. You must autoregressively generate a joke explanation.\n", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "caption_choices": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "explanation_from_pixels_2", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 232956, "num_examples": 391, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 79386, "num_examples": 132, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 78219, "num_examples": 128, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/explanation_from_pixels_2.zip": {"num_bytes": 122669, "checksum": "e51447c1c4a760d47c0c647fc203d96295ae06ad87166c3a6db383eaa3f7e78e"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 39645878, "post_processing_size": null, "dataset_size": 390561, "size_in_bytes": 40036439}, "matching_3": {"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 5 captions. Only one of the captions was truly written about the cartoon. You must select it.\n", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "image_location": {"dtype": "string", "id": null, "_type": "Value"}, "image_description": {"dtype": "string", "id": null, "_type": "Value"}, "image_uncanny_description": {"dtype": "string", "id": null, "_type": "Value"}, "entities": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "questions": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "caption_choices": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "from_description": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "matching_3", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13262428, "num_examples": 9630, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 706095, "num_examples": 546, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 714032, "num_examples": 540, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/matching_3.zip": {"num_bytes": 3307856, "checksum": "21f934f5b7db7864856878346c1a30112dbe479a594e42db2867c88e5cfe2a57"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 42831065, "post_processing_size": null, "dataset_size": 14682555, "size_in_bytes": 57513620}, "matching_from_pixels_3": {"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 5 captions. Only one of the captions was truly written about the cartoon. You must select it.\n", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "caption_choices": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "matching_from_pixels_3", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 740655, "num_examples": 1605, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 256896, "num_examples": 546, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 252854, "num_examples": 540, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/matching_from_pixels_3.zip": {"num_bytes": 308596, "checksum": "8e30f3c272550883e989fa36f0957b860b38a689dea3d6ea2fed71403feddeca"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 39831805, "post_processing_size": null, "dataset_size": 1250405, "size_in_bytes": 41082210}, "ranking_3": {"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", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "image_location": {"dtype": "string", "id": null, "_type": "Value"}, "image_description": {"dtype": "string", "id": null, "_type": "Value"}, "image_uncanny_description": {"dtype": "string", "id": null, "_type": "Value"}, "entities": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "questions": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "caption_choices": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "from_description": {"dtype": "string", "id": null, "_type": "Value"}, "winner_source": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "ranking_3", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10257068, "num_examples": 9324, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 531455, "num_examples": 531, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 551023, "num_examples": 531, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/ranking_3.zip": {"num_bytes": 2390643, "checksum": "f2f65f144fa70b0717b7c05efc7926e9fdbfb96f946f7ad2eb8ca4ff248826dc"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 41913852, "post_processing_size": null, "dataset_size": 11339546, "size_in_bytes": 53253398}, "ranking_from_pixels_3": {"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", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "caption_choices": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "winner_source": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "ranking_from_pixels_3", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 513986, "num_examples": 1553, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 177459, "num_examples": 531, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 177286, "num_examples": 531, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/ranking_from_pixels_3.zip": {"num_bytes": 203557, "checksum": "80b1f658c19dd021f7f3f357cc39a643ec1683a022e2c81e7db2eef458824468"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 39726766, "post_processing_size": null, "dataset_size": 868731, "size_in_bytes": 40595497}, "explanation_3": {"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 a caption that was written about it. You must autoregressively generate a joke explanation.\n", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "image_location": {"dtype": "string", "id": null, "_type": "Value"}, "image_description": {"dtype": "string", "id": null, "_type": "Value"}, "image_uncanny_description": {"dtype": "string", "id": null, "_type": "Value"}, "entities": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "questions": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "caption_choices": {"dtype": "string", "id": null, "_type": "Value"}, "from_description": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "explanation_3", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3072628, "num_examples": 2334, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 158611, "num_examples": 130, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 163651, "num_examples": 132, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/explanation_3.zip": {"num_bytes": 860977, "checksum": "0d09e7c18ac10259f5fc0a7e79bdb2ead04debf8ce65d1da1b90f721cc6daaad"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 40384186, "post_processing_size": null, "dataset_size": 3394890, "size_in_bytes": 43779076}, "explanation_from_pixels_3": {"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 a caption that was written about it. You must autoregressively generate a joke explanation.\n", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "caption_choices": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "explanation_from_pixels_3", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 232949, "num_examples": 389, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 78227, "num_examples": 130, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 79386, "num_examples": 132, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/explanation_from_pixels_3.zip": {"num_bytes": 123039, "checksum": "6aee346705346f7ccc46adccfa89882847744b77b882825364dca0b16a0cf94a"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 39646248, "post_processing_size": null, "dataset_size": 390562, "size_in_bytes": 40036810}, "matching_4": {"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 5 captions. Only one of the captions was truly written about the cartoon. You must select it.\n", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "image_location": {"dtype": "string", "id": null, "_type": "Value"}, "image_description": {"dtype": "string", "id": null, "_type": "Value"}, "image_uncanny_description": {"dtype": "string", "id": null, "_type": "Value"}, "entities": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "questions": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "caption_choices": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "from_description": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "matching_4", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13402726, "num_examples": 9702, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 687942, "num_examples": 528, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 706095, "num_examples": 546, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/matching_4.zip": {"num_bytes": 3339066, "checksum": "3f8f072087ba28a0a49c4ed068eef17dd41f8737a7f690c850c36efcb3d6441e"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 42862275, "post_processing_size": null, "dataset_size": 14796763, "size_in_bytes": 57659038}, "matching_from_pixels_4": {"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 5 captions. Only one of the captions was truly written about the cartoon. You must select it.\n", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "caption_choices": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "matching_from_pixels_4", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 749981, "num_examples": 1617, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 243528, "num_examples": 528, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 256896, "num_examples": 546, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/matching_from_pixels_4.zip": {"num_bytes": 307932, "checksum": "cecbce805b551669534abb39e49f5fc8cac2d8b3a84d48555db19bc01992b2dd"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 39831141, "post_processing_size": null, "dataset_size": 1250405, "size_in_bytes": 41081546}, "ranking_4": {"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", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "image_location": {"dtype": "string", "id": null, "_type": "Value"}, "image_description": {"dtype": "string", "id": null, "_type": "Value"}, "image_uncanny_description": {"dtype": "string", "id": null, "_type": "Value"}, "entities": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "questions": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "caption_choices": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "from_description": {"dtype": "string", "id": null, "_type": "Value"}, "winner_source": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "ranking_4", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10382406, "num_examples": 9432, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 527159, "num_examples": 513, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 531455, "num_examples": 531, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/ranking_4.zip": {"num_bytes": 2413757, "checksum": "b3cf071c6046ece7c7a4dd1fb430a7cad8debdebfdcc7c7b2b6efb40fd0d4cfa"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 41936966, "post_processing_size": null, "dataset_size": 11441020, "size_in_bytes": 53377986}, "ranking_from_pixels_4": {"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", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "caption_choices": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "winner_source": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "ranking_from_pixels_4", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 521623, "num_examples": 1571, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 169649, "num_examples": 513, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 177459, "num_examples": 531, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/ranking_from_pixels_4.zip": {"num_bytes": 203752, "checksum": "79e83d153f410977e4cac58fc870ca0d9f8ae6e4748bfa21426dc57d66efd437"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 39726961, "post_processing_size": null, "dataset_size": 868731, "size_in_bytes": 40595692}, "explanation_4": {"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 a caption that was written about it. You must autoregressively generate a joke explanation.\n", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "image_location": {"dtype": "string", "id": null, "_type": "Value"}, "image_description": {"dtype": "string", "id": null, "_type": "Value"}, "image_uncanny_description": {"dtype": "string", "id": null, "_type": "Value"}, "entities": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "questions": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "caption_choices": {"dtype": "string", "id": null, "_type": "Value"}, "from_description": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "explanation_4", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3084810, "num_examples": 2340, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 162089, "num_examples": 131, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 158611, "num_examples": 130, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/explanation_4.zip": {"num_bytes": 861773, "checksum": "f5fcf62641a6c844a56ec0a79ec981977442535f197f9c407c3eb7c1a320252d"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 40384982, "post_processing_size": null, "dataset_size": 3405510, "size_in_bytes": 43790492}, "explanation_from_pixels_4": {"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 a caption that was written about it. You must autoregressively generate a joke explanation.\n", "citation": "@article{hessel2022androids,\n title={Do Androids Laugh at Electric Sheep? Humor\" Understanding\" Benchmarks from The New Yorker Caption Contest},\n author={Hessel, Jack and Marasovi{'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin},\n journal={arXiv preprint arXiv:2209.06293},\n year={2022}\n}\n\nwww.capcon.dev\n\nOur data contributions are:\n\n- The cartoon-level annotations;\n- The joke explanations;\n- and the framing of the tasks\nWe release these data we contribute under CC-BY (see DATASET_LICENSE).\n\nIf you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived:\n\n@misc{newyorkernextmldataset,\n author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott},\n title={The {N}ew {Y}orker Cartoon Caption Contest Dataset},\n year={2020},\n url={https://nextml.github.io/caption-contest-data/}\n}\n\n@inproceedings{radev-etal-2016-humor,\n title = \"Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest\",\n author = \"Radev, Dragomir and\n Stent, Amanda and\n Tetreault, Joel and\n Pappu, Aasish and\n Iliakopoulou, Aikaterini and\n Chanfreau, Agustin and\n de Juan, Paloma and\n Vallmitjana, Jordi and\n Jaimes, Alejandro and\n Jha, Rahul and\n Mankoff, Robert\",\n booktitle = \"LREC\",\n year = \"2016\",\n}\n\n@inproceedings{shahaf2015inside,\n title={Inside jokes: Identifying humorous cartoon captions},\n author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert},\n booktitle={KDD},\n year={2015},\n}\n", "homepage": "www.capcon.dev", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "contest_number": {"dtype": "int32", "id": null, "_type": "Value"}, "caption_choices": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "n_tokens_label": {"dtype": "int32", "id": null, "_type": "Value"}, "instance_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "newyorker_caption_contest", "config_name": "explanation_from_pixels_4", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 234887, "num_examples": 390, "dataset_name": "newyorker_caption_contest"}, "validation": {"name": "validation", "num_bytes": 77448, "num_examples": 131, "dataset_name": "newyorker_caption_contest"}, "test": {"name": "test", "num_bytes": 78227, "num_examples": 130, "dataset_name": "newyorker_caption_contest"}}, "download_checksums": {"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/explanation_from_pixels_4.zip": {"num_bytes": 122706, "checksum": "8877b0cba778dfb76a9374a9b5036f1a2665c65023dc3ca5640be899c85fd135"}, "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {"num_bytes": 39523209, "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"}}, "download_size": 39645915, "post_processing_size": null, "dataset_size": 390562, "size_in_bytes": 40036477}} \ No newline at end of file diff --git a/explanation/newyorker_caption_contest-test.parquet b/explanation/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..523cf044780b973181e3a4224382e89b0afa7383 --- /dev/null +++ b/explanation/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c65087c08063022325668b97d057e2c3d1da74e923735876d36a315f48ea48 +size 6789416 diff --git a/explanation/newyorker_caption_contest-train.parquet b/explanation/newyorker_caption_contest-train.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47dd974509d4dd89ad204766e6020413ef2ed7fb --- /dev/null +++ b/explanation/newyorker_caption_contest-train.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e74103d4d9816a598ff92900d2d03be5514eb22bbd8c8b287a79cffffb1fe3e +size 58709429 diff --git a/explanation/newyorker_caption_contest-validation.parquet b/explanation/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1faf69b8d5ad376420c9b1862d3efaad6e02d7de --- /dev/null +++ b/explanation/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de2755e75d04f74fbe9e2f1edd8cfbdfacdd7b1a72e98e3f3f80e1889b8fedd +size 7964661 diff --git a/explanation_1/newyorker_caption_contest-test.parquet b/explanation_1/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5559de575f285172429b41a58584a17278427656 --- /dev/null +++ b/explanation_1/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:082f30b3d4b781d7aa3d37f43ed577d93b4efa92cf9f87a86ab2ed7b7c9c28c6 +size 7947431 diff --git a/explanation_1/newyorker_caption_contest-train.parquet b/explanation_1/newyorker_caption_contest-train.parquet new file mode 100644 index 0000000000000000000000000000000000000000..119307a50714d223e0c4ec88f5f275f562172924 --- /dev/null +++ b/explanation_1/newyorker_caption_contest-train.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72695ca460552d8234b442afee0992a75ae5d75b75e1b94dfe596f7485183bec +size 56188664 diff --git a/explanation_1/newyorker_caption_contest-validation.parquet b/explanation_1/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1cf957e4970c68bcf57bb7def11daa74decda653 --- /dev/null +++ b/explanation_1/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5503a34b7493dc99115ee3b14e962fff1b61648b4b6b5259b0d1af27d761ad34 +size 7833467 diff --git a/explanation_2/newyorker_caption_contest-test.parquet b/explanation_2/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f6741616b40c7a860540fd209c4258ed7b15029 --- /dev/null +++ b/explanation_2/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1474c4be3d03a6ac573781df7877350d2b09a7505791794e1bedf79591c8ad9 +size 7837215 diff --git a/explanation_2/newyorker_caption_contest-train.parquet b/explanation_2/newyorker_caption_contest-train.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f150b854373d67209b675cc6a8cbd190c2450d1 --- /dev/null +++ b/explanation_2/newyorker_caption_contest-train.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8a0349cb25797748d19715d40a773f1759b9a9ece3e8ef0bc781aad3d1d79a +size 57743458 diff --git a/explanation_2/newyorker_caption_contest-validation.parquet b/explanation_2/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5876baa448137bd16917d429385f5e8319141764 --- /dev/null +++ b/explanation_2/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b208d63b8c48c063735c20e7a50c6e18ea364c1b4c4decc2084688bf486247 +size 7381158 diff --git a/explanation_3/newyorker_caption_contest-test.parquet b/explanation_3/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71cbe65757b34f23d858d95138427b16b4b24826 --- /dev/null +++ b/explanation_3/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc615ac5543e9eca2ed97518dffe0a4c789ae78510e325f64e368c4fc47282ec +size 7388231 diff --git a/explanation_3/newyorker_caption_contest-train.parquet b/explanation_3/newyorker_caption_contest-train.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec150e21741e19dea870bcf054a898e68648f980 --- /dev/null +++ b/explanation_3/newyorker_caption_contest-train.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90bd2747ed1cf237e1e3bc52954d6332443d6039f6290606f05e239c16ebf356 +size 57607478 diff --git a/explanation_3/newyorker_caption_contest-validation.parquet b/explanation_3/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..982f81363de4f22f82037981aa0f3c53f73e39f4 --- /dev/null +++ b/explanation_3/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fce2ac639923652d746c1f88589a78bf0055b0f86cba8ab7e45efc6a849c1f6 +size 7832175 diff --git a/explanation_4/newyorker_caption_contest-test.parquet b/explanation_4/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad277b1b2bcd8e570a9264337cbb2601e0c2afd5 --- /dev/null +++ b/explanation_4/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2247d55a65341f467fd0cfe2db7b0d63cf71808349e3ca00bd581f69eff903a0 +size 7841257 diff --git a/explanation_4/newyorker_caption_contest-train.parquet b/explanation_4/newyorker_caption_contest-train.parquet new file mode 100644 index 0000000000000000000000000000000000000000..74efc508c7f68870df36cd24a6ebdf3884bcdb25 --- /dev/null +++ b/explanation_4/newyorker_caption_contest-train.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b3bb5c22b744ac537ffc5da2cb75e3668b950febef9536e0b4cf1baf625148 +size 59152554 diff --git a/explanation_4/newyorker_caption_contest-validation.parquet b/explanation_4/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..190a51393924fceb70630fc25b1ca0c0a686fb05 --- /dev/null +++ b/explanation_4/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5943669a5356df690405b3dce96cec4bfdfc985405e0049e517e3b3ff41b7c18 +size 6789222 diff --git a/explanation_from_pixels/newyorker_caption_contest-test.parquet b/explanation_from_pixels/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd8bc8aad28bb90811a5747fab7c9ba127c46264 --- /dev/null +++ b/explanation_from_pixels/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058204bb4476f1bfc86c8d95967c81b913d924bfd421106e0f1757236b02689c +size 6731405 diff --git a/explanation_from_pixels/newyorker_caption_contest-train.parquet b/explanation_from_pixels/newyorker_caption_contest-train.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e48ddc99da059540e489b49f9fe05d522ffef220 --- /dev/null +++ b/explanation_from_pixels/newyorker_caption_contest-train.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0480a98ddf1dc79130d9a0d2c012fe886e1562c5a2adda73bba69631c6719232 +size 22889987 diff --git a/explanation_from_pixels/newyorker_caption_contest-validation.parquet b/explanation_from_pixels/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a0aa978c0be865184037cf430e9730e2fd0819ac --- /dev/null +++ b/explanation_from_pixels/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9fd1044f8ca3690dc9ac25b0fe7ffbf6ff4285cf0fd702b4b418a25ec00d90 +size 7896255 diff --git a/explanation_from_pixels_1/newyorker_caption_contest-test.parquet b/explanation_from_pixels_1/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95764c445524bcfcdf42fc36377219f6b9fdcf00 --- /dev/null +++ b/explanation_from_pixels_1/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24dc0d7b4c16f5bbede36866889eb9ad01e2c147061488813699042140923312 +size 7909273 diff --git a/explanation_from_pixels_1/newyorker_caption_contest-train.parquet b/explanation_from_pixels_1/newyorker_caption_contest-train.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47d14ab609cfc9ac71518adb02b8a5b7122c43f4 --- /dev/null +++ b/explanation_from_pixels_1/newyorker_caption_contest-train.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6497a3283c9c3ae9261cc7c9c14a5e10e5c07ace068dfaa50302a12d49926270 +size 21838424 diff --git a/explanation_from_pixels_1/newyorker_caption_contest-validation.parquet b/explanation_from_pixels_1/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2d24c02bc326d8eb875285e5e2c1238ae528c27 --- /dev/null +++ b/explanation_from_pixels_1/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13b6be3ba32724a4aa7067ef37934fd308f4a927ee28442c4eb7df39d2df6ea +size 7778107 diff --git a/explanation_from_pixels_2/newyorker_caption_contest-test.parquet b/explanation_from_pixels_2/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..585272e65d00265dfecec8c5382ea32cc166d3ff --- /dev/null +++ b/explanation_from_pixels_2/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69f87c40cf80955105c1bd897df406935f0f3b0a2324e8f2ec1e9410c49f281a +size 7788530 diff --git a/explanation_from_pixels_2/newyorker_caption_contest-train.parquet b/explanation_from_pixels_2/newyorker_caption_contest-train.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8fe602b3ee797cd4c64b2f19322a680a26db13bf --- /dev/null +++ b/explanation_from_pixels_2/newyorker_caption_contest-train.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120259e5953f0fa3104fcaf6e2711fad5dcf31b6be56fbb48ebb9e45637bda59 +size 22392488 diff --git a/explanation_from_pixels_2/newyorker_caption_contest-validation.parquet b/explanation_from_pixels_2/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5e0a93b0e8ecb5d8991281162ce61eb0453a3fe --- /dev/null +++ b/explanation_from_pixels_2/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1819675da5e640543e22ba060c8805e50252468a9f569c4384653f7655e2425 +size 7328219 diff --git a/explanation_from_pixels_3/newyorker_caption_contest-test.parquet b/explanation_from_pixels_3/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d78c7505641f03b5ddd1d3afef7bfc6f7be44909 --- /dev/null +++ b/explanation_from_pixels_3/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02df539fbf91e3e05f12432d0f8424ca7deb7cbbd4327f090c3c17800f0b742d +size 7331754 diff --git a/explanation_from_pixels_3/newyorker_caption_contest-train.parquet b/explanation_from_pixels_3/newyorker_caption_contest-train.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd680a68873308efdf22b6cca126ba2cc51b920b --- /dev/null +++ b/explanation_from_pixels_3/newyorker_caption_contest-train.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:479adb96b17f9bc533286e024445d0e13ce670e497ae7d341bcbf1874aae6d52 +size 22421184 diff --git a/explanation_from_pixels_3/newyorker_caption_contest-validation.parquet b/explanation_from_pixels_3/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1775306c7a8e88e96a5485219db3b860d5c03e5f --- /dev/null +++ b/explanation_from_pixels_3/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4f6f8bebd27b397467f40ddf7abae073eb9d7d2f210afdeee78784cd033333 +size 7794030 diff --git a/explanation_from_pixels_4/newyorker_caption_contest-test.parquet b/explanation_from_pixels_4/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1670a2ca2aefdd833ac1d0600604b6adcbf4554 --- /dev/null +++ b/explanation_from_pixels_4/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52e753071ddc8c61340f65fa31d1a0416de6c8bda329cd0ee903d347f27a639 +size 7789918 diff --git a/explanation_from_pixels_4/newyorker_caption_contest-train.parquet b/explanation_from_pixels_4/newyorker_caption_contest-train.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a89197a2119b1037e9cfb710ea722b086c29edf --- /dev/null +++ b/explanation_from_pixels_4/newyorker_caption_contest-train.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e26364f87cc067aa2c0d5147168973a86b0a01ed98320e15bdb1c9071aed87c +size 23000399 diff --git a/explanation_from_pixels_4/newyorker_caption_contest-validation.parquet b/explanation_from_pixels_4/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b46220671cf75b5eebee49da56b8b6195f11e707 --- /dev/null +++ b/explanation_from_pixels_4/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c1038b24e3c542132721709e571613ef60498641ba078644f92fde06163f8f9 +size 6740061 diff --git a/matching/newyorker_caption_contest-test.parquet b/matching/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fee4e72e6248226ac6684af917eff879b6cadc2b --- /dev/null +++ b/matching/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc4b743b19f4b06bc8a1e4fa3aa44fb1746fbc261b8222db64cb3909a346bec +size 7270701 diff --git a/matching/newyorker_caption_contest-train-00000-of-00002.parquet b/matching/newyorker_caption_contest-train-00000-of-00002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0eb52c233572eb946509f783aaf0564ca3e1f0c2 --- /dev/null +++ b/matching/newyorker_caption_contest-train-00000-of-00002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ecd8984ca6b4fbd849ca8f3a1e9b41b9e587e16c5ab2bb5b3a94e45a31b719 +size 181287017 diff --git a/matching/newyorker_caption_contest-train-00001-of-00002.parquet b/matching/newyorker_caption_contest-train-00001-of-00002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26da99640eb1d9321b36d1e6476b753f1e1742c0 --- /dev/null +++ b/matching/newyorker_caption_contest-train-00001-of-00002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4568cb57731c6ea312c58fac8f636d733d3a8b072a7321e0a73683ddf8842a3 +size 44977511 diff --git a/matching/newyorker_caption_contest-validation.parquet b/matching/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..418473c2967b0f31e3f443e0e581a34a9e40223a --- /dev/null +++ b/matching/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc650f2e46393caff4d6aedf681a32629e225016bb136c049cefed0fd8a40e6 +size 8499706 diff --git a/matching_1/newyorker_caption_contest-test.parquet b/matching_1/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..36349c3a8cfee2d9ac5702258876e3c1879026bd --- /dev/null +++ b/matching_1/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31177397d24745373187167ca2b8818c1d9d96c4486e5bb4a6e9855bc52af4d8 +size 8482375 diff --git a/matching_1/newyorker_caption_contest-train-00000-of-00002.parquet b/matching_1/newyorker_caption_contest-train-00000-of-00002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f3f9654e3d7f4c1683344e4d3997c951e717053 --- /dev/null +++ b/matching_1/newyorker_caption_contest-train-00000-of-00002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b17b31aa9cbecd5100512d1ecc5520752c5bf8c85a4bbcdc277f81db6b7ca29 +size 194406022 diff --git a/matching_1/newyorker_caption_contest-train-00001-of-00002.parquet b/matching_1/newyorker_caption_contest-train-00001-of-00002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31a8b8c93647be9c66b21fed913e4146b96aaea9 --- /dev/null +++ b/matching_1/newyorker_caption_contest-train-00001-of-00002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:486ae3a50453f71204c4522e1a6e1e7ac6ff4faa5e19420581e7bf0550a2e9fe +size 18857893 diff --git a/matching_1/newyorker_caption_contest-validation.parquet b/matching_1/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d7111dfe4f1eb390d383b66bb39f08a0f34a72f --- /dev/null +++ b/matching_1/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801a485548a088f769460da7a96d623bd28a50b4f478f7d6e8f41ffd055f721e +size 8767269 diff --git a/matching_2/newyorker_caption_contest-test.parquet b/matching_2/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ab3ca6f598c42e14871344d1b22f8f916483294 --- /dev/null +++ b/matching_2/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948e025cf1c1b52f0fa98ab07903b100a4fe1bff08c48ba291ae3f0320546a16 +size 8772028 diff --git a/matching_2/newyorker_caption_contest-train-00000-of-00002.parquet b/matching_2/newyorker_caption_contest-train-00000-of-00002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..705e08828dd75ff93d1ad0a39e95097594da6432 --- /dev/null +++ b/matching_2/newyorker_caption_contest-train-00000-of-00002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c8e45736cc318f702c8174b487903d47b50b44b5b409a4c095978b78560fc0 +size 195782129 diff --git a/matching_2/newyorker_caption_contest-train-00001-of-00002.parquet b/matching_2/newyorker_caption_contest-train-00001-of-00002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dbb77c3610672bd4bc5a24763abdef4966d1f1d9 --- /dev/null +++ b/matching_2/newyorker_caption_contest-train-00001-of-00002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553e3795801630b71f79d1ae4f5e81da624b2903d238a6b51d18013389e00550 +size 19256099 diff --git a/matching_2/newyorker_caption_contest-validation.parquet b/matching_2/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0cb107822152e5b14b05ca99a1727938d444c7e1 --- /dev/null +++ b/matching_2/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795626b72b40b7db53c974028d725e270340df5ecc430d71bbeec9393131fc60 +size 8091568 diff --git a/matching_3/newyorker_caption_contest-test.parquet b/matching_3/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f479b4d5df4dae355b29e65be369e7a4dd5408b2 --- /dev/null +++ b/matching_3/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09269d82a0306e907d4bbfb59a09125b45f1b3a3d1c62f2d647c41f6ba4ffeb4 +size 8106070 diff --git a/matching_3/newyorker_caption_contest-train-00000-of-00002.parquet b/matching_3/newyorker_caption_contest-train-00000-of-00002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..15a038a378fc434025d53abddfe5ece6336a8045 --- /dev/null +++ b/matching_3/newyorker_caption_contest-train-00000-of-00002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c38ee8f5d3145596030e25fc516090487864e7923f212402b064d7b345d0f14 +size 178463714 diff --git a/matching_3/newyorker_caption_contest-train-00001-of-00002.parquet b/matching_3/newyorker_caption_contest-train-00001-of-00002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..59bb0f9afd39ca23dbb9543315b1bebf59847b65 --- /dev/null +++ b/matching_3/newyorker_caption_contest-train-00001-of-00002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0db3333ba416e83fa4146221a316fd96951d4dce44880819c9a859e408f98b +size 41582774 diff --git a/matching_3/newyorker_caption_contest-validation.parquet b/matching_3/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1cc63716d305ae61bc0927c00e73631acc4a1c4f --- /dev/null +++ b/matching_3/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27999119cbcc48edee84b60a37571ba84d42609cde3dfee9f4f813289d098428 +size 8407752 diff --git a/matching_4/newyorker_caption_contest-test.parquet b/matching_4/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dfe39b8f4d8865a9b3c071600a302b023d7204b7 --- /dev/null +++ b/matching_4/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f05406de31636a5962ca865849f627a7fba5fca775f37e24452d2aebce038fa2 +size 8420588 diff --git a/matching_4/newyorker_caption_contest-train-00000-of-00002.parquet b/matching_4/newyorker_caption_contest-train-00000-of-00002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9caf7cbbe37284c1bf080e8e0b6f7824930f64d2 --- /dev/null +++ b/matching_4/newyorker_caption_contest-train-00000-of-00002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b0fc0d41cc36436e19d4238723425b3471ef56ac501b9271354d3691e15874 +size 183237892 diff --git a/matching_4/newyorker_caption_contest-train-00001-of-00002.parquet b/matching_4/newyorker_caption_contest-train-00001-of-00002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da4625739b624dd82f131aa12aeb1627510b8448 --- /dev/null +++ b/matching_4/newyorker_caption_contest-train-00001-of-00002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aadaced6d5bd9a53f3c4f5a5492c363c27b7f0637492f1071d9a95c8c030ac9 +size 44304625 diff --git a/matching_4/newyorker_caption_contest-validation.parquet b/matching_4/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5f4e580c4df7623a23af7bcd6dacf243b3eebd9 --- /dev/null +++ b/matching_4/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1b413231ed94712fdfafcccecc8ad10d91ef05daa8e9b249dc110c7f9ad665 +size 7266869 diff --git a/matching_from_pixels/newyorker_caption_contest-test.parquet b/matching_from_pixels/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d84036776fdca8c33e419ded1fff62a9c92540a6 --- /dev/null +++ b/matching_from_pixels/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b62be101b47bd20a6314f4a7f0b3e2ad421e3af9c03277d6c0420244defdfb +size 7111170 diff --git a/matching_from_pixels/newyorker_caption_contest-train.parquet b/matching_from_pixels/newyorker_caption_contest-train.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ad8ff2cd65f77eaca48d53b06b3242468b622e7 --- /dev/null +++ b/matching_from_pixels/newyorker_caption_contest-train.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749904ef72407d832434a3645b3e096838c01b54015634c1349336721b4fa22f +size 44572902 diff --git a/matching_from_pixels/newyorker_caption_contest-validation.parquet b/matching_from_pixels/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8049fa87792112bc28350cf56eb25e9864cd6d40 --- /dev/null +++ b/matching_from_pixels/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8257705ae25123f6597a7a50107c1471c44ee08910e74fcda657b61ee33d08e0 +size 8328800 diff --git a/matching_from_pixels_1/newyorker_caption_contest-test.parquet b/matching_from_pixels_1/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d775d74815ef0f74a2a88e73e4a4a27fd77c4871 --- /dev/null +++ b/matching_from_pixels_1/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b63c4813267a0c8981729e985e0f4b498750d34e00d843ffd6178893a128ef9 +size 8332913 diff --git a/matching_from_pixels_1/newyorker_caption_contest-train.parquet b/matching_from_pixels_1/newyorker_caption_contest-train.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53257ee3a987fc912bdd367ac79d8dc896695a93 --- /dev/null +++ b/matching_from_pixels_1/newyorker_caption_contest-train.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c8a00f62112a2557caf027c702c0b4612f180ff3116cb72207952f32129ccd +size 41355527 diff --git a/matching_from_pixels_1/newyorker_caption_contest-validation.parquet b/matching_from_pixels_1/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..995a960fcaaa08432658d8f1fbc3002364281a63 --- /dev/null +++ b/matching_from_pixels_1/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f40666b0d3c251ac4473710d19d44bf2da1d13da9d3b6f3d8b990a7ff646c53 +size 8605779 diff --git a/matching_from_pixels_2/newyorker_caption_contest-test.parquet b/matching_from_pixels_2/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6cf0b984013d9a856d22525b5f511e4b0bd486ff --- /dev/null +++ b/matching_from_pixels_2/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea80d2776245b475050d27113fb9832bca7132cc0b97c19aa93b0100e9b7a28f +size 8599674 diff --git a/matching_from_pixels_2/newyorker_caption_contest-train.parquet b/matching_from_pixels_2/newyorker_caption_contest-train.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bad9899daec0144e0a5eb021ee344077b587726f --- /dev/null +++ b/matching_from_pixels_2/newyorker_caption_contest-train.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11dd9c8ab364d9e15eae102149e054990d023acbd345b3f33d440b0939475bdd +size 41917383 diff --git a/matching_from_pixels_2/newyorker_caption_contest-validation.parquet b/matching_from_pixels_2/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..251c81691724e49a9dbb960f62fa20b22f3c8225 --- /dev/null +++ b/matching_from_pixels_2/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b7a4aa7c3499442885b3a3178ac2edbdb90abf2cb2536826a6882e92a141c7 +size 7945363 diff --git a/matching_from_pixels_3/newyorker_caption_contest-test.parquet b/matching_from_pixels_3/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..832e76927c709a8543dbc5a106d47cf32960aab1 --- /dev/null +++ b/matching_from_pixels_3/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed0864164c817a2adfe17f29c270315382c864d294539831c1f76f68d678818d +size 7937722 diff --git a/matching_from_pixels_3/newyorker_caption_contest-train.parquet b/matching_from_pixels_3/newyorker_caption_contest-train.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a05732f0ae3e9163c37969cb006622fccf8dd280 --- /dev/null +++ b/matching_from_pixels_3/newyorker_caption_contest-train.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba40b77477028a46e8c8eb65de4172f7e6d7208fdc7a84966de465bf93c4895a +size 42410524 diff --git a/matching_from_pixels_3/newyorker_caption_contest-validation.parquet b/matching_from_pixels_3/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83121363f1edb2b9f2724a243c002dd8f78df1bf --- /dev/null +++ b/matching_from_pixels_3/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93516d8ad5637ad966a714fc3cca1236636f15b62cbbb72432cf101226a66dae +size 8254302 diff --git a/matching_from_pixels_4/newyorker_caption_contest-test.parquet b/matching_from_pixels_4/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9653f9d7167997e93b2cece401bcf5d1d58afdd --- /dev/null +++ b/matching_from_pixels_4/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a864bd00495b3f75fa62999ff199e4109fbc5c9ac99d959e0edeedb0e513487 +size 8255848 diff --git a/matching_from_pixels_4/newyorker_caption_contest-train.parquet b/matching_from_pixels_4/newyorker_caption_contest-train.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a50a15b72aa0553d3279b89c070dd083fa79cb3b --- /dev/null +++ b/matching_from_pixels_4/newyorker_caption_contest-train.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f553340c9ff97056d08a06246a4551f1982bd02ec3fa227e9acdc35cfd97c3e +size 44788432 diff --git a/matching_from_pixels_4/newyorker_caption_contest-validation.parquet b/matching_from_pixels_4/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee21749f053b4a62784e4c2074b86b8ac1be631f --- /dev/null +++ b/matching_from_pixels_4/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68089c65126594aa3c5ec712b5d29edc745f6915123f2ae75940d0af1c1a39c9 +size 7111186 diff --git a/newyorker_caption_contest.py b/newyorker_caption_contest.py deleted file mode 100644 index e0b1b83c2bf5b2fd842bd0e1ce4966be27bf91a1..0000000000000000000000000000000000000000 --- a/newyorker_caption_contest.py +++ /dev/null @@ -1,402 +0,0 @@ -# coding=utf-8 -# Lint as: python3 -"""The Caption Contest benchmark.""" - - -import json -import os -import datasets -import base64 -import pprint - - -_CAPTION_CONTEST_TASKS_CITATION = """\ -@article{hessel2022androids, - title={Do Androids Laugh at Electric Sheep? Humor" Understanding" Benchmarks from The New Yorker Caption Contest}, - author={Hessel, Jack and Marasovi{\'c}, Ana and Hwang, Jena D and Lee, Lillian and Da, Jeff and Zellers, Rowan and Mankoff, Robert and Choi, Yejin}, - journal={arXiv preprint arXiv:2209.06293}, - year={2022} -} - -www.capcon.dev - -Our data contributions are: - -- The cartoon-level annotations; -- The joke explanations; -- and the framing of the tasks -We release these data we contribute under CC-BY (see DATASET_LICENSE). - -If you find this data useful in your work, in addition to citing our contributions, please also cite the following, from which the cartoons/captions in our corpus are derived: - -@misc{newyorkernextmldataset, - author={Jain, Lalit and Jamieson, Kevin and Mankoff, Robert and Nowak, Robert and Sievert, Scott}, - title={The {N}ew {Y}orker Cartoon Caption Contest Dataset}, - year={2020}, - url={https://nextml.github.io/caption-contest-data/} -} - -@inproceedings{radev-etal-2016-humor, - title = "Humor in Collective Discourse: Unsupervised Funniness Detection in The {New Yorker} Cartoon Caption Contest", - author = "Radev, Dragomir and - Stent, Amanda and - Tetreault, Joel and - Pappu, Aasish and - Iliakopoulou, Aikaterini and - Chanfreau, Agustin and - de Juan, Paloma and - Vallmitjana, Jordi and - Jaimes, Alejandro and - Jha, Rahul and - Mankoff, Robert", - booktitle = "LREC", - year = "2016", -} - -@inproceedings{shahaf2015inside, - title={Inside jokes: Identifying humorous cartoon captions}, - author={Shahaf, Dafna and Horvitz, Eric and Mankoff, Robert}, - booktitle={KDD}, - year={2015}, -} -""" - - -_CAPTION_CONTEST_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 -of 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. -""" - -_MATCHING_DESCRIPTION = """\ -You are given a cartoon and 5 captions. Only one of the captions was truly written about the cartoon. You must select it. -""" - -_RANKING_DESCRIPTION = """\ -You 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. -""" - -_EXPLANATION_DESCRIPTION = """\ -You are given a cartoon and a caption that was written about it. You must autoregressively generate a joke explanation. -""" - - -_IMAGES_URL = "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip" - - -def _get_configs_crossvals(): - cross_val_configs = [] - for split_idx in [1,2,3,4]: - cur_split_configs = [ - CaptionContestConfig( - name='matching_{}'.format(split_idx), - description=_MATCHING_DESCRIPTION, - features=[ - 'image', - 'contest_number', - 'image_location', - 'image_description', - 'image_uncanny_description', - 'entities', - 'questions', - 'caption_choices', - 'from_description', - ], - label_classes=["A", "B", "C", "D", "E"], - data_url='https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/matching_{}.zip'.format(split_idx), - url='www.capcon.dev', - citation=_CAPTION_CONTEST_TASKS_CITATION, - ), - - CaptionContestConfig( - name='matching_from_pixels_{}'.format(split_idx), - description=_MATCHING_DESCRIPTION, - features=[ - 'image', - 'contest_number', - 'caption_choices', - ], - label_classes=["A", "B", "C", "D", "E"], - data_url='https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/matching_from_pixels_{}.zip'.format(split_idx), - url='www.capcon.dev', - citation=_CAPTION_CONTEST_TASKS_CITATION, - ), - - CaptionContestConfig( - name='ranking_{}'.format(split_idx), - description=_RANKING_DESCRIPTION, - features=[ - 'image', - 'contest_number', - 'image_location', - 'image_description', - 'image_uncanny_description', - 'entities', - 'questions', - 'caption_choices', - 'from_description', - 'winner_source', - ], - - label_classes=["A", "B"], - data_url='https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/ranking_{}.zip'.format(split_idx), - url='www.capcon.dev', - citation=_CAPTION_CONTEST_TASKS_CITATION, - ), - - CaptionContestConfig( - name='ranking_from_pixels_{}'.format(split_idx), - description=_RANKING_DESCRIPTION, - features=[ - 'image', - 'contest_number', - 'caption_choices', - 'winner_source', - ], - label_classes=["A", "B"], - data_url='https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/ranking_from_pixels_{}.zip'.format(split_idx), - url='www.capcon.dev', - citation=_CAPTION_CONTEST_TASKS_CITATION, - ), - - - CaptionContestConfig( - name='explanation_{}'.format(split_idx), - description=_EXPLANATION_DESCRIPTION, - features=[ - 'image', - 'contest_number', - 'image_location', - 'image_description', - 'image_uncanny_description', - 'entities', - 'questions', - 'caption_choices', - 'from_description', - ], - label_classes=None, - data_url='https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/explanation_{}.zip'.format(split_idx), - url='www.capcon.dev', - citation=_CAPTION_CONTEST_TASKS_CITATION, - ), - - CaptionContestConfig( - name='explanation_from_pixels_{}'.format(split_idx), - description=_EXPLANATION_DESCRIPTION, - features=[ - 'image', - 'contest_number', - 'caption_choices', - ], - label_classes=None, - data_url='https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/explanation_from_pixels_{}.zip'.format(split_idx), - url='www.capcon.dev', - citation=_CAPTION_CONTEST_TASKS_CITATION, - ), - ] - cross_val_configs.extend(cur_split_configs) - return cross_val_configs - - -class CaptionContestConfig(datasets.BuilderConfig): - """BuilderConfig for Caption Contest.""" - - def __init__(self, features, data_url, citation, url, label_classes=None, **kwargs): - """BuilderConfig for Caption Contest. - Args: - features: `list[string]`, list of the features that will appear in the - feature dict. Should not include "label". - data_url: `string`, url to download the zip file from. - citation: `string`, citation for the data set. - url: `string`, url for information about the data set. - label_classes: `list[string]`, the list of classes for the label if the - label is present as a string. If not provided, there is no fixed label set. - **kwargs: keyword arguments forwarded to super. - """ - - super(CaptionContestConfig, self).__init__(version=datasets.Version("1.0.0"), **kwargs) - self.features = features - self.data_url = data_url - self.citation = citation - self.url = url - self.label_classes = label_classes - - -class CaptionContest(datasets.GeneratorBasedBuilder): - """The CaptionContest benchmark.""" - - BUILDER_CONFIGS = [ - CaptionContestConfig( - name='matching', - description=_MATCHING_DESCRIPTION, - features=[ - 'image', - 'contest_number', - 'image_location', - 'image_description', - 'image_uncanny_description', - 'entities', - 'questions', - 'caption_choices', - 'from_description', - ], - label_classes=["A", "B", "C", "D", "E"], - data_url='https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/matching.zip', - url='www.capcon.dev', - citation=_CAPTION_CONTEST_TASKS_CITATION, - ), - - CaptionContestConfig( - name='matching_from_pixels', - description=_MATCHING_DESCRIPTION, - features=[ - 'image', - 'contest_number', - 'caption_choices', - ], - label_classes=["A", "B", "C", "D", "E"], - data_url='https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/matching_from_pixels.zip', - url='www.capcon.dev', - citation=_CAPTION_CONTEST_TASKS_CITATION, - ), - - CaptionContestConfig( - name='ranking', - description=_RANKING_DESCRIPTION, - features=[ - 'image', - 'contest_number', - 'image_location', - 'image_description', - 'image_uncanny_description', - 'entities', - 'questions', - 'caption_choices', - 'from_description', - 'winner_source', - ], - label_classes=["A", "B"], - data_url='https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/ranking.zip', - url='www.capcon.dev', - citation=_CAPTION_CONTEST_TASKS_CITATION, - ), - - CaptionContestConfig( - name='ranking_from_pixels', - description=_RANKING_DESCRIPTION, - features=[ - 'image', - 'contest_number', - 'caption_choices', - 'winner_source', - ], - label_classes=["A", "B"], - data_url='https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/ranking_from_pixels.zip', - url='www.capcon.dev', - citation=_CAPTION_CONTEST_TASKS_CITATION, - ), - - - CaptionContestConfig( - name='explanation', - description=_EXPLANATION_DESCRIPTION, - features=[ - 'image', - 'contest_number', - 'image_location', - 'image_description', - 'image_uncanny_description', - 'entities', - 'questions', - 'caption_choices', - 'from_description', - ], - label_classes=None, - data_url='https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/explanation.zip', - url='www.capcon.dev', - citation=_CAPTION_CONTEST_TASKS_CITATION, - ), - - CaptionContestConfig( - name='explanation_from_pixels', - description=_EXPLANATION_DESCRIPTION, - features=[ - 'image', - 'contest_number', - 'caption_choices', - ], - label_classes=None, - data_url='https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/explanation_from_pixels.zip', - url='www.capcon.dev', - citation=_CAPTION_CONTEST_TASKS_CITATION, - ), - ] + _get_configs_crossvals() - - - def _info(self): - features = {feature: datasets.Value("string") for feature in self.config.features} - # things are strings except for contest_number, entities, questions, and caption choices (if not explanation) - features['contest_number'] = datasets.Value("int32") - if 'explanation' not in self.config.name: - features['caption_choices'] = datasets.features.Sequence(datasets.Value("string")) - - if 'entities' in features: - features['entities'] = datasets.features.Sequence(datasets.Value("string")) - - if 'questions' in features: - features['questions'] = datasets.features.Sequence(datasets.Value("string")) - - if 'image' in features: - features['image'] = datasets.Image() - - features['label'] = datasets.Value("string") - features['n_tokens_label'] = datasets.Value("int32") - features['instance_id'] = datasets.Value("string") - - return datasets.DatasetInfo( - description=_CAPTION_CONTEST_DESCRIPTION + self.config.description, - features=datasets.Features(features), - homepage=self.config.url, - citation=self.config.citation - ) - - def _split_generators(self, dl_manager): - dl_dir = dl_manager.download_and_extract(self.config.data_url) or "" - self.images_dir = dl_manager.download_and_extract(_IMAGES_URL) - task_name = _get_task_name_from_data_url(self.config.data_url) - dl_dir = os.path.join(dl_dir, task_name) - - return [ - datasets.SplitGenerator( - name=datasets.Split.TRAIN, - gen_kwargs={ - "data_file": os.path.join(dl_dir, "train.jsonl"), - "split": datasets.Split.TRAIN, - }, - ), - datasets.SplitGenerator( - name=datasets.Split.VALIDATION, - gen_kwargs={ - "data_file": os.path.join(dl_dir, "val.jsonl"), - "split": datasets.Split.VALIDATION, - }, - ), - datasets.SplitGenerator( - name=datasets.Split.TEST, - gen_kwargs={ - "data_file": os.path.join(dl_dir, "test.jsonl"), - "split": datasets.Split.TEST, - }, - ), - ] - - def _generate_examples(self, data_file, split): - with open(data_file, encoding="utf-8") as f: - for line in f: - row = json.loads(line) - with open(self.images_dir + "/all_contest_images/{}.jpeg".format(row['contest_number']), "rb") as image: - row['image'] = {"path": self.images_dir + "/all_contest_images/{}.jpeg".format(row['contest_number']), - "bytes": image.read()} - yield row['instance_id'], row - -def _get_task_name_from_data_url(data_url): - return data_url.split("/")[-1].split(".")[0] diff --git a/ranking/newyorker_caption_contest-test.parquet b/ranking/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db4d4a9339fffadf910c0029b06a97d20345fec7 --- /dev/null +++ b/ranking/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a441e06fce5791fb4004b699bf5b5dbf22bc9109e52dcc81e9d5a31bdd70f7 +size 6990904 diff --git a/ranking/newyorker_caption_contest-train-00000-of-00002.parquet b/ranking/newyorker_caption_contest-train-00000-of-00002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04fb5894727f1efe7c57e012347a917615a15c57 --- /dev/null +++ b/ranking/newyorker_caption_contest-train-00000-of-00002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f803d9b855b243bb993dca4f55692b93341007f6683e687fadff5331e56d961a +size 176697446 diff --git a/ranking/newyorker_caption_contest-train-00001-of-00002.parquet b/ranking/newyorker_caption_contest-train-00001-of-00002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8bef3e7826fe3457e4ebbc804c55e55b4ff0c7d --- /dev/null +++ b/ranking/newyorker_caption_contest-train-00001-of-00002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788c0a734e3d10ece9e8bad70432ce4309b1a6efd4503735ab4f419cac86a689 +size 39928778 diff --git a/ranking/newyorker_caption_contest-validation.parquet b/ranking/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a15509289a344d510026b1b6fbded7543159b69c --- /dev/null +++ b/ranking/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:257214e67a3ea96581f72ebf94c4ceb318338b203d8398c5b11c9147d4fa88a1 +size 7998804 diff --git a/ranking_1/newyorker_caption_contest-test.parquet b/ranking_1/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c7b5d1ba0530473c6e032c43e3d5b29c2a9de45 --- /dev/null +++ b/ranking_1/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f5cbb946fe4134215f2559c26ea050c6effb30fd216a3bde9bf54c8b0aa8fbe +size 7996444 diff --git a/ranking_1/newyorker_caption_contest-train-00000-of-00002.parquet b/ranking_1/newyorker_caption_contest-train-00000-of-00002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6a5c0457a26158c6972c36471e2d8233f97733d8 --- /dev/null +++ b/ranking_1/newyorker_caption_contest-train-00000-of-00002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5275899e1272d60cee20609dd11f6d8f159efbaae25d7fcfff9330380a0196da +size 188673190 diff --git a/ranking_1/newyorker_caption_contest-train-00001-of-00002.parquet b/ranking_1/newyorker_caption_contest-train-00001-of-00002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66bc30676393f6ffe957ab4564d860e389ae24b8 --- /dev/null +++ b/ranking_1/newyorker_caption_contest-train-00001-of-00002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22da25f1cf1596387337f2eed06e987f0cf750440f46731fc67e6881e53802f9 +size 16176296 diff --git a/ranking_1/newyorker_caption_contest-validation.parquet b/ranking_1/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a242921313d5f4c08de8eb90d80d68e036cdbb96 --- /dev/null +++ b/ranking_1/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad514b98d0162fb92e9d2da91f8bdfa84b3f9c6674c0f4b1a0085a2723f7dce +size 8336917 diff --git a/ranking_2/newyorker_caption_contest-test.parquet b/ranking_2/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..629bed1fa6265acc95e73eb996af351c46d10bc5 --- /dev/null +++ b/ranking_2/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eecb3d9593d4e02a52b538c7c07bb54c1d39a61b35e46d737ef722dc96ae1fd +size 8329551 diff --git a/ranking_2/newyorker_caption_contest-train-00000-of-00002.parquet b/ranking_2/newyorker_caption_contest-train-00000-of-00002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0288a2c7267a5ebf1fda19335b20a2ce05c991d --- /dev/null +++ b/ranking_2/newyorker_caption_contest-train-00000-of-00002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68727abf829f0a601808218dd69e299307c0e22001f17b70400223c4d7562e3 +size 189454658 diff --git a/ranking_2/newyorker_caption_contest-train-00001-of-00002.parquet b/ranking_2/newyorker_caption_contest-train-00001-of-00002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4c5e0107e1542598dae91c020b6003f6f6a7b01 --- /dev/null +++ b/ranking_2/newyorker_caption_contest-train-00001-of-00002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a748a0fa24c76fa48b32821e767d63699b886bd6d5872ffdbb83d7f82ceae265 +size 12168276 diff --git a/ranking_2/newyorker_caption_contest-validation.parquet b/ranking_2/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a46c796739d1ec4ecb2ed3b439bedbc61e5fca40 --- /dev/null +++ b/ranking_2/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd791fdb7f00e0e506e1b7d606c6978694a522a377c20b5129eeaf94cc48fccb +size 7749458 diff --git a/ranking_3/newyorker_caption_contest-test.parquet b/ranking_3/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb22cb34993b93ca9136fb02eb2009ac21997fb1 --- /dev/null +++ b/ranking_3/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90cf2b1babb5eb1b6600d2f3e82123650e07ffa6822a0f090b3d74cfc9e19f2c +size 7741550 diff --git a/ranking_3/newyorker_caption_contest-train-00000-of-00002.parquet b/ranking_3/newyorker_caption_contest-train-00000-of-00002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c80948ca4d8b5082135275e679ac89806e4bdfe3 --- /dev/null +++ b/ranking_3/newyorker_caption_contest-train-00000-of-00002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6660a1c6440fa063b4563d13ddc3458d65b09063297d5926a5eaf33b7a872da +size 190634122 diff --git a/ranking_3/newyorker_caption_contest-train-00001-of-00002.parquet b/ranking_3/newyorker_caption_contest-train-00001-of-00002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db28bcc3aeb24f8f9027997db67f7c7ec6e75049 --- /dev/null +++ b/ranking_3/newyorker_caption_contest-train-00001-of-00002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e575c7d69feee998c441b61426982dd511a7695d0826767376db5dcc1573405 +size 12763136 diff --git a/ranking_3/newyorker_caption_contest-validation.parquet b/ranking_3/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0608adc60392fbfd1bc67cbcf9cbbbc4b12b3e7 --- /dev/null +++ b/ranking_3/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bdfc6cd328cf232e3dd485861af2cfeb8688f4791c035c8f172c9428b06b8d7 +size 8175602 diff --git a/ranking_4/newyorker_caption_contest-test.parquet b/ranking_4/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63180023a0e49e201a50adb2d9c964388af1394b --- /dev/null +++ b/ranking_4/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a8198d7530160f2f7d73569fc5ca3001ecad35d0a5d650f11b1a470821ed39 +size 8187380 diff --git a/ranking_4/newyorker_caption_contest-train-00000-of-00002.parquet b/ranking_4/newyorker_caption_contest-train-00000-of-00002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6ef9210c5d50eafc2fa09fecbbd32e75924437c --- /dev/null +++ b/ranking_4/newyorker_caption_contest-train-00000-of-00002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26c0a3afb85e2e3d6175d3771de129ae33f739a22d2c89aee52c808e314d17a +size 176310828 diff --git a/ranking_4/newyorker_caption_contest-train-00001-of-00002.parquet b/ranking_4/newyorker_caption_contest-train-00001-of-00002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9968e15555a2c87c0b8d9057c755c44846692fda --- /dev/null +++ b/ranking_4/newyorker_caption_contest-train-00001-of-00002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d778d84dab550dee76dd7411798d5ea441be9d54750411370301f4183922b77c +size 36530449 diff --git a/ranking_4/newyorker_caption_contest-validation.parquet b/ranking_4/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cccaffad621ca89a3abf00902f3ecac6a72e7ca4 --- /dev/null +++ b/ranking_4/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:918af2921ba44a42aa7c5f0f544a4ed9c22a958d0693d03befb61f5c083c6178 +size 6998970 diff --git a/ranking_from_pixels/newyorker_caption_contest-test.parquet b/ranking_from_pixels/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dfe7a65d4ac8c79eff234545e366940c55b20112 --- /dev/null +++ b/ranking_from_pixels/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795f8e71be9483e3714e94c76afdcfa1cccc4a70bb51205afa324bec6114540c +size 6873468 diff --git a/ranking_from_pixels/newyorker_caption_contest-train.parquet b/ranking_from_pixels/newyorker_caption_contest-train.parquet new file mode 100644 index 0000000000000000000000000000000000000000..82c11cd8e6e2e71644d802553e53c02fd33a02f1 --- /dev/null +++ b/ranking_from_pixels/newyorker_caption_contest-train.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb0d1d12c12d5ad7e51d9f9e472152206dfcbd9560e0c4198603f28fe9e9ab7 +size 42630837 diff --git a/ranking_from_pixels/newyorker_caption_contest-validation.parquet b/ranking_from_pixels/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c34cc09d6d8b6e5c370626872973d82e29e8127 --- /dev/null +++ b/ranking_from_pixels/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1f516e3a231710c58f9043419d07c2ea327066ff40508ede7a1ab5e6f5e2e1 +size 7887342 diff --git a/ranking_from_pixels_1/newyorker_caption_contest-test.parquet b/ranking_from_pixels_1/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cbf37c0941e2dfbf5d47bde95332c14914137fa0 --- /dev/null +++ b/ranking_from_pixels_1/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a280e016b95091b1c7273771092ce85f496f841f93e6ef02579269d877c649 +size 7883182 diff --git a/ranking_from_pixels_1/newyorker_caption_contest-train.parquet b/ranking_from_pixels_1/newyorker_caption_contest-train.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72f9489e14e60fc18025d328bb8fe3d820699203 --- /dev/null +++ b/ranking_from_pixels_1/newyorker_caption_contest-train.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96d373dd1878e7512bac1652eafc960d8228bfef123386fbf2d6ec5fadb3b11 +size 41018143 diff --git a/ranking_from_pixels_1/newyorker_caption_contest-validation.parquet b/ranking_from_pixels_1/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..50a6e765f2403d95a6e1469c11917e8c29f7a676 --- /dev/null +++ b/ranking_from_pixels_1/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed48c48b295495376197a1afb119f2eeb12044f49f75690c3e65dbdf00bde3df +size 8205832 diff --git a/ranking_from_pixels_2/newyorker_caption_contest-test.parquet b/ranking_from_pixels_2/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea1da87d5c8b65cfdbb89d3686e0c5bf2c7453cc --- /dev/null +++ b/ranking_from_pixels_2/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96161564acbb2cfad87498887cbe9d709b89a64df75bb62e0dd1b9b238f53ea8 +size 8222131 diff --git a/ranking_from_pixels_2/newyorker_caption_contest-train.parquet b/ranking_from_pixels_2/newyorker_caption_contest-train.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99894938f0f7d6d7468436142e9b055b6948e02e --- /dev/null +++ b/ranking_from_pixels_2/newyorker_caption_contest-train.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9468885569ad817e4408c9ae64359419100a7dcb1bc4b5825092a7856f346482 +size 40044761 diff --git a/ranking_from_pixels_2/newyorker_caption_contest-validation.parquet b/ranking_from_pixels_2/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00d85737a1ae2f812694edd061e71bc6e7df4260 --- /dev/null +++ b/ranking_from_pixels_2/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd24df0b77d4c8de94eb4206d6897a386731aee0a3c2c0625612f59462b767ec +size 7608915 diff --git a/ranking_from_pixels_3/newyorker_caption_contest-test.parquet b/ranking_from_pixels_3/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be380680d1d6da2db404fa3ec2ba9ebd623e59e3 --- /dev/null +++ b/ranking_from_pixels_3/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f474a0a14d3b62cae209d305a709a0c927ee181c145be4bb0f1391579b35582 +size 7632474 diff --git a/ranking_from_pixels_3/newyorker_caption_contest-train.parquet b/ranking_from_pixels_3/newyorker_caption_contest-train.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9229e2e222c231b3796b6f223edd58b4c6e602be --- /dev/null +++ b/ranking_from_pixels_3/newyorker_caption_contest-train.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f90e8622e57a9bd66e84b3b2df00f5362da62e66f6e932a6202e3f21a22c3f65 +size 41093868 diff --git a/ranking_from_pixels_3/newyorker_caption_contest-validation.parquet b/ranking_from_pixels_3/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0faa8c1bfc36326ed9b40bc27012aa8c1b6f506a --- /dev/null +++ b/ranking_from_pixels_3/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2876f3f8983ccdec19b42f56b9a29359f23470edd7367fefd0b7c66b4faeef9 +size 8078978 diff --git a/ranking_from_pixels_4/newyorker_caption_contest-test.parquet b/ranking_from_pixels_4/newyorker_caption_contest-test.parquet new file mode 100644 index 0000000000000000000000000000000000000000..160f225fd603b4c8cd9b8d6d81a1bb1869839999 --- /dev/null +++ b/ranking_from_pixels_4/newyorker_caption_contest-test.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87d7ba0c31b557f7b02d0f4ca0d57664d78530fdd041ffd863936d9adeff48fc +size 8077839 diff --git a/ranking_from_pixels_4/newyorker_caption_contest-train.parquet b/ranking_from_pixels_4/newyorker_caption_contest-train.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42658bd3cd4b166031d0a7105d157ae74fc6862a --- /dev/null +++ b/ranking_from_pixels_4/newyorker_caption_contest-train.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf4d263fdecc5f7a77b472daae79e212da4fb3240d229a8bc42c9aa075fca058 +size 42267510 diff --git a/ranking_from_pixels_4/newyorker_caption_contest-validation.parquet b/ranking_from_pixels_4/newyorker_caption_contest-validation.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cea47cb44e1762d5b06b3073885bee31b44ae65b --- /dev/null +++ b/ranking_from_pixels_4/newyorker_caption_contest-validation.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c5502aa42e241284c79b0db7909f3a15dca3fbe9cb4cca36cfbdf53b05909d +size 6880813