CFPO_Datasets
收藏资源简介:
CFPO_Datasets 是一个用于CFPO(具体全称未在README中说明)评估和验证的数据集集合,遵循Apache 2.0许可证。该数据集专注于多模态任务,特别是图像文本到文本的转换,适用于视觉推理、视觉语言模型以及强化学习相关的研究与应用。数据集以英语为主要语言,包含图像文件(存储为*_images.zip格式)和对应的JSON标注文件,其中标注文件分为训练集(*_train.json)、测试集(*_test.json)和验证集(*_val_V3.json)。JSON文件中的图像路径指向相应压缩包内的图像,结构上支持多模态数据处理,旨在促进视觉与语言结合的模型开发和评估。
CFPO_Datasets is a collection of datasets for evaluating and validating CFPO (its specific full name is not specified in the README), and it is licensed under the Apache 2.0 License. This collection focuses on multimodal tasks, particularly image-text to text conversion, and is applicable to research and applications related to visual reasoning, vision-language models, and reinforcement learning. The dataset collection uses English as its primary language, containing image files stored in the *_images.zip format and corresponding JSON annotation files. The annotation files are categorized into training set (*_train.json), test set (*_test.json), and validation set (*_val_V3.json). The image paths within the JSON files point to the images stored in the corresponding zip archives, and the structure supports multimodal data processing, with the goal of advancing the development and evaluation of vision-language integrated models.
数据集概述:CFPO_Datasets
该数据集用于CFPO(Counterfactual Policy Optimization for Multimodal Reasoning)研究,专注于多模态推理中的反事实策略优化。数据集遵循Apache-2.0许可证,主要面向图像-文本到文本任务,使用英语。
数据集结构
- 压缩文件:
*_images.zip包含图像文件。 - JSON文件:分为三个子集:
*_train.json:训练集标注。*_test.json:测试集标注。*_val_V3.json:验证集标注。
- 每个JSON文件对应一个数据子集,图像路径指向对应压缩文件中的内容。
数据来源
- 训练集:基于多模态基准数据集 TIGER-Lab/ViRL39K 构建。
- 验证集/测试集:来自多个公开数据集,具体包括:
- tennant/C-VQA 的测试集。
- lscpku/LogicVista 的测试集。
- LeeeeTX/MARS-Bench 的测试集。
- FanqingM/MMK12 的测试集。
- MMMU/MMMU_Pro 的视觉子集。
- AI4Math/MathVerse 中 question_type 为"multi-choice"的 testmini 子集。
- lmms-lab/textvqa 的测试集。
- We-Math/We-Math 的 testmini 子集。
- hiyouga/geometry3k 的测试集和验证集。
注意:除geometry3k外,验证集通过分层采样从对应测试集获得,仅用于训练监控。
数据字段
每条数据包含以下字段:
- image:输入图像(数据类型:列表)。
- problem:输入问题(数据类型:字符串)。
- answer:真实答案(数据类型:字符串)。
- id:数据ID(数据类型:字符串)。
- type:数据类型(数据类型:字符串)。




