Chief complaint classification with recurrent neural networks
Scott H Lee, Drew Levin, Pat Finley, Charles M Heilig

TL;DR
This study compares recurrent neural network models with traditional classifiers for classifying emergency department records, demonstrating that RNNs outperform bag-of-words methods in syndromic surveillance tasks.
Contribution
It introduces LSTM and GRU-based RNN models for syndrome classification and shows their superior performance over traditional classifiers on large-scale emergency data.
Findings
RNN models outperform bag-of-words classifiers in F1 score.
LSTM performs best with discharge diagnoses; GRU excels with chief complaints.
Certain syndrome types are more accurately predicted than others.
Abstract
Syndromic surveillance detects and monitors individual and population health indicators through sources such as emergency department records. Automated classification of these records can improve outbreak detection speed and diagnosis accuracy. Current syndromic systems rely on hand-coded keyword-based methods to parse written fields and may benefit from the use of modern supervised-learning classifier models. In this paper we implement two recurrent neural network models based on long short-term memory (LSTM) and gated recurrent unit (GRU) cells and compare them to two traditional bag-of-words classifiers: multinomial naive Bayes (MNB) and a support vector machine (SVM). The MNB classifier is one of only two machine learning algorithms currently being used for syndromic surveillance. All four models are trained to predict diagnostic code groups as defined by Clinical Classification…
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
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings · Gated Recurrent Unit
