CLOct 27, 2022

Terminology-aware Medical Dialogue Generation

arXiv:2210.15551v220 citationsh-index: 24Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of accurate medical dialogue generation for healthcare applications, though it is incremental as it builds on existing generative frameworks.

The paper tackles the problem of generating medical dialogue responses by incorporating domain-specific terminology, resulting in a framework that outperforms state-of-the-art language models.

Medical dialogue generation aims to generate responses according to a history of dialogue turns between doctors and patients. Unlike open-domain dialogue generation, this requires background knowledge specific to the medical domain. Existing generative frameworks for medical dialogue generation fall short of incorporating domain-specific knowledge, especially with regard to medical terminology. In this paper, we propose a novel framework to improve medical dialogue generation by considering features centered on domain-specific terminology. We leverage an attention mechanism to incorporate terminologically centred features, and fill in the semantic gap between medical background knowledge and common utterances by enforcing language models to learn terminology representations with an auxiliary terminology recognition task. Experimental results demonstrate the effectiveness of our approach, in which our proposed framework outperforms SOTA language models. Additionally, we provide a new dataset with medical terminology annotations to support the research on medical dialogue generation. Our dataset and code are available at https://github.com/tangg555/meddialog.

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