# Medical Reasoning Dataset This dataset is an adapted version of the medical-o1-reasoning-SFT dataset, formatted to match the FineTome-100k structure for fine-tuning purposes. ## Dataset Structure The dataset follows the following format: ```json { "conversations": [ { "from": "human", "value": "medical question" }, { "from": "assistant", "value": "medical reasoning and answer" } ], "source": "medical-o1-reasoning-SFT", "score": 1.0 } ``` ## Source This dataset is adapted from [FreedomIntelligence/medical-o1-reasoning-SFT](https://huggingface.co/datasets/FreedomIntelligence/medical-o1-reasoning-SFT). ## Usage This dataset is formatted to be compatible with fine-tuning pipelines that expect the FineTome-100k format. It contains medical reasoning questions and their corresponding detailed answers, with step-by-step reasoning included. ## License The original dataset's license applies. Please refer to the source dataset for more information.