MedSynVQA-2K
收藏资源简介:
MedSynVQA是一个医疗视觉问答的全训练集,包含图像和文本模态。它有多个子集,包括10K、5K、2K和1K样本的训练子集,以及针对不同生成器和验证器选择的消融研究子集。这些数据集支持RLVR和SFT训练。
MedSynVQA is a full training dataset for medical visual question answering (VQA), covering both image and text modalities. It includes multiple subsets: training subsets with 10K, 5K, 2K and 1K samples respectively, as well as ablation study subsets selected for different generator and validator configurations. These datasets support RLVR and SFT training.
MedSynVQA-2K 数据集概述
基本信息
- 数据集名称: MedSynVQA-2K
- 许可证: Apache-2.0
- 模态: 图像-文本
- 样本数量: 2K
数据集描述
MedSynVQA-2K是用于医学视觉语言问答的2K样本训练子集,专门支持RLVR训练。
技术规格
- 生成器: GLM-4.5V 108B
- 验证器: Qwen2.5-VL 72B
- 用途: RLVR训练
数据格式
python { "images": [PIL.Image], # 图像列表 "question": str, # 问题文本 "options": Dict[str, str], # 多项选择选项 "answer_label": str, # 正确答案标签(A、B、C、D、E) "answer": str, # 完整答案文本 "reasoning": str, # 思维链推理(可选) "dataset_name": str, # 源数据集名称 "dataset_index": int # 唯一样本标识符 }
相关资源
- 代码仓库: https://github.com/UCSC-VLAA/MedVLSynther
- 项目页面: https://ucsc-vlaa.github.io/MedVLSynther/
- 完整数据集: https://huggingface.co/datasets/MedVLSynther/MedVLSynther-13K




