Medication Regimen Extraction From Medical Conversations
Sai P. Selvaraj, Sandeep Konam

TL;DR
This paper presents a novel automated system for extracting medication regimens from medical conversations, leveraging a QA-based approach, data augmentation, and pretraining to significantly improve accuracy in a scarce data setting.
Contribution
It introduces a combined QA and Information Extraction method for medication regimen extraction and addresses data scarcity with augmentation and pretraining techniques.
Findings
ROUGE-1 F1 scores for dosage and frequency extraction improved to 89.57 and 45.94.
Achieved approximately 71% accuracy in fully automated medication regimen extraction.
Demonstrated effectiveness of data augmentation and pretraining in clinical NLP tasks.
Abstract
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…
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
TopicsTopic Modeling · Text Readability and Simplification · Natural Language Processing Techniques
