Hybrid deep learning methods for phenotype prediction from clinical notes
Sahar Khalafi, Nasser Ghadiri, Milad Moradi

TL;DR
This paper introduces a hybrid deep learning model combining BiLSTM or BiGRU with CNN layers, enhanced with pre-trained embeddings, to automatically extract patient phenotypes from clinical notes with improved accuracy.
Contribution
It presents a novel hybrid neural network architecture that improves phenotype extraction from clinical notes without relying on dictionaries or manual intervention.
Findings
The hybrid model outperforms existing models in phenotype identification accuracy.
Adding an extra CNN layer improves the F1-score.
BiGRU with FastText embeddings yields the best performance.
Abstract
Identifying patient cohorts from clinical notes in secondary electronic health records is a fundamental task in clinical information management. However, with the growing number of clinical notes, it becomes challenging to analyze the data manually for phenotype detection. Automatic extraction of clinical concepts would helps to identify the patient phenotypes correctly. This paper proposes a novel hybrid model for automatically extracting patient phenotypes using natural language processing and deep learning models to determine the patient phenotypes without dictionaries and human intervention. The model is based on a neural bidirectional sequence model (BiLSTM or BiGRU) and a CNN layer for phenotypes identification. An extra CNN layer is run parallel to the hybrid model to extract more features related to each phenotype. We used pre-trained embeddings such as FastText and Word2vec…
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 · Electronic Health Records Systems · Artificial Intelligence in Healthcare
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory · Bidirectional LSTM · Bidirectional GRU · fastText
