paper-with-me

홈 › Papers

Medication Regimen Extraction From Medical Conversations

2019-12-10 · Sai P. Selvaraj, Sandeep Konam

Extracting relevant information from medical conversations and providing it to doctors and patients might help in addressing doctor burnout and patient forgetfulness. In this paper, we focus on extracting the Medication Regimen (dosage and frequency for medications) discussed in a medical conversation. We frame the problem as a Question Answering (QA) task and perform comparative analysis over: a QA approach, a new combined QA and Information Extraction approach, and other baselines. We use a small corpus of 6,692 annotated doctor-patient conversations for the task. Clinical conversation corpora are costly to create, difficult to handle (because of data privacy concerns), and thus scarce. We address this data scarcity challenge through data augmentation methods, using publicly available embeddings and pretrain part of the network on a related task (summarization) to improve the model's performance. Compared to the baseline, our best-performing models improve the dosage and frequency extractions' ROUGE-1 F1 scores from 54.28 and 37.13 to 89.57 and 45.94, respectively. Using our best-performing model, we present the first fully automated system that can extract Medication Regimen tags from spontaneous doctor-patient conversations with about $\approx$71% accuracy.

📄 PDF Abstract BibTeX arXiv:1912.04961

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationQuestion Answering

Similar Papers 제목 키워드 기반

Weakly Supervised Medication Regimen Extraction from Medical Conversations

2020-10-11 · EMNLP (ClinicalNLP) 2020 11 · Dhruvesh Patel, Sandeep Konam, Sai P. Selvaraj

Automated Medication Regimen (MR) extraction from medical conversations can not only improve recall and help patients follow through with their care plan, but also reduce the documentation burden for doctors. In this pap…

General Classification

Assessment of Amazon Comprehend Medical: Medication Information Extraction

2020-02-02 · Benedict Guzman, Isabel Metzger, MS, Yindalon Aphinyanaphongs 외

In November 27, 2018, Amazon Web Services (AWS) released Amazon Comprehend Medical (ACM), a deep learning based system that automatically extracts clinical concepts (which include anatomy, medical conditions, protected h…

Anatomy

Towards User Friendly Medication Mapping Using Entity-Boosted Two-Tower Neural Network

2020-06-17 · Shaoqing Yuan, Parminder Bhatia, Busra Celikkaya, Haiyang Liu 외

Recent advancements in medical entity linking have been applied in the area of scientific literature and social media data. However, with the adoption of telemedicine and conversational agents such as Alexa in healthcare…

ClusteringDescriptiveEntity Linking

DialMed: A Dataset for Dialogue-based Medication Recommendation

2022-02-22 · COLING 2022 10 · Zhenfeng He, Yuqiang Han, Zhenqiu Ouyang, Wei Gao 외

Medication recommendation is a crucial task for intelligent healthcare systems. Previous studies mainly recommend medications with electronic health records (EHRs). However, some details of interactions between doctors a…

Graph Attention

MedFilter: Improving Extraction of Task-relevant Utterances from Doctor-Patient Conversations through Integration of Discourse Structure and Ontological Knowledge

2020-10-05 · EMNLP 2020 11 · Sopan Khosla, Shikhar Vashishth, Jill Fain Lehman, Carolyn Rose

Information extraction from conversational data is particularly challenging because the task-centric nature of conversation allows for effective communication of implicit information by humans, but is challenging for mac…