CT-LLM dataset download entry points

CT-LLM dataset download entry points

This page records the official dataset download sources used by the CT-LLM / Radiology VQA work. It is not a redistributed copy of the data.

Download helper:

bash download_datasets.sh --dry-run all
bash download_datasets.sh --root /storage/research/artorg_mia/Radiology ctrate radgenome 3drad

Most Hugging Face datasets require:

pip install -U huggingface_hub
huggingface-cli login

Kaggle-hosted datasets require the Kaggle API and a configured ~/.kaggle/kaggle.json.

DatasetOfficial sourceLicense / note
CT-RATE / CT-CHAThttps://huggingface.co/datasets/ibrahimhamamci/CT-RATECC BY-NC-SA 4.0; non-commercial research/education
RadGenome-ChestCThttps://huggingface.co/datasets/RadGenome/RadGenome-ChestCTCC BY 4.0 dataset card; CT volumes are CT-RATE-derived
3D-RADhttps://huggingface.co/datasets/Tang-xiaoxiao/3D-RAD, https://github.com/Tang-xiaoxiao/3D-RADApache-2.0 annotations/code metadata; CT images are CT-RATE-derived
M3D-VQAhttps://huggingface.co/datasets/GoodBaiBai88/M3D-VQAApache-2.0 metadata; academic/non-commercial caveats in README
CT-Benchhttps://github.com/CelestialShine/CT-Bench, https://www.kaggle.com/datasets/zhuqingqingqq/ct-benchLicense not clearly specified in local copy; verify upstream terms
RadImageNet-VQAhttps://huggingface.co/datasets/raidium/RadImageNet-VQAApache-2.0 metadata plus RadImageNet Research Use Agreement restrictions
SLAKEhttps://www.med-vqa.com/slake/No explicit standard license found; use with citation and verify before redistribution
VQA-RADhttps://osf.io/89kps/CC0 reported by common mirrors; cite the original VQA-RAD paper
VQA-MED / ImageCLEFhttps://www.imageclef.org/2021/medical/vqaChallenge-specific terms; VQA-Med 2021 helper repo uses CC BY 4.0

Release rule: share code, derived metadata, and benchmark indices where allowed; do not redistribute raw medical images or volumes, especially CT-RATE-derived, RadImageNet, M3D/Radiopaedia, or license-unclear sources.