Large Language Models as Unified Multimodal Learners for Clinical Prediction

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Clinical AI · Depth: Advanced, extended

Summary

A new approach for clinical prediction using Large Language Models (LLMs) involves converting all patient data, including free-text clinical narratives and structured measurements like vital signs and lab values, into a single natural language sequence. This sequence then fine-tunes a pretrained LLM end-to-end, eliminating the need for complex, task-specific multimodal fusion architectures. The method was evaluated across three distinct clinical prediction tasks: in-hospital mortality on MIMIC-III, graft failure prediction from a German transplant center, and emergency triage classification from ambulance records. Using encoder-based ModernBERT and decoder-based models like Llama 3.1, Gemma 2B, DeepSeek-R1-Qwen 8B, and Qwen 3 8B, the unified textual serialization consistently matched or surpassed task-specific multimodal baselines. Notably, it outperformed a clinically deployed gradient boosting system for graft failure prediction, achieving 0.90 AUROC compared to 0.89 AUROC, and improved AUPR from 0.43 to 0.47. Decoder-only models, such as DeepSeek-R1, also demonstrated superior robustness in noisy text environments like emergency triage, achieving a Macro F1 of 0.56 versus the fusion baseline's 0.40. This approach significantly reduces system complexity and engineering overhead.

Key takeaway

For AI Scientists and Machine Learning Engineers developing clinical prediction systems, you should consider adopting a unified text serialization approach for multimodal Electronic Health Record (EHR) data. This method, demonstrated to match or exceed specialized fusion architectures and outperform a deployed gradient boosting model, drastically simplifies system design. Prioritize evaluating decoder-only LLMs for tasks involving noisy or abbreviated clinical text, but be mindful of increased context window demands for extensive patient histories.

Key insights

Fine-tuning LLMs on text-serialized multimodal EHR data simplifies clinical prediction architectures while maintaining or improving accuracy.

Principles

Method

Structured EHR variables (demographics, labs, vitals) are serialized into key-value textual representations and concatenated with clinical narratives. This unified sequence fine-tunes pretrained LLMs end-to-end for prediction.

In practice

Topics

Best for: NLP Engineer, AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.