FreedomIntelligence/medical-o1-reasoning-SFT 已完整同步
News
[2025/04/22] We split the data and kept only the medical SFT dataset (medical_o1_sft.json). The file medical_o1_sft_mix.json contains a mix of medical and general instruction data.
[2025/02/22] We released the distilled dataset from Deepseek-R1 based on medical verifiable problems. You can use it to initialize your models with the reasoning chain from Deepseek-R1.
[2024/12/25] We open-sourced the medical reasoning dataset for SFT, built on medical verifiable problems and an LLM verifier.
Introduction
This dataset is used to fine-tune HuatuoGPT-o1, a medical LLM designed for advanced medical reasoning. This dataset is constructed using GPT-4o, which searches for solutions to verifiable medical problems and validates them through a medical verifier.
For details, see our paper and GitHub repository.
Citation
If you find our data useful, please consider citing our work!
@misc{chen2024huatuogpto1medicalcomplexreasoning,
title={HuatuoGPT-o1, Towards Medical Complex Reasoning with LLMs},
author={Junying Chen and Zhenyang Cai and Ke Ji and Xidong Wang and Wanlong Liu and Rongsheng Wang and Jianye Hou and Benyou Wang},
year={2024},
eprint={2412.18925},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2412.18925},
}
6 个文件
浏览文件数据集版权信息
本数据集的许可证为 Apache License 2.0。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_ab3be228fb --revision fc2c9e8a37b38f38da6d449564a8c350b244aef4 --output ./ds_ext_ab3be228fb
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_ab3be228fb --revision fc2c9e8a37b38f38da6d449564a8c350b244aef4 --output ./ds_ext_ab3be228fb
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_ab3be228fb --revision fc2c9e8a37b38f38da6d449564a8c350b244aef4 --output ./ds_ext_ab3be228fb --overwrite
仅包含匹配路径
wehub datasets download ds_ext_ab3be228fb --revision fc2c9e8a37b38f38da6d449564a8c350b244aef4 --output ./ds_ext_ab3be228fb --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_ab3be228fb --revision fc2c9e8a37b38f38da6d449564a8c350b244aef4 --output ./ds_ext_ab3be228fb --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_ab3be228fb --revision fc2c9e8a37b38f38da6d449564a8c350b244aef4 --output ./ds_ext_ab3be228fb --jobs 8
完整帮助:wehub datasets download --help