94
stars
12
commits
1
linked in READMEs
Jun 24, 2025
updated
ReasonMed is the largest open-source medical reasoning dataset to date, containing 370 K high-quality question–answer examples with multi-step chain-of-thought (CoT) rationales and concise summaries. We distilled these from 1.75 M initial reasoning paths generated by three competitive large-language models (Qwen-2.5-72B, DeepSeek-R1-Distill-Llama-70B, and HuatuoGPT-o1-70B), using a rigorous multi-agent verification and refinement pipeline.
We sourced 194,925 unique multiple-choice medical questions from six established benchmarks, then generated and validated CoT paths:
| Source | # Questions |
|---|---|
| MedQA (train / dev) | 10,178 / 1,272 |
| MedMCQA (train) | 182,822 |
| PubMedQA (train / val) | 450 / 50 |
| MMLU – Anatomy (dev / val) | 5 / 14 |
| MMLU – Clinical Knowledge | 5 / 29 |
| MMLU – College Biology | 5 / 16 |
| MMLU – College Medicine | 5 / 22 |
| MMLU – Medical Genetics | 5 / 11 |
| MMLU – Professional Medicine | 5 / 31 |
| Total | 194,925 |
Multi-Agent CoT Generation
Verification (Qwen-2.5-72B)
Difficulty Tiers & Refinement
Summarization (GPT-4o-mini)
Final Dataset
To evaluate the Medium Pipeline, we sampled 1 000 questions + CoTs and used our Score Evaluator to score before and after GPT-4o-mini corrections. The average score improved by 0.8 points.
| Dataset | Samples | Avg. Score |
|---|---|---|
| Medium Pipeline (pre-opt) | 1 000 | 7.37 |
| Medium Pipeline (post-opt) | 1 000 | 8.17 |
We compared ReasonMed against two open datasets, sampling 1 000 instances each, and also evaluated 3 000 ReasonMed samples:
| Dataset | Samples | Avg. Score |
|---|---|---|
| medical-o1-reasoning-SFT | 1 000 | 8.03 |
| Medical-R1-Distill-Data | 1 000 | 8.18 |
| ReasonMed | 1 000 | 8.45 |
| ReasonMed | 3 000 | 8.50 |
We fine-tuned Qwen2.5-7B under three regimes—CoT, Response, and hybrid Reason—over three epochs and one epoch. Evaluation on MedQA, MedMCQA, PubMedQA, and six MMLU subdomains yields:
| Model | MedQA | MedMCQA (val) | PubMedQA | Anatomy | CK | C-Bio | C-Med | Med-Gene | P-Med | Total Acc | Avg. Tokens |
|---|---|---|---|---|---|---|---|---|---|---|---|
| BioMistral-7B | 45.6 ± 1.4 | 41.5 ± 0.8 | 71.0 ± 2.0 | 76.3 ± 3.7 | 63.0 ± 3.0 | 62.5 ± 4.1 | 53.8 ± 3.8 | 67.0 ± 4.7 | 53.3 ± 3.0 | 48.9 | 60.1 |
| Llama3-OpenBioLLM-8B | 57.9 ± 1.4 | 57.7 ± 0.8 | 76.0 ± 6.1 | 68.9 ± 4.0 | 77.7 ± 2.6 | 83.3 ± 3.1 | 69.4 ± 3.5 | 83.0 ± 3.8 | 79.0 ± 2.5 | 62.9 | 75.1 |
| Llama-3-8B-UltraMedical | 63.2 ± 1.4 | 57.7 ± 0.8 | 78.0 ± 5.9 | 67.4 ± 4.1 | 74.3 ± 2.7 | 75.7 ± 3.6 | 61.9 ± 3.7 | 73.0 ± 4.5 | 78.7 ± 2.5 | 63.5 | 5177.7 |
| Mistral-7B-Instruct-v0.3 | 52.2 ± 1.4 | 48.2 ± 0.8 | 82.0 ± 5.5 | 59.3 ± 4.2 | 69.4 ± 2.8 | 72.9 ± 3.7 | 56.7 ± 3.8 | 70.0 ± 4.6 | 66.5 ± 2.9 | 55.9 | 111.8 |
| Yi-1.5-9B-Chatbot | 49.8 ± 1.4 | 47.0 ± 0.8 | 69.0 ± 2.1 | 67.5 ± 3.8 | 63.9 ± 2.8 | 70.3 ± 3.8 | 51.2 ± 4.0 | 68.8 ± 4.5 | 66.7 ± 3.1 | 52.9 | 162.2 |
| HuatuoGPT-o1-7B | 68.4 ± 1.3 | 57.5 ± 0.8 | 74.0 ± 2.0 | 71.9 ± 3.9 | 78.5 ± 2.5 | 88.2 ± 2.7 | 67.6 ± 3.6 | 80.0 ± 4.0 | 77.6 ± 2.5 | 64.4 | 446.0 |
| HuatuoGPT-o1-8B | 65.4 ± 1.3 | 61.0 ± 0.8 | 74.6 ± 2.0 | 69.6 ± 4.0 | 77.7 ± 2.6 | 81.3 ± 3.3 | 69.9 ± 3.5 | 78.0 ± 4.2 | 71.0 ± 2.8 | 65.5 | 468.9 |
| ResponseMed-7B (1 epoch) | 62.2 ± 1.4 | 57.6 ± 0.8 | 84.0 ± 5.2 | 75.6 ± 3.7 | 77.7 ± 2.6 | 81.3 ± 3.3 | 69.9 ± 3.5 | 87.0 ± 3.4 | 76.8 ± 2.6 | 64.8 | – |
| CoTMed-7B (1 epoch) | 64.3 ± 1.3 | 62.4 ± 0.8 | 82.0 ± 5.5 | 77.0 ± 3.6 | 80.8 ± 2.4 | 81.3 ± 3.3 | 72.8 ± 3.4 | 90.0 ± 3.0 | 79.4 ± 2.5 | 67.8 | – |
| ReasonMed-7B (1 epoch) | 65.3 ± 1.3 | 62.3 ± 0.8 | 82.0 ± 5.5 | 74.8 ± 3.7 | 80.0 ± 2.5 | 81.3 ± 3.3 | 74.0 ± 3.4 | 86.0 ± 3.5 | 79.0 ± 2.5 | 67.7 | – |
| ResponseMed-7B | 67.5 ± 1.3 | 60.9 ± 0.8 | 80.0 ± 5.7 | 74.8 ± 3.7 | 77.4 ± 2.6 | 84.0 ± 3.1 | 71.1 ± 3.5 | 88.0 ± 3.3 | 76.5 ± 2.6 | 67.0 | 225.2 |
| CoTMed-7B | 66.3 ± 1.3 | 64.7 ± 0.7 | 80.0 ± 5.7 | 75.6 ± 3.7 | 79.6 ± 2.5 | 82.1 ± 3.2 | 71.7 ± 3.4 | 86.0 ± 3.5 | 79.9 ± 2.6 | 69.1 | 555.4 |
| ReasonMed-7B | 66.9 ± 1.3 | 65.1 ± 0.7 | 82.0 ± 5.5 | 75.6 ± 3.7 | 79.3 ± 2.5 | 79.2 ± 3.4 | 73.4 ± 3.4 | 85.0 ± 3.6 | 80.9 ± 2.4 | 69.6 | 626.0 |
Note:
- CK = Clinical Knowledge
- C-Bio = College Biology
- C-Med = College Medicine
- Med-Gene = Medical Genetics
- P-Med = Professional Medicine
@misc{sun2025reasonmed370kmultiagentgenerated,
title={ReasonMed: A 370K Multi-Agent Generated Dataset for Advancing Medical Reasoning},
author={Yu Sun and Xingyu Qian and Weiwen Xu and Hao Zhang and Chenghao Xiao and Long Li and Yu Rong and Wenbing Huang and Qifeng Bai and Tingyang Xu},
year={2025},
eprint={2506.09513},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2506.09513},
}
@misc{lasateam2025lingshugeneralistfoundationmodel,
title={Lingshu: A Generalist Foundation Model for Unified Multimodal Medical Understanding and Reasoning},
author={LASA Team and Weiwen Xu and Hou Pong Chan and Long Li and Mahani Aljunied and Ruifeng Yuan and Jianyu Wang and Chenghao Xiao and Guizhen Chen and Chaoqun Liu and Zhaodonghui Li and Yu Sun and Junao Shen and Chaojun Wang and Jie Tan and Deli Zhao and Tingyang Xu and Hao Zhang and Yu Rong},
year={2025},
eprint={2506.07044},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2506.07044},
}
94
stars
12
commits
1
linked in READMEs
Jun 24, 2025
updated
ReasonMed is the largest open-source medical reasoning dataset to date, containing 370 K high-quality question–answer examples with multi-step chain-of-thought (CoT) rationales and concise summaries. We distilled these from 1.75 M initial reasoning paths generated by three competitive large-language models (Qwen-2.5-72B, DeepSeek-R1-Distill-Llama-70B, and HuatuoGPT-o1-70B), using a rigorous multi-agent verification and refinement pipeline.
We sourced 194,925 unique multiple-choice medical questions from six established benchmarks, then generated and validated CoT paths:
| Source | # Questions |
|---|---|
| MedQA (train / dev) | 10,178 / 1,272 |
| MedMCQA (train) | 182,822 |
| PubMedQA (train / val) | 450 / 50 |
| MMLU – Anatomy (dev / val) | 5 / 14 |
| MMLU – Clinical Knowledge | 5 / 29 |
| MMLU – College Biology | 5 / 16 |
| MMLU – College Medicine | 5 / 22 |
| MMLU – Medical Genetics | 5 / 11 |
| MMLU – Professional Medicine | 5 / 31 |
| Total | 194,925 |
Multi-Agent CoT Generation
Verification (Qwen-2.5-72B)
Difficulty Tiers & Refinement
Summarization (GPT-4o-mini)
Final Dataset
To evaluate the Medium Pipeline, we sampled 1 000 questions + CoTs and used our Score Evaluator to score before and after GPT-4o-mini corrections. The average score improved by 0.8 points.
| Dataset | Samples | Avg. Score |
|---|---|---|
| Medium Pipeline (pre-opt) | 1 000 | 7.37 |
| Medium Pipeline (post-opt) | 1 000 | 8.17 |
We compared ReasonMed against two open datasets, sampling 1 000 instances each, and also evaluated 3 000 ReasonMed samples:
| Dataset | Samples | Avg. Score |
|---|---|---|
| medical-o1-reasoning-SFT | 1 000 | 8.03 |
| Medical-R1-Distill-Data | 1 000 | 8.18 |
| ReasonMed | 1 000 | 8.45 |
| ReasonMed | 3 000 | 8.50 |
We fine-tuned Qwen2.5-7B under three regimes—CoT, Response, and hybrid Reason—over three epochs and one epoch. Evaluation on MedQA, MedMCQA, PubMedQA, and six MMLU subdomains yields:
| Model | MedQA | MedMCQA (val) | PubMedQA | Anatomy | CK | C-Bio | C-Med | Med-Gene | P-Med | Total Acc | Avg. Tokens |
|---|---|---|---|---|---|---|---|---|---|---|---|
| BioMistral-7B | 45.6 ± 1.4 | 41.5 ± 0.8 | 71.0 ± 2.0 | 76.3 ± 3.7 | 63.0 ± 3.0 | 62.5 ± 4.1 | 53.8 ± 3.8 | 67.0 ± 4.7 | 53.3 ± 3.0 | 48.9 | 60.1 |
| Llama3-OpenBioLLM-8B | 57.9 ± 1.4 | 57.7 ± 0.8 | 76.0 ± 6.1 | 68.9 ± 4.0 | 77.7 ± 2.6 | 83.3 ± 3.1 | 69.4 ± 3.5 | 83.0 ± 3.8 | 79.0 ± 2.5 | 62.9 | 75.1 |
| Llama-3-8B-UltraMedical | 63.2 ± 1.4 | 57.7 ± 0.8 | 78.0 ± 5.9 | 67.4 ± 4.1 | 74.3 ± 2.7 | 75.7 ± 3.6 | 61.9 ± 3.7 | 73.0 ± 4.5 | 78.7 ± 2.5 | 63.5 | 5177.7 |
| Mistral-7B-Instruct-v0.3 | 52.2 ± 1.4 | 48.2 ± 0.8 | 82.0 ± 5.5 | 59.3 ± 4.2 | 69.4 ± 2.8 | 72.9 ± 3.7 | 56.7 ± 3.8 | 70.0 ± 4.6 | 66.5 ± 2.9 | 55.9 | 111.8 |
| Yi-1.5-9B-Chatbot | 49.8 ± 1.4 | 47.0 ± 0.8 | 69.0 ± 2.1 | 67.5 ± 3.8 | 63.9 ± 2.8 | 70.3 ± 3.8 | 51.2 ± 4.0 | 68.8 ± 4.5 | 66.7 ± 3.1 | 52.9 | 162.2 |
| HuatuoGPT-o1-7B | 68.4 ± 1.3 | 57.5 ± 0.8 | 74.0 ± 2.0 | 71.9 ± 3.9 | 78.5 ± 2.5 | 88.2 ± 2.7 | 67.6 ± 3.6 | 80.0 ± 4.0 | 77.6 ± 2.5 | 64.4 | 446.0 |
| HuatuoGPT-o1-8B | 65.4 ± 1.3 | 61.0 ± 0.8 | 74.6 ± 2.0 | 69.6 ± 4.0 | 77.7 ± 2.6 | 81.3 ± 3.3 | 69.9 ± 3.5 | 78.0 ± 4.2 | 71.0 ± 2.8 | 65.5 | 468.9 |
| ResponseMed-7B (1 epoch) | 62.2 ± 1.4 | 57.6 ± 0.8 | 84.0 ± 5.2 | 75.6 ± 3.7 | 77.7 ± 2.6 | 81.3 ± 3.3 | 69.9 ± 3.5 | 87.0 ± 3.4 | 76.8 ± 2.6 | 64.8 | – |
| CoTMed-7B (1 epoch) | 64.3 ± 1.3 | 62.4 ± 0.8 | 82.0 ± 5.5 | 77.0 ± 3.6 | 80.8 ± 2.4 | 81.3 ± 3.3 | 72.8 ± 3.4 | 90.0 ± 3.0 | 79.4 ± 2.5 | 67.8 | – |
| ReasonMed-7B (1 epoch) | 65.3 ± 1.3 | 62.3 ± 0.8 | 82.0 ± 5.5 | 74.8 ± 3.7 | 80.0 ± 2.5 | 81.3 ± 3.3 | 74.0 ± 3.4 | 86.0 ± 3.5 | 79.0 ± 2.5 | 67.7 | – |
| ResponseMed-7B | 67.5 ± 1.3 | 60.9 ± 0.8 | 80.0 ± 5.7 | 74.8 ± 3.7 | 77.4 ± 2.6 | 84.0 ± 3.1 | 71.1 ± 3.5 | 88.0 ± 3.3 | 76.5 ± 2.6 | 67.0 | 225.2 |
| CoTMed-7B | 66.3 ± 1.3 | 64.7 ± 0.7 | 80.0 ± 5.7 | 75.6 ± 3.7 | 79.6 ± 2.5 | 82.1 ± 3.2 | 71.7 ± 3.4 | 86.0 ± 3.5 | 79.9 ± 2.6 | 69.1 | 555.4 |
| ReasonMed-7B | 66.9 ± 1.3 | 65.1 ± 0.7 | 82.0 ± 5.5 | 75.6 ± 3.7 | 79.3 ± 2.5 | 79.2 ± 3.4 | 73.4 ± 3.4 | 85.0 ± 3.6 | 80.9 ± 2.4 | 69.6 | 626.0 |
Note:
- CK = Clinical Knowledge
- C-Bio = College Biology
- C-Med = College Medicine
- Med-Gene = Medical Genetics
- P-Med = Professional Medicine
@misc{sun2025reasonmed370kmultiagentgenerated,
title={ReasonMed: A 370K Multi-Agent Generated Dataset for Advancing Medical Reasoning},
author={Yu Sun and Xingyu Qian and Weiwen Xu and Hao Zhang and Chenghao Xiao and Long Li and Yu Rong and Wenbing Huang and Qifeng Bai and Tingyang Xu},
year={2025},
eprint={2506.09513},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2506.09513},
}
@misc{lasateam2025lingshugeneralistfoundationmodel,
title={Lingshu: A Generalist Foundation Model for Unified Multimodal Medical Understanding and Reasoning},
author={LASA Team and Weiwen Xu and Hou Pong Chan and Long Li and Mahani Aljunied and Ruifeng Yuan and Jianyu Wang and Chenghao Xiao and Guizhen Chen and Chaoqun Liu and Zhaodonghui Li and Yu Sun and Junao Shen and Chaojun Wang and Jie Tan and Deli Zhao and Tingyang Xu and Hao Zhang and Yu Rong},
year={2025},
eprint={2506.07044},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2506.07044},
}