--- license: pddl license_name: physionet-credentialed-health-data-license-1.5.0 license_link: https://physionet.org/content/mimiciv/view-license/3.1/ language: - en tags: - medical - clinical - ecg - ehr - multimodal - question-answering - prognosis - mimic-iv task_categories: - question-answering size_categories: - 100K Citation ```bibtex @INPROCEEDINGS{11461333, author = {Tang, Jialu and Xia, Tong and Lu, Yuan and Saeed, Aaqib}, booktitle = {ICASSP 2026 - 2026 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, title = {UniPACT: A Multimodal Framework for Prognostic Question Answering on Raw ECG and Structured EHR}, year = {2026}, pages = {22537-22541}, doi = {10.1109/ICASSP55912.2026.11461333} } ``` Please also cite the underlying [MDS-ED benchmark](https://arxiv.org/abs/2407.17856) and [MIMIC-IV](https://physionet.org/content/mimiciv/) per their respective requirements.
Source data & construction - **Source benchmark:** [MDS-ED](https://arxiv.org/abs/2407.17856) (Alcaraz et al., 2024) - **Underlying clinical data:** [MIMIC-IV-ECG](https://physionet.org/content/mimic-iv-ecg/) and [MIMIC-IV](https://physionet.org/content/mimiciv/), collected at Beth Israel Deaconess Medical Center and de-identified under HIPAA Safe Harbor by the MIT Laboratory for Computational Physiology - **EHR textualization:** 3 demographic + 3 biometric + 7 vital-parameter fields are inserted into fixed sentence templates - **Labels:** derived programmatically from existing structured fields (ICD codes, ICU stay tables, mortality timestamps, MDS-ED deterioration outcomes) — no human re-annotation - **ECG:** raw 12-lead waveforms kept in native form for waveform encoders; no conversion to text reports See paper §2 for the full construction pipeline.