Mind the data gap: Missingness Still Shapes Large Language Model Prognoses
Yuta Kobayashi, Vincent Jeanselme, Shalmali Joshi
TL;DR
The paper investigates how informative missingness in healthcare data shapes the zero-shot prognostic performance of large language models. By analyzing 10 LLMs across three clinical tasks on MIMIC-IV and an external CUMC dataset, it shows that missingness representations and prompting can strongly affect predictions and calibration in a model- and task-dependent manner, with larger models generally benefiting from explicit missingness cues. A theoretical decomposition clarifies why these effects arise, linking decoding prompts, prior knowledge, and Bayes-optimal reasoning. The findings call for systematic evaluation and transparent reporting of missing-data representations in LLM deployments, highlighting practical implications for reliable, healthcare-facing AI systems and prompting further work in prompt design and model finetuning.
Abstract
Data collection often reflects human decisions. In healthcare, for instance, a referral for a diagnostic test is influenced by the patient's health, their preferences, available resources, and the practitioner's recommendations. Despite the extensive literature on the informativeness of missingness, its implications on the performance of Large Language Models (LLMs) have not been studied. Through a series of experiments on data from Columbia University Medical Center, a large urban academic medical center, and MIMIC-IV, we demonstrate that patterns of missingness significantly impact zero-shot predictive performance. Notably, the explicit inclusion of missingness indicators at prompting benefits some while hurting other LLMs' zero-shot predictive performance and calibration, suggesting an inconsistent impact. The proposed aggregated analysis and theoretical insights suggest that larger models benefit from these interventions, while smaller models can be negatively impacted. The LLM paradigm risks obscuring the impact of missingness, often neglected even in conventional ML, even further. We conclude that there is a need for more transparent accounting and systematic evaluation of the impact of representing (informative) missingness on downstream performance.
