paper-with-me

홈 › Papers

Chief complaint classification with recurrent neural networks

2018-05-19 · Scott H Lee, Drew Levin, Pat Finley, Charles M Heilig

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 Software, first to predict from discharge diagnosis, then from chief complaint fields. The classifiers are trained on 3.6 million de-identified emergency department records from a single United States jurisdiction. We compare performance of these models primarily using the F1 score. Using discharge diagnoses, the LSTM classifier performs best, though all models exhibit an F1 score above 96.00. The GRU performs best on chief complaints (F1=47.38), and MNB with bigrams performs worst (F1=39.40). Certain syndrome types are easier to detect than others. For examples, chief complaints using the GRU model predicts alcohol-related disorders well (F1=78.91) but predicts influenza poorly (F1=14.80). In all instances, the RNN models outperformed the bag-of-word classifiers, suggesting deep learning models could substantially improve the automatic classification of unstructured text for syndromic surveillance.

📄 PDF Abstract BibTeX arXiv:1805.07574

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDiagnosticGeneral Classification

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

Evaluating robustness of language models for chief complaint extraction from patient-generated text

2019-11-15 · Ilya Valmianski, Caleb Goodwin, Ian M. Finn, Naqi Khan 외

Automated classification of chief complaints from patient-generated text is a critical first step in developing scalable platforms to triage patients without human intervention. In this work, we evaluate several approach…

Weakly Supervised Medical Entity Extraction and Linking for Chief Complaints

2021-11-16 · ACL ARR November 2021 11 · Anonymous

A Chief complaint (CC) is the reason for the medical visit as stated in the patient's own words. It helps medical professionals to quickly understand a patient's situation, and also serves as a short summary for medical …

Weakly Supervised Medical Entity Extraction and Linking for Chief Complaints

2025-09-02 · Zhimeng Luo, Zhendong Wang, Rui Meng, Diyang Xue 외 arxiv

A Chief complaint (CC) is the reason for the medical visit as stated in the patient's own words. It helps medical professionals to quickly understand a patient's situation, and also serves as a short summary for medical …

Natural Language Generation for Electronic Health Records

2018-06-01 · Scott Lee

A variety of methods existing for generating synthetic electronic health records (EHRs), but they are not capable of generating unstructured text, like emergency department (ED) chief complaints, history of present illne…

DecoderDe-identificationMachine TranslationText Generation+1

Medical Image Super-Resolution Using a Generative Adversarial Network

2019-01-30 · Yongpei Zhu, Xuesheng Zhang, Kehong Yuan

During the growing popularity of electronic medical records, electronic medical record (EMR) data has exploded increasingly. It is very meaningful to retrieve high quality EMR in mass data. In this paper, an EMR value ne…

Brain SegmentationContent-Based Image RetrievalGenerative Adversarial NetworkImage Generation+4