VSR
收藏资源简介:
该数据集是一个多模态评估数据集,包含图像和文本数据,旨在支持视觉问答或视觉关系推理等任务。数据集提供两个配置:default配置包含丰富的标注信息,每个样本包括唯一标识符(id)、图像媒体列表(media)、消息文本(messages)、答案(answer)、问题类型(question_type)、标签(label)、关系(relation)、主体实体(subj)、客体实体(obj)、源图像信息(source_image)和图像链接(image_link);zeroshot配置则简化了字段,仅包含id、media和messages,适用于零样本评估场景。两个配置均仅提供测试集,各包含1222个样本,数据以结构化格式存储,适用于多模态机器学习模型的性能测试和分析。
This dataset is a multimodal evaluation dataset containing image and text data, designed to support tasks such as visual question answering or visual relationship reasoning. The dataset offers two configurations: the default configuration includes rich annotation information, with each sample comprising a unique identifier (id), a list of image media (media), message text (messages), answer (answer), question type (question_type), label (label), relation (relation), subject entity (subj), object entity (obj), source image information (source_image), and image link (image_link); the zeroshot configuration simplifies the fields, containing only id, media, and messages, suitable for zero-shot evaluation scenarios. Both configurations provide only test sets, each containing 1222 samples, and data is stored in a structured format, applicable for performance testing and analysis of multimodal machine learning models.
数据集概述:VSR
基本信息
- 数据集名称:VSR
- 数据集页面:https://huggingface.co/datasets/mm-eval/VSR
- 数据集大小:下载大小约 101.78 MB,数据集总大小约 102.06 MB
数据集配置
- 配置名称:
default - 数据划分:仅包含
test测试集,共 1222 个样本
数据特征
数据集包含以下字段:
| 字段名 | 数据类型 | 说明 |
|---|---|---|
| id | 字符串 | 样本唯一标识 |
| media | 图像列表 | 多模态媒体,此处为图像 |
| messages | 字符串 | 对话消息内容 |
| answer | 字符串 | 答案文本 |
| question_type | 字符串 | 问题类型 |
| label | 整数 | 标签(0/1,用于二分类或判断) |
| relation | 字符串 | 关系描述 |
| subj | 字符串 | 关系中的主语 |
| obj | 字符串 | 关系中的宾语 |
| source_image | 字符串 | 来源图像信息 |
| image_link | 字符串 | 图像链接 |
数据文件
- 测试集数据存储在
data/test-*路径下,采用分片存储方式。
适用场景
该数据集适用于视觉推理(Visual Reasoning)任务,特别是涉及图像理解、关系推理、多模态问答(VQA)等场景的模型评估。



