[ICML 2025] MedXpertQA: Benchmarking Expert-Level Medical Reasoning and Understanding
176
stars
13
commits
Python
primary language
Aug 30, 2026
updated
🌍 MedXpertQA has been included in official evaluations of foundation models from Google DeepMind, Meta Superintelligence Labs, ByteDance Seed, and Alibaba Qwen. See Benchmark Adoption.
MedXpertQA includes 4,460 questions spanning 17 specialties and 11 body systems. It includes two subsets, MedXpertQA Text for text medical evaluation and MedXpertQA MM for multimodal medical evaluation. The following figure presents an overview.
The following official model releases, model cards, and technical reports report evaluation results on MedXpertQA:
| Organization | Model Releases |
|---|---|
| Google DeepMind | Gemini 3 Pro, Gemma 4, DiffusionGemma |
| Meta Superintelligence Labs | Muse Spark |
| ByteDance Seed | Seed2.0 |
| Alibaba Qwen | Qwen3.5 |
| Organization | Model Releases |
|---|---|
| Google DeepMind | MedGemma 1.5, MedGemma 1 |
| Alibaba DAMO Academy | Lingshu |
| Alibaba Quark Medical Team | QuarkMed |
| LG AI Research | EXAONE 4.5 |
| ByteDance XiaoHe Medical AI | MedXIAOHE |
| ACTAVA | Cura 1T |
| MBZUAI | MedMO |
| InfiX AI | InfiMed-Foundation |
| JD Health International | Citrus-V |
Evaluation settings and evaluated subsets may differ across reports. Please refer to each source for details. The second table includes both medical-specialized systems and other advanced models that report MedXpertQA results.
We evaluate 17 leading proprietary and open-source LMMs and LLMs including advanced inference-time scaled models with a focus on the latest progress in medical reasoning capabilities. Further details are available in the leaderboard and the paper.
git clone https://github.com/TsinghuaC3I/MedXpertQA
cd MedXpertQA/eval
pip3 install -r requirements.txt
bash scripts/run.sh
The run.sh script performs inference by calling main.py, which offers additional features such as multithreading. Additionally, you can modify model/api_agent.py to support more models.
We provide a script eval.ipynb to calculate accuracy on each subset.
[!NOTE] Please use this script when evaluating the QVQ and DeepSeek-R1. Through case studies, we found that the answer cleaning function in the utils.py is unsuitable for these two models.
Shang Qu: lindsay2864tt@gmail.com
Ning Ding: dn97@mail.tsinghua.edu.cn
This project is licensed under the MIT License.
If you find our work helpful, please use the following citation.
@article{zuo2025medxpertqa,
title={Medxpertqa: Benchmarking expert-level medical reasoning and understanding},
author={Zuo, Yuxin and Qu, Shang and Li, Yifei and Chen, Zhangren and Zhu, Xuekai and Hua, Ermo and Zhang, Kaiyan and Ding, Ning and Zhou, Bowen},
journal={arXiv preprint arXiv:2501.18362},
year={2025}
}
12 commits
1 commits
Python
55.4%
Jupyter Notebook
31.8%
Shell
12.8%
[ICML 2025] MedXpertQA: Benchmarking Expert-Level Medical Reasoning and Understanding
176
stars
13
commits
Python
primary language
Aug 30, 2026
updated
🌍 MedXpertQA has been included in official evaluations of foundation models from Google DeepMind, Meta Superintelligence Labs, ByteDance Seed, and Alibaba Qwen. See Benchmark Adoption.
MedXpertQA includes 4,460 questions spanning 17 specialties and 11 body systems. It includes two subsets, MedXpertQA Text for text medical evaluation and MedXpertQA MM for multimodal medical evaluation. The following figure presents an overview.
The following official model releases, model cards, and technical reports report evaluation results on MedXpertQA:
| Organization | Model Releases |
|---|---|
| Google DeepMind | Gemini 3 Pro, Gemma 4, DiffusionGemma |
| Meta Superintelligence Labs | Muse Spark |
| ByteDance Seed | Seed2.0 |
| Alibaba Qwen | Qwen3.5 |
| Organization | Model Releases |
|---|---|
| Google DeepMind | MedGemma 1.5, MedGemma 1 |
| Alibaba DAMO Academy | Lingshu |
| Alibaba Quark Medical Team | QuarkMed |
| LG AI Research | EXAONE 4.5 |
| ByteDance XiaoHe Medical AI | MedXIAOHE |
| ACTAVA | Cura 1T |
| MBZUAI | MedMO |
| InfiX AI | InfiMed-Foundation |
| JD Health International | Citrus-V |
Evaluation settings and evaluated subsets may differ across reports. Please refer to each source for details. The second table includes both medical-specialized systems and other advanced models that report MedXpertQA results.
We evaluate 17 leading proprietary and open-source LMMs and LLMs including advanced inference-time scaled models with a focus on the latest progress in medical reasoning capabilities. Further details are available in the leaderboard and the paper.
git clone https://github.com/TsinghuaC3I/MedXpertQA
cd MedXpertQA/eval
pip3 install -r requirements.txt
bash scripts/run.sh
The run.sh script performs inference by calling main.py, which offers additional features such as multithreading. Additionally, you can modify model/api_agent.py to support more models.
We provide a script eval.ipynb to calculate accuracy on each subset.
[!NOTE] Please use this script when evaluating the QVQ and DeepSeek-R1. Through case studies, we found that the answer cleaning function in the utils.py is unsuitable for these two models.
Shang Qu: lindsay2864tt@gmail.com
Ning Ding: dn97@mail.tsinghua.edu.cn
This project is licensed under the MIT License.
If you find our work helpful, please use the following citation.
@article{zuo2025medxpertqa,
title={Medxpertqa: Benchmarking expert-level medical reasoning and understanding},
author={Zuo, Yuxin and Qu, Shang and Li, Yifei and Chen, Zhangren and Zhu, Xuekai and Hua, Ermo and Zhang, Kaiyan and Ding, Ning and Zhou, Bowen},
journal={arXiv preprint arXiv:2501.18362},
year={2025}
}
12 commits
1 commits
Python
55.4%
Jupyter Notebook
31.8%
Shell
12.8%