Using Natural Language Processing to Screen Patients with Active Heart Failure: An Exploration for Hospital-wide Surveillance
Shu Dong, R Kannan Mutharasan, Siddhartha Jonnalagadda

TL;DR
This study compares rule-based and machine learning methods for automatically detecting active heart failure from electronic health records, aiming to improve hospital-wide surveillance accuracy.
Contribution
It introduces and evaluates two approaches, demonstrating that combining machine learning with rule-based methods enhances detection accuracy and interpretability.
Findings
Machine learning with SVM achieved 87.5% accuracy.
Rule-based approach achieved 69.4% accuracy.
Linear models performed better for this task.
Abstract
In this paper, we proposed two different approaches, a rule-based approach and a machine-learning based approach, to identify active heart failure cases automatically by analyzing electronic health records (EHR). For the rule-based approach, we extracted cardiovascular data elements from clinical notes and matched patients to different colors according their heart failure condition by using rules provided by experts in heart failure. It achieved 69.4% accuracy and 0.729 F1-Score. For the machine learning approach, with bigram of clinical notes as features, we tried four different models while SVM with linear kernel achieved the best performance with 87.5% accuracy and 0.86 F1-Score. Also, from the classification comparison between the four different models, we believe that linear models fit better for this problem. Once we combine the machine-learning and rule-based algorithms, we will…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Healthcare · Imbalanced Data Classification Techniques · Topic Modeling
MethodsSupport Vector Machine
