We follow the data extraction and linking pipeline of the two datasets MIMIC-IV and MIMIC-CXR based on the task definition (i.e., inhospital mortality prediction, clinical conditions, decompensation, length of stay, and radiology).
To run this repo, you must install and run the libraries in the below yml file.
conda env create -f environment.yml
conda activate medmod
For pre-training, there are three types of training scripts that have been setup:
To evaluate the quality of the representations learned using pre-training, several scripts have been implemented:
All of the scripts above call run_gpu.py
Other useful scripts:
If you find MedMod useful for your research and applications, please cite using this BibTeX:
@article{elsharief2025medmod,
title={MedMod: Multimodal Benchmark for Medical Prediction Tasks with Electronic Health Records and Chest X-Ray Scans},
author={Elsharief, Shaza and Shurrab, Saeed and Al Jorf, Baraa and L{\'o}pez, L Juli{\'a}n Lechuga and Shamout, Farah E},
journal={Proceedings of Machine Learning Research},
volume={287},
pages={1--23},
year={2025},
publisher={ML Research Press}
}
13 commits
3 commits
Python
99.6%
We follow the data extraction and linking pipeline of the two datasets MIMIC-IV and MIMIC-CXR based on the task definition (i.e., inhospital mortality prediction, clinical conditions, decompensation, length of stay, and radiology).
To run this repo, you must install and run the libraries in the below yml file.
conda env create -f environment.yml
conda activate medmod
For pre-training, there are three types of training scripts that have been setup:
To evaluate the quality of the representations learned using pre-training, several scripts have been implemented:
All of the scripts above call run_gpu.py
Other useful scripts:
If you find MedMod useful for your research and applications, please cite using this BibTeX:
@article{elsharief2025medmod,
title={MedMod: Multimodal Benchmark for Medical Prediction Tasks with Electronic Health Records and Chest X-Ray Scans},
author={Elsharief, Shaza and Shurrab, Saeed and Al Jorf, Baraa and L{\'o}pez, L Juli{\'a}n Lechuga and Shamout, Farah E},
journal={Proceedings of Machine Learning Research},
volume={287},
pages={1--23},
year={2025},
publisher={ML Research Press}
}
13 commits
3 commits
Python
99.6%