Deep EHR: Chronic Disease Prediction Using Medical Notes
Jingshu Liu, Zachariah Zhang, Narges Razavian

TL;DR
This paper presents a multi-task deep learning framework that combines unstructured medical notes and structured data from EHRs to improve chronic disease onset prediction, outperforming traditional models.
Contribution
It introduces a general multi-task deep learning approach that leverages both free-text notes and structured data without disease-specific feature engineering.
Findings
Models using text outperform those using only structured data.
Incorporating numerical values and negations improves performance.
Visualization methods aid medical interpretation of predictions.
Abstract
Early detection of preventable diseases is important for better disease management, improved inter-ventions, and more efficient health-care resource allocation. Various machine learning approacheshave been developed to utilize information in Electronic Health Record (EHR) for this task. Majorityof previous attempts, however, focus on structured fields and lose the vast amount of information inthe unstructured notes. In this work we propose a general multi-task framework for disease onsetprediction that combines both free-text medical notes and structured information. We compareperformance of different deep learning architectures including CNN, LSTM and hierarchical models.In contrast to traditional text-based prediction models, our approach does not require disease specificfeature engineering, and can handle negations and numerical values that exist in the text. Ourresults on a cohort…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Healthcare · Topic Modeling · Biomedical Text Mining and Ontologies
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
