ground-truth-mmmu-pro-standard-10-sampling-500
收藏资源简介:
该数据集是一个专为Qwen3-VL系列视觉语言模型设计的指令跟随和思维链训练数据集,包含四个配置。每个样本均为多模态数据,由文本问题、一个或多个图像、参考答案以及由指定模型生成的文本组成。数据字段详细记录了样本的元信息(如来源、ID、类别)、输入和输出的token化序列(input_ids, labels)及其长度、视觉token的统计信息(sum_vision_tokens, max_vision_tokens)以及生成模型的相关配置。数据集规模适中,四个配置的训练集样本量分别为332、467、443和492,适用于视觉语言模型的监督微调,特别是针对指令理解和多步推理能力的训练。
This dataset is designed for the Qwen3-VL series of visual language models, focusing on instruction following and chain-of-thought training, with four configurations. Each sample is multimodal, consisting of a text question, one or more images, a reference answer, and text generated by a specified model. The data fields include detailed metadata (such as source, ID, category), tokenized input and output sequences (input_ids, labels) and their lengths, visual token statistics (sum_vision_tokens, max_vision_tokens), and configurations related to the generation model. The dataset has a moderate scale, with training set sample counts of 332, 467, 443, and 492 for the four configurations. It is suitable for supervised fine-tuning of visual language models, particularly for training instruction understanding and multi-step reasoning capabilities.
数据集概述
该数据集名为 skymizer/ground-truth-mmmu-pro-standard-10-sampling-500,托管于 Hugging Face。数据集包含多个配置(config),每个配置对应一个特定的模型变体,用于评估或生成多模态理解任务的数据。数据集中包含了问题、图像、参考答案以及模型生成的文本等信息。
数据集配置
数据集包含以下四个配置,每个配置代表一个不同的模型版本:
| 配置名称 | 描述 |
|---|---|
Qwen3-VL-2B-Instruct |
基于 Qwen3-VL-2B 模型的指令版本 |
Qwen3-VL-2B-Thinking |
基于 Qwen3-VL-2B 模型的思考版本 |
Qwen3-VL-30B-A3B-Instruct |
基于 Qwen3-VL-30B-A3B 模型的指令版本 |
Qwen3-VL-30B-A3B-Thinking |
基于 Qwen3-VL-30B-A3B 模型的思考版本 |
数据集特征
每个配置(config)共享相同的特征(features)结构,具体如下:
| 特征名称 | 数据类型 | 描述 |
|---|---|---|
source |
string | 数据来源 |
item_id |
string | 数据项的唯一标识符 |
origin_id |
int64 | 原始数据ID |
sample_seed |
int64 | 采样的随机种子 |
question |
string | 多模态问题文本 |
images |
list of image | 关联的图像列表 |
num_images |
int32 | 图像数量 |
ref_answer |
string | 标准参考答案 |
category |
string | 问题类别 |
input_ids |
list of int64 | 模型输入的token ID序列 |
input_tokens_len |
int64 | 输入token的长度 |
generated_texts |
string | 模型生成的文本 |
generated_tokens_len |
int64 | 生成文本的token长度 |
n_prefill_tokens |
int64 | 预填充的token数量 |
seed |
int64 | 生成时的随机种子 |
labels |
list of int64 | 标签序列 |
image_fingerprint |
string | 图像指纹 |
image_processor_config |
string | 图像处理器配置 |
image_processor_config_hash |
string | 图像处理器配置的哈希值 |
sum_vision_tokens |
int64 | 视觉token的总数 |
max_vision_tokens |
int64 | 视觉token的最大数量 |
generation_model_name_or_path |
string | 生成模型的名称或路径 |
generation_enable_thinking |
null | 是否启用思考模式(该字段值为null) |
数据集划分 (Splits)
每个配置仅包含一个 train 划分。各配置的规模和大小如下:
| 配置名称 | 划分 | 样本数 (Num Examples) | 数据集大小 (Dataset Size) | 下载大小 (Download Size) |
|---|---|---|---|---|
Qwen3-VL-2B-Instruct |
train | 332 | 184,530,125 bytes | 183,647,326 bytes |
Qwen3-VL-2B-Thinking |
train | 467 | 255,238,137 bytes | 247,011,958 bytes |
Qwen3-VL-30B-A3B-Instruct |
train | 443 | 197,082,176 bytes | 195,759,308 bytes |
Qwen3-VL-30B-A3B-Thinking |
train | 492 | 224,639,684 bytes | 221,080,583 bytes |
数据文件
每个配置的数据文件存储在子目录中,文件命名模式为 train-*。
Qwen3-VL-2B-Instruct/train-*Qwen3-VL-2B-Thinking/train-*Qwen3-VL-30B-A3B-Instruct/train-*Qwen3-VL-30B-A3B-Thinking/train-*




