遇见数据集

adymaharana/cococon

收藏
Hugging Face2023-04-10 更新2024-03-04 收录
官方服务:

资源简介:

--- annotations_creators: - crowdsourced language: - en language_creators: - found license: - cc-by-4.0 multilinguality: - monolingual pretty_name: CoCoCON size_categories: - 1K<n<10K tags: - consistency - visual-reasoning task_ids: [] --- # Dataset Card for CoCoCON - [Dataset Description](#dataset-description) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) ## Dataset Description CocoCON is a challenging dataset for evaluating cross-task consistency in vision-and-language models. We use contrast sets created by modifying COCO test instances for multiple tasks in small but semantically meaningful ways to change the gold label, and outline metrics for measuring if a model is consistent by ranking the original and perturbed instances across tasks. We find that state-of-the-art systems suffer from a surprisingly high degree of inconsistent behavior across tasks, especially for more heterogeneous tasks. - **Homepage:** https://adymaharana.github.io/cococon/ - **Repository:** https://github.com/adymaharana/cococon - **Paper:** https://arxiv.org/abs/2303.16133 - **Point of Contact:** adyasha@cs.unc.edu; ### Languages English. ## Dataset Structure Each sample in this dataset corresponds to a COCO image, a set of ground truth annotations for the image captioning, visual question-answering (VQA), and localization (optional) tasks, and their respective contrast sets. ### Data Fields caption (string): ground truth caption. query (string): VQA question. answer (string): ground truth VQA answer. question_id (int64): unordered unique identifier for sample. image_id (int64): COCO image id. detection (string): (optional) localization query. boxes (list): (optional) list of ground truth bounding boxes for the localization query. contrast_sets: Each sample in "contrast_sets" is a set of perturbed annotations corresponding to the ground truth annotations. Perturbed annotations are prefixed with "mutex_". file_name (string): COCO filename for the image. coco_url (string): url for downloading the image from the COCO server. flickr_url (string): url for downloading the image from Flickr. height (int64): height of image. width (int64): width of image. id (int64): ordered unique identifier for sample. ### Data Splits The CocoCON benchmark is an evaluation-only dataset. The data accessible through this link should be considered as the test split. ## Dataset Creation The CoCoCON dataset is created by a combination of machine + expert annotators who perturbed ground truth COCO annotations to create contrast sets. ## Considerations for Using the Data ### Licensing Information CC-By 4.0 ### Citation Information @article{maharana2023cococon, author = {Maharana, Adyasha and Kamath, Amita and Clark, Christopher and Bansal, Mohit and Kembhavi, Aniruddha}, title = {Exposing and Addressing Cross-Task Inconsistency in Unified Vision-Language Models.}, journal = {arxiv}, year = {2023}, }

--- annotations_creators: - 众包(crowdsourced) language: - 英语(en) language_creators: - 现有采集(found) license: - CC-BY-4.0 multilinguality: - 单语言(monolingual) pretty_name: CoCoCON size_categories: - 1000 < 样本数 < 10000 tags: - 一致性(consistency) - 视觉推理(visual-reasoning) task_ids: [] --- # CoCoCON 数据集卡片 - [数据集概述](#dataset-description) - [语言说明](#languages) - [数据集结构](#dataset-structure) - [数据字段](#data-fields) - [数据划分](#data-splits) - [数据集构建](#dataset-creation) - [数据集使用注意事项](#considerations-for-using-the-data) - [许可证信息](#licensing-information) - [引用信息](#citation-information) ## 数据集概述 CoCoCON是一款用于评估视觉语言模型(vision-and-language models)跨任务一致性的高挑战性数据集。我们通过对COCO测试集样本进行微小但语义层面有意义的修改,生成可改变金标标注(gold label)的对比样本集(contrast sets),并提出了通过跨任务下对原始样本与扰动样本进行排序来衡量模型一致性的评估指标。研究发现,当前最先进的视觉语言模型在跨任务场景下存在着令人意外的严重不一致行为,在异质性更强的任务中这一问题尤为突出。 - **主页**:https://adymaharana.github.io/cococon/ - **代码仓库**:https://github.com/adymaharana/cococon - **相关论文**:https://arxiv.org/abs/2303.16133 - **联系方式**:adyasha@cs.unc.edu; ### 语言说明 英语。 ## 数据集结构 本数据集的每个样本对应一张COCO图像、一组用于图像字幕生成、视觉问答(Visual Question Answering,VQA)以及定位(可选)任务的真实标注,以及对应的对比样本集(contrast sets)。 ### 数据字段 `caption (string)`:真实字幕文本。 `query (string)`:VQA问题文本。 `answer (string)`:VQA真实答案。 `question_id (int64)`:样本的无序唯一标识符。 `image_id (int64)`:COCO图像ID。 `detection (string)`:(可选)定位查询文本。 `boxes (list)`:(可选)定位查询对应的真实边界框列表。 `contrast_sets`:该字段下的每个样本均为一组与真实标注对应的扰动标注,扰动标注均以"mutex_"作为前缀。 `file_name (string)`:图像对应的COCO文件名。 `coco_url (string)`:从COCO服务器下载图像的链接。 `flickr_url (string)`:从Flickr平台下载图像的链接。 `height (int64)`:图像高度。 `width (int64)`:图像宽度。 `id (int64)`:样本的有序唯一标识符。 ### 数据划分 CoCoCON基准数据集仅用于评估,本链接提供的数据集均为测试划分。 ## 数据集构建 CoCoCON数据集通过机器辅助专家标注的方式构建,通过扰动COCO的真实标注生成对比样本集(contrast sets)。 ## 数据集使用注意事项 ### 许可证信息 CC-BY 4.0 ### 引用信息 bibtex @article{maharana2023cococon, author = {Maharana, Adyasha and Kamath, Amita and Clark, Christopher and Bansal, Mohit and Kembhavi, Aniruddha}, title = {Exposing and Addressing Cross-Task Inconsistency in Unified Vision-Language Models.}, journal = {arxiv}, year = {2023}, }

提供机构:
adymaharana
原始信息汇总

数据集概述

名称: CoCoCON

语言: 英语

创建方式: 机器 + 专家注释者

许可证: CC-By 4.0

数据集大小: 1K<n<10K

标签:

  • 一致性
  • 视觉推理

数据集描述

CoCoCON是一个用于评估视觉与语言模型跨任务一致性的挑战性数据集。该数据集通过修改COCO测试实例创建对比集,以小但语义上有意义的方式改变黄金标签,并定义了衡量模型是否在跨任务中保持一致的排名指标。

数据集结构

数据字段:

  • caption (字符串): 地面实况标题。
  • query (字符串): VQA问题。
  • answer (字符串): 地面实况VQA答案。
  • question_id (int64): 样本的无序唯一标识符。
  • image_id (int64): COCO图像ID。
  • detection (字符串): (可选) 本地化查询。
  • boxes (列表): (可选) 本地化查询的地面实况边界框列表。
  • contrast_sets: 包含与地面实况注释对应的扰动注释集。
  • file_name (字符串): COCO图像文件名。
  • coco_url (字符串): 从COCO服务器下载图像的URL。
  • flickr_url (字符串): 从Flickr下载图像的URL。
  • height (int64): 图像高度。
  • width (int64): 图像宽度。
  • id (int64): 样本的有序唯一标识符。

数据分割:

  • CocoCON基准是一个仅用于评估的数据集,通过此链接访问的数据应视为测试分割。

数据集创建

CoCoCON数据集由机器和专家注释者共同创建,通过扰动COCO地面实况注释来生成对比集。

使用数据注意事项

许可证信息: CC-By 4.0

引用信息:

@article{maharana2023cococon, author = {Maharana, Adyasha and Kamath, Amita and Clark, Christopher and Bansal, Mohit and Kembhavi, Aniruddha}, title = {Exposing and Addressing Cross-Task Inconsistency in Unified Vision-Language Models.}, journal = {arxiv}, year = {2023}, }

搜集汇总
数据集介绍
adymaharana/cococon 数据集图片
背景与挑战
背景概述
CocoCON是一个基于COCO数据集构建的评估数据集,专注于测试视觉-语言模型在跨任务(如图像描述、视觉问答和定位)中的一致性。它通过创建对比集来修改原始标注,以暴露模型的不一致行为,并提供了相关指标来衡量这种一致性。数据集仅包含测试分割,适用于模型评估和研究目的。
以上内容由遇见数据集搜集并总结生成
二维码
社区交流群
二维码
科研交流群
商业服务