CoolFace
Datasetpublic

hetanshwaghela/autoscientist-healthcare-reasoning

๐Ÿฉบ Adapted Healthcare Clinical-Reasoning (AutoScientist) Built with Adaptive Data by Adaption. A grounded, safety-blueprinted clinical-reasoning dataset โ€” and a rigorous, fully-reproducible study of when data adaptation helps a small model, and when it doesn't. ๐Ÿ“ˆ Adaptive Data quality Before โ†’ After Overall quality score 7.0 โ†’ 9.1 (+30%) Quality grade B โ†’ A Completion quality +37.9% Message quality +17.6% Percentile vs. reference corpus 15.3 โ†’ 33.0โ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/hetanshwaghela/autoscientist-healthcare-reasoning.

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes58downloads
Dataset Card

๐Ÿฉบ Adapted Healthcare Clinical-Reasoning (AutoScientist)

Built with Adaptive Data by Adaption. A grounded, safety-blueprinted clinical-reasoning dataset โ€” and a rigorous, fully-reproducible study of when data adaptation helps a small model, and when it doesn't.

<p align="center">

๐Ÿ“ˆ Adaptive Data qualityBefore โ†’ After
Overall quality score7.0 โ†’ 9.1 (+30%)
Quality gradeB โ†’ A
Completion quality+37.9%
Message quality+17.6%
Percentile vs. reference corpus15.3 โ†’ 33.0

</p>

20,000 rows of English reason-then-answer clinical reasoning across specialties (cardiology, oncology, endocrinology, infectious disease, psychiatry, and more), grounded under an explicit clinical-safety blueprint and blended with curated public-health operations examples.


โœจ Why this dataset

Most "medical LLM" datasets optimize for a final answer. This one optimizes for the reasoning that earns the answer โ€” and for doing it safely: grounded in evidence, hedged appropriately, escalating red flags, and refusing when uncertain. Every row is prompt โ†’ step-by-step reasoning โ†’ justified conclusion, then hardened with Adaptive Data's hallucination_mitigation under a clinical blueprint.

The result is a +30% platform-measured quality lift (Grade Bโ†’A) with the largest gain exactly where it matters clinically โ€” completion quality +37.9%.

๐Ÿ”ฌ Provenance pipeline (reproducible end-to-end)

FreedomIntelligence/medical-o1-reasoning-SFT   (Apache-2.0, gold chain-of-thought)
        โ”‚   prompt = Question
        โ”‚   completion = Complex_CoT + "\n\nFinal answer:\n" + Response
        โ–ผ
+ 30 curated CDC-grounded public-health operations rows   (safe escalation / refusal / grounding)
        โ–ผ
Adaptive Data by Adaption   โ†’   deduplication + hallucination_mitigation
        โ”‚   steered by a clinical-reasoning safety blueprint
        โ–ผ
Adapted dataset (20,000 rows)   โ”€โ”€โ–บ   AutoScientist training (Qwen3.5-0.8B, LoRA)
  • โ€”Dataset id: 26048b57-f164-46d5-810b-12d498a76660
  • โ€”Clinical safety blueprint: ground in evidence; never fabricate stats / dosages / citations; preserve numbers exactly; present as educational reasoning, not diagnosis; recommend clinician confirmation; flag emergencies; state uncertainty.

๐Ÿงฌ Data fields

FieldTypeDescription
promptstringThe clinical question / case / instruction.
completionstringStep-by-step reasoning followed by a justified conclusion.

๐Ÿ“ฆ Splits

  • โ€”train โ€” 20,000 rows (avg completion โ‰ˆ 780 words).
  • โ€”A small held-out private evaluation set (public-health operations, source- and scenario-disjoint) is kept off-platform and not released, to prevent leakage.

๐Ÿงช The honest science: what we learned training on it

We trained the companion Qwen/Qwen3.5-0.8B (LoRA) on this data and evaluated it head-to-head against its base with an LLM judge (Gemini 3.1 pro, 200 held-out samples). The base model won (58/42). We didn't stop there โ€” we ran a second, larger run (60k rows, +40% general-purpose data, tuned recipe) and it landed lower (62/38).

Two clean runs, one conclusion โ€” a reproducible finding, not a fluke:

*Supervised fine-tuning a 0.8B already-instruction-tuned model on long (โ‰ˆ780-word) chain-of-thought increases verbosity, and the judge prefers the base's crisper answers. Dataset quality (+30%) and small-model head-to-head win-rate are different axes โ€” a better dataset does not automatically beat a strong small base.*

Evidence (see the model card): eval-loss plateaued after ~epoch 1 while train-loss kept falling (overfitting), and a higher-LR / more-steps recipe moved further from base and lost by more.

This is exactly the kind of result the AutoScientist framing is built to surface: the dataset is the contribution; the model is the honestly-reported experiment.

โœ… Intended use

  • โ€”Fine-tuning / evaluating assistants for grounded clinical reasoning and public-health operations guidance.
  • โ€”Research on chain-of-thought, hallucination mitigation, grounding, refusal, and the dataset-quality-vs-small-model-capability question above.

โš ๏ธ Out-of-scope, limitations & safety

  • โ€”Educational decision-support, not a medical device. Not for individual diagnosis, treatment, or medication dosing without a qualified clinician.
  • โ€”Reasoning is partly machine-generated (GPT-4o + medical verifier upstream, then Adaptive Data); residual errors possible. English, exam-style skew.
  • โ€”Guidance can become superseded; defer to current official sources.
  • โ€”Present conclusions as reasoning to be confirmed; never fabricate stats/dosages/ citations; preserve numeric values exactly; escalate emergencies.

๐Ÿ“œ Source, attribution & licensing

  • โ€”Foundation: FreedomIntelligence/medical-o1-reasoning-SFT โ€” Apache-2.0 (redistribution permitted with attribution). This adapted derivative: Apache-2.0.
  • โ€”Public-health blend: U.S. federal public-domain text. Source: Centers for Disease Control and Prevention. No CDC endorsement is implied.
  • โ€”Adapted with Adaptive Data by Adaption.

๐Ÿ”— Companion artifacts

  • โ€”๐Ÿงช Live demo (HF Space): https://huggingface.co/spaces/hetanshwaghela/autoscientist-healthcare-demo
  • โ€”Model (LoRA): https://huggingface.co/hetanshwaghela/autoscientist-healthcare-reasoning
  • โ€”Kaggle dataset: https://www.kaggle.com/datasets/hetanshwaghela1/autoscientist-healthcare-reasoning
  • โ€”Kaggle model: https://www.kaggle.com/models/hetanshwaghela1/autoscientist-healthcare-reasoning

Built with Adaptive Data by Adaption. Foundation: FreedomIntelligence/medical-o1-reasoning-SFT (Apache-2.0). Public-health blend: CDC public-domain text.