Patient-level Information Extraction by Consistent Integration of Textual and Tabular Evidence with Bayesian Networks
Paloma Rabaey, Adrick Tench, Stefan Heytens, Thomas Demeester
TL;DR
This work tackles patient-level information extraction from electronic health records by integrating structured tabular data through an expert-defined Bayesian network with neural classifiers that interpret unstructured clinical notes. The core innovation is the Consistency Node, which probabilistically fuses predictions from the BN and text classifiers alongside a Virtual Evidence mechanism, yielding better-calibrated, interpretable outputs and improved robustness to missing or shifted text information. Evaluated on the SimSUM dataset, the V-C-BN-text model consistently outperforms uni-modal and simple fusion baselines, particularly when text is incomplete or misleading, and maintains advantages under distribution shifts. The approach offers a flexible, interpretable framework for multi-modal information extraction with potential extensions to other modalities and broader clinical tasks, supported by code availability and conceptual generality.
Abstract
Electronic health records (EHRs) form an invaluable resource for training clinical decision support systems. To leverage the potential of such systems in high-risk applications, we need large, structured tabular datasets on which we can build transparent feature-based models. While part of the EHR already contains structured information (e.g. diagnosis codes, medications, and lab results), much of the information is contained within unstructured text (e.g. discharge summaries and nursing notes). In this work, we propose a method for multi-modal patient-level information extraction that leverages both the tabular features available in the patient's EHR (using an expert-informed Bayesian network) as well as clinical notes describing the patient's symptoms (using neural text classifiers). We propose the use of virtual evidence augmented with a consistency node to provide an interpretable, probabilistic fusion of the models' predictions. The consistency node improves the calibration of the final predictions compared to virtual evidence alone, allowing the Bayesian network to better adjust the neural classifier's output to handle missing information and resolve contradictions between the tabular and text data. We show the potential of our method on the SimSUM dataset, a simulated benchmark linking tabular EHRs with clinical notes through expert knowledge.
