/mimicseq

Intensive Care as One Big Sequence Modeling problem

Primary LanguagePython

Intensive Care as One Big Sequence Modeling Problem

Understand

MIMIC-IV-Ext-SEQ is a benchmark for foundation models in Intensive Care, representing the journey of an intensive care patient as a sequence of event tokens with optional event intensity markers designed to make it easy to train sequence models (Transformers, etc.). See the paper for more details.

Get access

Evaluate your model

See example.py

Re-create our dataset

reproduce directory contains the Google BigQuery SQL requests that we ran on MIMIC IV database to create our dataset. It is not required to use MIMIC-IV-Ext-SEQ, but included for transparency and reproducibility.