Datasets:

Modalities:
Image
Text
Formats:
webdataset
Languages:
English
ArXiv:
Libraries:
Datasets
WebDataset
License:
neginb commited on
Commit
b5bf5b8
·
verified ·
1 Parent(s): 6109d45

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - multimodal
7
+ - image-text
8
+ ---
9
+ # OPEN-PMC
10
+
11
+ <div align="center">
12
+ <img src="https://github.com/VectorInstitute/pmc-data-extraction/blob/0a969136344a07267bb558d01f3fe76b36b93e1a/media/open-pmc-pipeline.png?raw=true"
13
+ alt="Open-PMC Pipeline"
14
+ width="1000" />
15
+ </div>
16
+ <p align="center">
17
+ <strong>Arxiv:</strong> <a href="http://arxiv.org/abs/2503.14377" target="_blank">Arxiv</a>
18
+ &nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;
19
+ <strong>Code:</strong> <a href="https://github.com/VectorInstitute/pmc-data-extraction" target="_blank">Open-PMC Github</a>
20
+ &nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;
21
+ <strong>Model Checkpoint:</strong> <a href="https://huggingface.co/vector-institute/open-pmc-clip" target="_blank">Hugging Face</a>
22
+ </p>
23
+
24
+ ## Dataset Summary
25
+ This dataset consists of image-text pairs extracted from medical papers available on PubMed Central. It has been curated to support research in medical image understanding, particularly in natural language processing (NLP) and computer vision tasks related to medical imagery. The dataset includes:
26
+ - Extracted images from research articles.
27
+ - Associated captions and sub-captions with each image.
28
+ - All pairs are filtered medical image-text pairs.
29
+ - All images are decomposed compound figures with their respective sub-captions.
30
+ - Summarized in-text references to corresponding images for better model training.
31
+
32
+ ## Supported Tasks and Benchmarks
33
+ This dataset is designed for research in:
34
+ - **Medical Image Captioning**: Training and evaluating models that generate descriptions for medical images.
35
+ - **Multimodal Learning**: Studying the relationship between medical images and their textual descriptions.
36
+ - **Image-Text Retrieval**: Enabling models to retrieve relevant images based on textual queries and vice versa.
37
+ - **Medical Language Understanding**: Assisting in understanding complex medical terminology in images.
38
+
39
+ ## Languages
40
+ The dataset primarily contains text in **English**.
41
+
42
+ ## Dataset Structure
43
+
44
+ ### Data Fields
45
+ Each record in the dataset contains:
46
+ - **PMC_ID**: Unique identifier from PubMed Central.
47
+ - **Image**: Filename of the extracted image.
48
+ - **Sub-caption**: Caption corresponding to a sub-part of a compound figure (if applicable).
49
+ - **Full caption**: Original figure caption from the research paper.
50
+ - **In-text references summary**: Summarized reference to the image from the body text of the paper.
51
+ - **In-text references**: The full in-text reference associated with the image.
52
+ - **Modality**: Image modality classification.
53
+ ### Data Splits
54
+ The dataset does not contain predefined splits. Users can split the data as needed for training, validation, and testing.
55
+ ## Dataset Creation
56
+ ### Source Data
57
+ #### Initial Data Collection and Processing
58
+ 1. **Data Collection**: We used the raw data provided in <a href="https://huggingface.co/papers/2501.07171" target="_blank">BIOMEDICA</a>.
59
+ 2. **Filtering**: Non-medical image-text pairs were removed to ensure a focused dataset.
60
+ 3. **Compound Figure Decomposition**: Multi-panel figures were split into individual sub-figures.
61
+ ### Annotations
62
+ The dataset does not contain additional manual annotations.
63
+ ## Uses
64
+ This dataset is designed for **research purposes only** and should **not** be used for:
65
+ - Clinical diagnosis.
66
+ - Medical decision-making.
67
+ - Any real-world patient care applications.
68
+ ## Ethical Considerations
69
+ - This dataset is derived from open-access publications available on PubMed Central.
70
+ - Researchers should comply with ethical guidelines and ensure that their work does not imply clinical utility.
71
+ - The dataset is intended strictly for **academic and research purposes**.
72
+ ## Citation
73
+ If you find the code useful for your research, please consider citing
74
+ ```bib
75
+ @article{baghbanzadeh2025open,
76
+ title={Open-PMC-18M: A High-Fidelity Large Scale Medical Dataset for Multimodal Representation Learning},
77
+ author={Baghbanzadeh, Negin and Ashkezari, Sajad and Dolatabadi, Elham and Afkanpour, Arash},
78
+ journal={arXiv preprint arXiv:2506.02738},
79
+ year={2025}
80
+ }
81
+ ```
82
+ ## License
83
+ This dataset is licensed under **CC-BY-4.0**, meaning it can be used for research purposes with appropriate attribution.