Papers › Context Clues: Evaluating Long Context Models for Clinical Prediction Tasks on EHRs

Context Clues: Evaluating Long Context Models for Clinical Prediction Tasks on EHRs

9 Dec 2024arXiv:2412.16178archive 2025-07-28

Michael Wornow, Suhana Bedi, Miguel Angel Fuentes Hernandez, Ethan Steinberg, Jason Alan Fries, Christopher Re, Sanmi Koyejo, Nigam H. Shah

Foundation Models (FMs) trained on Electronic Health Records (EHRs) have achieved state-of-the-art results on numerous clinical prediction tasks. However, most existing EHR FMs have context windows of <1k tokens. This prevents them from modeling full patient EHRs which can exceed 10k's of events. Recent advancements in subquadratic long-context architectures (e.g., Mamba) offer a promising solution. However, their application to EHR data has not been well-studied. We address this gap by presenting the first systematic evaluation of the effect of context length on modeling EHR data. We find that longer context models improve predictive performance -- our Mamba-based model surpasses the prior state-of-the-art on 9/14 tasks on the EHRSHOT prediction benchmark. For clinical applications, however, model performance alone is insufficient -- robustness to the unique properties of EHR is crucial. Thus, we also evaluate models across three previously underexplored properties of EHR data: (1) the prevalence of "copy-forwarded" diagnoses which creates artificial repetition of tokens within EHR sequences; (2) the irregular time intervals between EHR events which can lead to a wide range of timespans within a context window; and (3) the natural increase in disease complexity over time which makes later tokens in the EHR harder to predict than earlier ones. Stratifying our EHRSHOT results, we find that higher levels of each property correlate negatively with model performance, but that longer context models are more robust to more extreme levels of these properties. Our work highlights the potential for using long-context architectures to model EHR data, and offers a case study for identifying new challenges in modeling sequential data motivated by domains outside of natural language. We release our models and code at: https://github.com/som-shahlab/long_context_clues

PaperPDFCodeCode 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="2412.16178")

Code

Syntology Ran 0 of 13 code samples harvested from 1 repository linked to this paper; 13 have no recorded run.

By repository: official repository: 13 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/long_context_clues officialmentioned in papermentioned 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

13 samples harvested; 0 ran; 0 honoured the contract we drafted; 13 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.

13unverified

Licence: 0 of the 13 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 som-shahlab/long_context_clues. “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.

apply_rotary_pos_emb som-shahlab/long_context_clues/hf_ehr/models/gpt.py official repository unverified Apache-2.0 (permissive) · f9e894cf5a449ee8 · report
calculate_flops_per_token som-shahlab/long_context_clues/hf_ehr/models/base.py official repository unverified Apache-2.0 (permissive) · 21a3f67d0b51467a · report
compute_feature_matrix som-shahlab/long_context_clues/hf_ehr/eval/ehrshot.py official repository unverified Apache-2.0 (permissive) · 01d6a16e787ea3e1 · report
convert_lab_value_to_token_from_quantiles som-shahlab/long_context_clues/hf_ehr/utils.py official repository unverified Apache-2.0 (permissive) · aa28b86e19662530 · report
convert_lab_value_to_token_from_ranges som-shahlab/long_context_clues/hf_ehr/utils.py official repository unverified Apache-2.0 (permissive) · 4f65e9aa2f2807bc · report
fixed_pos_embedding som-shahlab/long_context_clues/hf_ehr/models/gpt.py official repository unverified Apache-2.0 (permissive) · 5bef41387946c6d0 · report
get_ckpt_name som-shahlab/long_context_clues/hf_ehr/eval/ehrshot.py official repository unverified Apache-2.0 (permissive) · de4c6427b0f8e92f · report
get_rel_path som-shahlab/long_context_clues/hf_ehr/utils.py official repository unverified Apache-2.0 (permissive) · 45234ce476272614 · report
hyena_forward som-shahlab/long_context_clues/hf_ehr/models/hyena.py official repository unverified Apache-2.0 (permissive) · bd7e025fc2906fa1 · report
load_tokenizer_config_and_metadata_from_path som-shahlab/long_context_clues/hf_ehr/config.py official repository unverified Apache-2.0 (permissive) · e35d31a309d54e00 · report
load_tokenizer_config_from_path som-shahlab/long_context_clues/hf_ehr/config.py official repository unverified Apache-2.0 (permissive) · a83875c130d6fc07 · report
rewrite_paths_for_carina_from_config som-shahlab/long_context_clues/hf_ehr/config.py official repository unverified Apache-2.0 (permissive) · ffe7a6c2e6531674 · report
rotate_every_two_v2 som-shahlab/long_context_clues/hf_ehr/models/gpt.py official repository unverified Apache-2.0 (permissive) · 0cd434a489251043 · report

Tasks

Mamba

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