LIVE
News

Standardizing Clinical AI Training with Public EHR Data Repositories

HHS.gov has published a framework for a public repository of AI training datasets built on electronic health records, bundled with a pediatric ADHD annotation schema for patient-centered outcomes research.

Tara Linsley·updated July 31, 2026

Standardizing Clinical AI Training with Public EHR Data Repositories

The release lands the same week former OpenAI researcher Andrew Ho publicly argued that more than $100 billion will flow into targeted training data — because scaling laws alone won't close the generalization gap.

What's actually in the framework

The HHS.gov document — "Framework for a Public Repository of Artificial Intelligence Training Datasets Using EHR Data for Comparative Effectiveness Research & A Pediatric ADHD Patient-Centered Outcomes Annotation Schema" — sketches how curated, de-identified clinical datasets could be shared for comparative effectiveness work. The ADHD schema adds a structured outcomes layer that researchers can reuse instead of re-labeling from scratch. Think of it as boilerplate for clinical NLP: standardize the annotations once, benchmark against them on every new model. Gotcha to watch for — only the title made it into our pack, so treat exact scope, access terms, and licensing as TBD until the full PDF surfaces. Run that sanity check before you wire any pipeline against it.

Why it matters for the data side

This isn't happening in a vacuum. Ho, departing OpenAI after eight months, is building datasets for complex scientific analyses in bioinformatics — where he notes current frontier models like GPT-5.6 Sol land around 30% success — and for everyday lab work like evaluating experiment photos. His thesis: most economically relevant skills are barely represented in existing corpora, and labs will have to spend aggressively on targeted collection. Cambridge researcher Adam Hunt backs the read, pointing out that RL-driven gains concentrate where verifiable reward signals exist (code, math) while broader reasoning stalls; he pegs his own confidence in near-term generalization at roughly 40%. DeepMind's Tom Zahavy sharpens the diagnosis in a position paper called "LLMs can't jump": models handle deduction and induction but fail at creative abduction — inventing causes with no linguistic precedent. Layer on top of that: HPCwire reports Mozilla Data Collective has introduced compensated datasets for AI training, signaling a broader shift toward paying for provenance rather than scraping it. The practical takeaway for dataset engineers — curated, domain-specific, attribution-aware corpora are becoming the bottleneck, not the next parameter count.

What to do this week

Three quick checks before you build anything:

  • Pull the HHS framework PDF when it's available and diff its annotation schema against your current label spec — the ADHD outcome categories are the most likely reuse target.
  • If you're working in clinical NLP or bioinformatics, track Ho's forthcoming dataset releases; he's explicitly targeting the gap his own former employer's models couldn't close.
  • For provenance-heavy pipelines, evaluate whether compensated datasets like Mozilla's fit your licensing model — the cost structure is going to diverge sharply from web-scraped alternatives.

For a deeper read on where current reasoning models structurally hit their ceiling, this explainer on the limits of deduction versus creative abduction is worth bookmarking alongside the HHS release.