Large Language Models as Unified Multimodal Learners for Clinical Prediction
Summary
A new clinical prediction approach unifies multimodal patient data by converting all information, including free-text narratives, vital signs, laboratory values, and comorbidities, into a single natural language sequence. This serialized data then fine-tunes a pre-trained Large Language Model (LLM) end-to-end, eliminating the need for complex, task-specific fusion architectures. Researchers evaluated this method across three distinct clinical prediction tasks: in-hospital mortality on MIMIC-III, graft failure prediction using longitudinal data from a German transplant center, and emergency triage classification from ambulance records. The study compared encoder-based (ModernBERT) and decoder-based (Llama 3.1, Gemma, DeepSeek-R1-Qwen, Qwen3) LLMs against established multimodal baselines and a clinically deployed gradient boosting model. Results consistently showed that the unified textual serialization matched or exceeded specialized multimodal baselines and outperformed the gradient boosting system for graft failure prediction, demonstrating reduced system complexity without performance compromise.
Key takeaway
For AI Scientists or Machine Learning Engineers developing clinical prediction systems, this research suggests a significant simplification in architecture. You can achieve competitive performance by serializing all patient data into a single natural language sequence and fine-tuning a pre-trained Large Language Model, rather than building bespoke multimodal fusion models. This approach reduces development complexity and accelerates deployment for critical tasks like in-hospital mortality or graft failure prediction, offering a more streamlined path to robust clinical AI.
Key insights
Converting all patient data to text for LLM fine-tuning simplifies multimodal clinical prediction while maintaining performance.
Principles
- Unified textual serialization simplifies multimodal learning.
- LLMs can process diverse clinical data without architectural changes.
- Performance matches or exceeds task-specific fusion systems.
Method
Convert all patient data (text, vitals, labs) into a single natural language sequence. Fine-tune a pre-trained LLM end-to-end on this sequence for prediction.
In practice
- Apply textual serialization to diverse EHR data.
- Fine-tune Llama 3.1 or Gemma for clinical tasks.
- Replace complex fusion architectures with LLM fine-tuning.
Topics
- Large Language Models
- Clinical Prediction
- Multimodal Learning
- Electronic Health Records
- Textual Serialization
- Graft Failure Prediction
Best for: NLP Engineer, AI Scientist, Machine Learning Engineer, Research Scientist
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.