CLAIFeb 22, 2022

DialMed: A Dataset for Dialogue-based Medication Recommendation

arXiv:2203.07094v2582 citationsHas Code
AI Analysis

This addresses the problem of incomplete information in electronic health records for medication recommendation in healthcare systems, though it is incremental as it builds on existing recommendation tasks with a new data type.

The authors tackled medication recommendation by creating the first dataset (DIALMED) based on doctor-patient dialogues, which includes 11,996 dialogues across 16 diseases and 70 medications, and proposed a method (DDN) that shows promise in recommending medications using this data.

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 and patients may be ignored or omitted in EHRs, which are essential for automatic medication recommendation. Therefore, we make the first attempt to recommend medications with the conversations between doctors and patients. In this work, we construct DIALMED, the first high-quality dataset for medical dialogue-based medication recommendation task. It contains 11,996 medical dialogues related to 16 common diseases from 3 departments and 70 corresponding common medications. Furthermore, we propose a Dialogue structure and Disease knowledge aware Network (DDN), where a QA Dialogue Graph mechanism is designed to model the dialogue structure and the knowledge graph is used to introduce external disease knowledge. The extensive experimental results demonstrate that the proposed method is a promising solution to recommend medications with medical dialogues. The dataset and code are available at https://github.com/f-window/DialMed.

Code Implementations1 repo
Foundations

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

Your Notes