| Literature DB >> 35981230 |
Joseph Gatto1, Parker Seegmiller1, Garrett Johnston1, Sarah Masud Preum1.
Abstract
BACKGROUND: Triage of textual telemedical queries is a safety-critical task for medical service providers with limited remote health resources. The prioritization of patient queries containing medically severe text is necessary to optimize resource usage and provide care to those with time-sensitive needs.Entities:
Keywords: BERT; COVID-19; health care; health resource; learning solution; lexical model; machine learning; natural language processing; patient query; telehealth; telemedical; telemedicine triage; transfer learning
Year: 2022 PMID: 35981230 PMCID: PMC9446665 DOI: 10.2196/37770
Source DB: PubMed Journal: JMIR Med Inform
Samples from the COVID-Dialogue data set with our introduced severity label. Nonsevere samples are often irrelevant queries or from patients with little to no symptoms. Severe samples always contain patients with active symptoms that may require medical attention.
| Patient query | Ground truth label |
| “Should I shave my beard to reduce my chances of contracting coronavirus/covid-19?” | Not severe |
| “My daughter is 11 years old she has has pneumonia she has been sick since January 3rd symptoms keep changing. she is up at night itching all over her upper torso, head, and ears. She has major headache and abdominal pain.” | Severe |
Results displaying triage performance for all models. Each metric is the mean result over 5-fold cross-validation, surrounded by the 95% CI computed using the metric score for each validation fold.
| Model | F1 score, mean (SD) | Precision, mean (SD) | Recall, mean (SD) |
| TF-IDFa+SVMb | 0.865 (0.048) | 0.871 (0.043) | 0.865 (0.048) |
| GloVec+SVM | 0.873 (0.036) | 0.878 (0.030) | 0.874 (0.035) |
| Bi-LSTMd | 0.886 (0.051) | 0.880 (0.049) | 0.879 (0.052) |
| HANe | 0.880 (0.035) | 0.890 (0.031) | 0.880 (0.033) |
| BERTf | 0.914 (0.034) | 0.917 (0.033) | 0.914 (0.034) |
| Bio+Clinical-BERT | 0.904 (0.041) | 0.905 (0.040) | 0.904 (0.041) |
| SBERTg | 0.917 (0.037) | 0.920 (0.034) | 0.918 (0.036) |
aTF-IDF: term frequency–inverse document frequency.
bSVM: support vector machine.
cGloVe: global vectors for text representation.
dBi-LSTM: bidirectional long short-term memory.
eHAN: hierarchical attention network.
fBERT: bidirectional encoder representation from transformers.
gSBERT: sentence bidirectional encoder representation from transformers.
Figure 1SBERT embeddings projected to 2 dimensions using t-SNE. The left image depicts how the test samples are distributed in the embedding space prior to triplet loss–based fine-tuning. The right image displays how SBERT learns to separate query embeddings in the embedding space. Note: The comp-1 and comp-2 axes denote the names of the 2 dimensions onto which t-SNE projects the 768D embeddings, where “comp” is short for “component”. SBERT: sentence bidirectional encoder representation from transformers; t-SNE: t-distributed stochastic neighbor embedding.
Figure 2Visualizing the output of K-means clustering on test set t-SNEs. Note: The comp-1 and comp-2 axes denote the names of the 2 dimensions onto which t-SNE projects the 768D embeddings, where “comp” is short for “component”. t-SNE: t-distributed stochastic neighbor embedding.
Subset of samples predicted incorrectly by TF-IDFa+SVMb but predicted correctly by SBERTc.
| Sample number | Patient query | Ground truth label |
| 1 | “About the ibuprofen and covid 19 should I quit taking it? It's got me paranoid. The way the media's been talking about it. I take it everyday for my neck pain and back pain. I can't take pain pills because they make me nauseas. Any insight please” | 0 |
| 2 | “Hi, I arrived from the Netherlands on Monday morning. No symptoms but have been around my helper. Should we get tested” | 0 |
| 3 | “I'm finding difficult to maintain precisely 6 ft in grocery stores. Today, as I was leaving, someone entering the store that was (possibly) 3 ft away was coughing lightly, and I took a shower when I got home. I'm a hypochondriac. Possible covid-19?” | 0 |
| 4 | “Hi, My uncle has been diagnosed with liver cancer and he is in the last stage. After the first chemotherapy he has been admitted to hospital due to pneumonia. Is he again diagnosed with lung cancer? And what are the chances of getting cure? What treatment you would like us to get it done.” | 0 |
| 5 | “I believe I might have Covid 19 symtoms. It's possible to get testing done at home to confirm? Currently I have soar throat, started last night around 19:30.” | 1 |
| 6 | “Hi my husband has been puking since this morning, has serious vertigo + is off balance. Im suspecting food poisoning but want to be sure. I gave him a pill for nausea, which is working. Do I still take him to a doctor to check that its nothing else?” | 1 |
| 7 | “I live in france.and now 7days for home quarantine.i have no fever.but I have parangities in my thoart. last few years it's comes and goes. now I am worried because of covid-19. Does only parangities is only symptoms of this???” | 1 |
aTF-IDF: term frequency–inverse document frequency.
bSVM: support vector machine.
cSBERT: sentence bidirectional encoder representation from transformers.