Papers › EHRSHOT: An EHR Benchmark for Few-Shot Evaluation of Foundation Models

EHRSHOT: An EHR Benchmark for Few-Shot Evaluation of Foundation Models

5 Jul 2023NeurIPS 2023 11arXiv:2307.02028archive 2025-07-28

Michael Wornow, Rahul Thapa, Ethan Steinberg, Jason A. Fries, Nigam H. Shah

While the general machine learning (ML) community has benefited from public datasets, tasks, and models, the progress of ML in healthcare has been hampered by a lack of such shared assets. The success of foundation models creates new challenges for healthcare ML by requiring access to shared pretrained models to validate performance benefits. We help address these challenges through three contributions. First, we publish a new dataset, EHRSHOT, which contains deidentified structured data from the electronic health records (EHRs) of 6,739 patients from Stanford Medicine. Unlike MIMIC-III/IV and other popular EHR datasets, EHRSHOT is longitudinal and not restricted to ICU/ED patients. Second, we publish the weights of CLMBR-T-base, a 141M parameter clinical foundation model pretrained on the structured EHR data of 2.57M patients. We are one of the first to fully release such a model for coded EHR data; in contrast, most prior models released for clinical data (e.g. GatorTron, ClinicalBERT) only work with unstructured text and cannot process the rich, structured data within an EHR. We provide an end-to-end pipeline for the community to validate and build upon its performance. Third, we define 15 few-shot clinical prediction tasks, enabling evaluation of foundation models on benefits such as sample efficiency and task adaptation. Our model and dataset are available via a research data use agreement from our website: https://ehrshot.stanford.edu. Code to reproduce our results are available at our Github repo: https://github.com/som-shahlab/ehrshot-benchmark

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2307.02028")

Code

Syntology Ran 5 of 16 code samples harvested from 2 repositories linked to this paper; 11 have no recorded run. Of those that ran: 5 ran with no contract checked.

By repository: official repository: 9 samples from 1 repository, 5 ran; community (archive-listed): 7 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

som-shahlab/ehrshot-benchmark officialmentioned in papermentioned on GitHubjaxApache-2.0 report
stefanhgm/ehrshot-benchmark mentioned on GitHubjaxApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 5 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

5ran
11unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

calc_metrics som-shahlab/ehrshot-benchmark/ehrshot/7b_eval_zero_shot.py official repository ran Apache-2.0 (permissive) · e387d3515af3e462 · report
compute_random_num som-shahlab/ehrshot-benchmark/ehrshot/labelers/core.py official repository ran fingerprinted Apache-2.0 (permissive) · 26d24fff8949b09f · report
get_splits som-shahlab/ehrshot-benchmark/ehrshot/9_make_cohort_plots.py official repository ran Apache-2.0 (permissive) · ff1a98172ef1054f · report
lr_lambda som-shahlab/ehrshot-benchmark/ehrshot/7_eval_finetune.py official repository ran Apache-2.0 (permissive) · 3111cc4393ec453b · report
tune_hyperparams som-shahlab/ehrshot-benchmark/ehrshot/7_eval_finetune.py official repository ran Apache-2.0 (permissive) · 1ccac98a15f1c7bc · report
fit_logreg_lbfgs som-shahlab/ehrshot-benchmark/ehrshot/7_eval_finetune.py official repository unverified Apache-2.0 (permissive) · 937f2be12f9f3025 · report
generate_shots som-shahlab/ehrshot-benchmark/ehrshot/6_generate_shots.py official repository unverified Apache-2.0 (permissive) · f2dd7454f7178ecb · report
get_k_samples som-shahlab/ehrshot-benchmark/ehrshot/6_generate_shots.py official repository unverified Apache-2.0 (permissive) · f591a2afaa8691c1 · report
guo_los_zeroshot_rollouts som-shahlab/ehrshot-benchmark/ehrshot/7b_eval_zero_shot.py official repository unverified Apache-2.0 (permissive) · 0dec51f61a914fe7 · report
export_tuning_summary_table stefanhgm/ehrshot-benchmark/ehrshot/12_merge_and_plot_revision_results.py community (archive-listed) unverified Apache-2.0 (permissive) · 3eeebfadd62f674c · report
format_icl_examples stefanhgm/ehrshot-benchmark/ehrshot/10b_fit_and_eval_decoder.py community (archive-listed) unverified Apache-2.0 (permissive) · b570adb57127d95c · report
import_run_evaluation stefanhgm/ehrshot-benchmark/ehrshot/20_run_llm_variants_experiments.py community (archive-listed) unverified Apache-2.0 (permissive) · da830e412673ca56 · report
load_data stefanhgm/ehrshot-benchmark/ehrshot/10a_fit_and_eval_encoder.py community (archive-listed) unverified Apache-2.0 (permissive) · 2612d55d41fef50d · report
resolve_instruction_from_serializations stefanhgm/ehrshot-benchmark/ehrshot/10a_fit_and_eval_encoder.py community (archive-listed) unverified Apache-2.0 (permissive) · 61478e91a0817d84 · report
select_icl_example_indices stefanhgm/ehrshot-benchmark/ehrshot/10b_fit_and_eval_decoder.py community (archive-listed) unverified Apache-2.0 (permissive) · 29373a416d078cca · report
validate_icl_shots stefanhgm/ehrshot-benchmark/ehrshot/10b_fit_and_eval_decoder.py community (archive-listed) unverified Apache-2.0 (permissive) · b0a8dc17cfae1347 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections