SAT
收藏资源简介:
该数据集包含两个配置:real(真实)和synthetic(合成)。每个样本由多模态数据组成,包括一个图像列表(通过media字段表示)和多个文本字段:唯一标识符(id)、对话消息(messages)、答案(answer)、问题类型(question_type)以及源问题类型(source_question_type)。real配置的测试集包含150个样本,synthetic配置的测试集包含4001个样本。数据集适用于多模态任务,例如图像相关的问答、对话理解或问题类型分类。
This dataset includes two configurations: real and synthetic. Each sample consists of multimodal data, comprising an image list (via the media field) and multiple text fields: a unique identifier (id), conversation messages (messages), an answer (answer), question type (question_type), and source question type (source_question_type). The test set for the real configuration contains 150 samples, and the test set for the synthetic configuration contains 4001 samples. The dataset is suitable for multimodal tasks, such as image-related question answering, dialogue understanding, or question type classification.
数据集概述
- 数据集名称:SAT
- 数据集页面:https://huggingface.co/datasets/mm-eval/SAT
配置与结构
该数据集包含两个配置(config):
| 配置名 | 样本量(test) | 数据集大小 | 说明 |
|---|---|---|---|
real |
150 个样本 | 164,885,831 字节 | 真实数据 |
synthetic |
4,001 个样本 | 191,346,995 字节 | 合成数据 |
特征字段
所有配置共享以下字段:
| 字段名 | 类型 | 说明 |
|---|---|---|
id |
string | 样本唯一标识 |
media |
image(列表) | 关联的图片数据 |
messages |
string | 多轮对话消息 |
answer |
string | 正确答案 |
question_type |
string | 问题类型 |
source_question_type |
string | 源问题类型 |
数据划分
- 每个配置仅包含一个划分(split):
test。 real配置测试集数据文件路径:real/test-*synthetic配置测试集数据文件路径:synthetic/test-*
说明
该数据集专为多模态评估设计,包含真实场景与合成场景的图片问答数据,用于测试模型在视觉与语言推理任务上的表现。



