paper-with-me

홈 › Papers

Terminology-aware Medical Dialogue Generation

2022-10-27 · Chen Tang, Hongbo Zhang, Tyler Loakman, Chenghua Lin, Frank Guerin

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.

📄 PDF Abstract BibTeX arXiv:2210.15551

Code (1)

tangg555/meddialog 공식 구현 pytorch

Tasks

Dialogue Generation

Similar Papers 제목 키워드 기반

Graphine: A Dataset for Graph-aware Terminology Definition Generation

2021-09-09 · EMNLP 2021 11 · Zequn Liu, Shukai Wang, Yiyang Gu, Ruiyi Zhang 외

Precisely defining the terminology is the first step in scientific communication. Developing neural text generation models for definition generation can circumvent the labor-intensity curation, further accelerating scien…

Graph Neural NetworkGraph Representation LearningRepresentation Learningscientific discovery+2

Medical Dialogue Response Generation with Pivotal Information Recalling

2022-06-17 · Yu Zhao, Yunxin Li, Yuxiang Wu, Baotian Hu 외

Medical dialogue generation is an important yet challenging task. Most previous works rely on the attention mechanism and large-scale pretrained language models. However, these methods often fail to acquire pivotal infor…

Dialogue GenerationGraph AttentionResponse Generation

CMed-GPT: Prompt Tuning for Entity-Aware Chinese Medical Dialogue Generation

2023-11-24 · Zhijie Qu, Juan Li, Zerui Ma, Jianqiang Li

Medical dialogue generation relies on natural language generation techniques to enable online medical consultations. Recently, the widespread adoption of large-scale models in the field of natural language processing has…

Dialogue GenerationEntity EmbeddingsLanguage ModellingText Generation

Terminology-Aware Segmentation and Domain Feature for the WMT19 Biomedical Translation Task

2019-08-01 · WS 2019 8 · Casimiro Pio Carrino, Bardia Rafieian, Marta R. Costa-juss{\`a}, Jos{\'e} A. R. Fonollosa

In this work, we give a description of the TALP-UPC systems submitted for the WMT19 Biomedical Translation Task. Our proposed strategy is NMT model-independent and relies only on one ingredient, a biomedical terminology …

NMTTranslation

Ask Patients with Patience: Enabling LLMs for Human-Centric Medical Dialogue with Grounded Reasoning

2025-02-11 · Jiayuan Zhu, Junde Wu

Accurate and efficient diagnosis in online medical consultations remains a challenge for current large language models. These models often rely on single-turn interactions and lack the ability to refine their predictions…

Diagnostic