medmax_data
收藏资源简介:
MedMax数据集是一个大规模的多模态生物医学指令调优数据集,旨在为混合模态基础模型提供训练数据。该数据集包含147万个实例,涵盖了多种任务,如多模态内容生成、生物医学图像描述和生成、视觉聊天和报告理解等。数据集的每个实例包括文本、标记化表示、图像路径、任务类型、数据来源和访问级别等信息。数据集的统计信息显示,共有1.47M个实例,725K个唯一图像和947K个唯一单词,总共有1.7B个标记(0.7B视觉标记和1B文本标记)。数据集的来源包括PubMedVision-IT、PMC-VQA等多个生物医学数据源。
The MedMax dataset is a large-scale multimodal biomedical instruction-tuning dataset developed to provide training data for hybrid-modal foundation models. It contains 1.47 million instances spanning a diverse set of tasks, such as multimodal content generation, biomedical image captioning and generation, visual chatting, report understanding, and others. Each instance within the dataset comprises information including text, tokenized representations, image paths, task types, data sources, and access levels. Statistical analyses of the dataset demonstrate that it includes 1.47M instances, 725K unique images, 947K unique words, with a total of 1.7B tokens (0.7B visual tokens and 1B text tokens). The dataset is sourced from multiple biomedical data repositories including PubMedVision-IT and PMC-VQA, among others.
MedMax Dataset
概述
MedMax 是首个大规模多模态生物医学指令调优数据集,用于混合模态基础模型的训练。该数据集包含147万条实例,涵盖多种任务,包括多模态内容生成(交错图像-文本数据)、生物医学图像描述和生成、视觉聊天和报告理解。这些任务涉及放射学和组织病理学等多个医学领域。
数据集详情
数据结构
每个数据集实例包括:
text:指令、上下文和预期响应(可以是纯文本或多模态)。tokens:文本和图像的标记化表示(需要用户下载图像并进行标记化)。image_path:对应图像文件的引用。task:生物医学任务类型(如VQA、图像生成、报告理解)。source:数据来源。credential:访问级别(yes/no),指示是否需要特殊凭证。
任务与来源
任务: 视觉聊天、VQA(视觉问答)、图像描述、多模态生成、图像生成、报告理解
来源: PubMedVision-IT, PMC-VQA, PMC_OA, QUILT_1M, QUILT_Instruct, PubMedVision-Alignment, MIMIC-CXR, OmniMedVQA, LLaVA-Med-IT, LLaVA-Med-PMC, PathVQA, SLAKE, VQA-RAD
数据集统计
- 总实例数:1.47M
- 唯一图像数:725K
- 唯一词数:947K
- 标记分布:1.7B tokens(0.7B视觉,1B文本)
使用数据集
非凭证数据(credential=no)
-
下载图像: bash cat images.tar.gz.* | tar -xzf -
-
直接从数据集文件中访问文本和标记化数据。
凭证数据(credential=yes)
- 从相应来源获取原始图像(如MIMIC-CXR、Quilt)。
- 处理图像以生成标记。
凭证图像访问
MIMIC-CXR数据集
- 访问PhysioNet并完成所需的培训课程以获取凭证。
- 下载图像文件。
Quilt和Quilt-Instruct数据集
- 通过官方表单提交访问请求。
- 下载图像后,将图像路径映射回数据集的图像路径,并使用VQGAN编码器自行标记化这些图像。
许可证
Apache 2.0




