nopperl/pmc-image-text
收藏资源简介:
PubMed Central Figures Dataset包含从PubMed Central库中的论文提取的图像-文本对,用于训练CLIP模型。数据集以Parquet文件形式存储,包含WebDataset的元数据,但图像本身未提供,需要通过论文ID和文件名从FTP服务器获取。此外,数据集还包含一个NumPy文件,用于去除与DataComp评估数据重复的样本。
PubMed Central Figures Dataset is a collection of image-text pairs extracted from scholarly articles in the PubMed Central repository, designed for training CLIP models. The dataset is stored in Parquet files and includes metadata compliant with WebDataset specifications, while the original image files are not directly provided. Users need to retrieve the corresponding images from the FTP server using the associated paper IDs and filenames. Additionally, the dataset contains a NumPy file that is used to eliminate duplicate samples overlapping with the DataComp evaluation dataset.
PubMed Central Figures Dataset
概述
该数据集包含从PubMed Central存储库中的论文图表提取的图像-文本对。该数据集可用于训练CLIP模型。
数据格式
- 数据集包含一个Parquet文件,该文件包含WebDataset的元数据,格式为img2dataset。
- 图像本身不包含在数据集中,需要通过其他方式获取。
数据获取
- 图像无法通过HTTP URL直接获取,因此不能直接使用img2dataset工具获取数据。
- 每个样本提供论文ID(例如PMC7202302)和文件名(例如gr3.jpg)作为标识符。
- 论文本身可以从FTP服务器下载。
数据处理
- 数据集中包含一个NumPy文件,该文件包含所有不被认为是DataComp评估数据重复的样本的唯一标识符。该文件可用于数据集去重。




