CLLGJan 9, 2022

Medication Error Detection Using Contextual Language Models

arXiv:2201.03035v1
AI Analysis

This addresses medication errors in healthcare by improving detection accuracy, though it is incremental as it adapts existing models to a specific domain.

The paper tackled medication error detection by applying BERT-based contextual language models to analyze prescription text and speech, achieving up to 96.63% accuracy for text and 79.55% for speech.

Medication errors most commonly occur at the ordering or prescribing stage, potentially leading to medical complications and poor health outcomes. While it is possible to catch these errors using different techniques; the focus of this work is on textual and contextual analysis of prescription information to detect and prevent potential medication errors. In this paper, we demonstrate how to use BERT-based contextual language models to detect anomalies in written or spoken text based on a data set extracted from real-world medical data of thousands of patient records. The proposed models are able to learn patterns of text dependency and predict erroneous output based on contextual information such as patient data. The experimental results yield accuracy up to 96.63% for text input and up to 79.55% for speech input, which is satisfactory for most real-world applications.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes