ground-truth-mmmu-pro-vision-sampling-500
收藏资源简介:
该数据集包含三个配置,专为视觉语言模型(VLM)的训练或评估设计。每个配置对应不同的模型或生成模式,包括Qwen3-VL-2B-Instruct、Qwen3-VL-2B-Thinking和Qwen3-VL-30B-A3B-Instruct。数据由多模态样本构成,每个样本包含文本问题(question)、图像列表(images)、参考答案(ref_answer)、类别标签(category),以及模型处理相关的字段,如输入标记(input_ids)、生成文本(generated_texts)、生成模型路径(generation_model_name_or_path)等。数据规模方面,Qwen3-VL-2B-Instruct配置有300个训练样本,Qwen3-VL-2B-Thinking有454个,Qwen3-VL-30B-A3B-Instruct有404个。数据集适用于视觉问答、多模态指令跟随、文本生成等任务,并可能用于模型性能比较或微调。
This dataset includes three configurations designed for the training or evaluation of vision-language models (VLMs). Each configuration corresponds to different models or generation modes, such as Qwen3-VL-2B-Instruct, Qwen3-VL-2B-Thinking, and Qwen3-VL-30B-A3B-Instruct. The data consists of multimodal samples, each containing a text question, a list of images, a reference answer, a category label, and fields related to model processing, such as input tokens, generated texts, and the generation model path. In terms of data scale, the Qwen3-VL-2B-Instruct configuration has 300 training samples, Qwen3-VL-2B-Thinking has 454, and Qwen3-VL-30B-A3B-Instruct has 404. The dataset is suitable for tasks like visual question answering, multimodal instruction following, and text generation, and may be used for model performance comparison or fine-tuning.
数据集概述:skymizer/ground-truth-mmmu-pro-vision-sampling-500
该数据集是 MMMU-Pro Vision 数据集的一个子集,采样了500个样本,并包含由不同模型生成的推理结果。数据集包含四个配置,分别对应不同的模型及其推理模式。
数据集配置
数据集包含以下四个配置,每个配置仅包含一个 train 分割:
| 配置名称 | 样本数量 | 数据集大小(字节) | 下载大小(字节) |
|---|---|---|---|
| Qwen3-VL-2B-Instruct | 300 | 313,319,317 | 312,350,737 |
| Qwen3-VL-2B-Thinking | 454 | 505,125,710 | 496,891,753 |
| Qwen3-VL-30B-A3B-Instruct | 404 | 395,966,008 | 394,288,893 |
| Qwen3-VL-30B-A3B-Thinking | 494 | 521,484,114 | 517,166,050 |
数据集特征
所有四个配置共享相同的特征结构,具体如下:
| 字段名 | 数据类型 | 描述 |
|---|---|---|
| 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) |
数据文件
每个配置的数据文件均存储在对应的名称目录下,文件名模式为 train-*。例如,Qwen3-VL-2B-Instruct 配置的数据文件位于 Qwen3-VL-2B-Instruct/train-*。




