AIJun 17, 2022

Medical Dialogue Response Generation with Pivotal Information Recalling

arXiv:2206.08611v126 citationsh-index: 131
Originality Incremental advance
AI Analysis

This work addresses the problem of generating informative responses in medical dialogues for healthcare applications, representing an incremental improvement over existing methods.

The paper tackles the challenge of generating accurate medical dialogue responses by addressing the difficulty of recalling scattered medical entities and complex relationships from long histories. The proposed MedPIR model outperforms strong baselines, achieving higher BLEU scores and medical entities F1 measure on two large-scale datasets.

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 information from the long dialogue history to yield an accurate and informative response, due to the fact that the medical entities usually scatters throughout multiple utterances along with the complex relationships between them. To mitigate this problem, we propose a medical response generation model with Pivotal Information Recalling (MedPIR), which is built on two components, i.e., knowledge-aware dialogue graph encoder and recall-enhanced generator. The knowledge-aware dialogue graph encoder constructs a dialogue graph by exploiting the knowledge relationships between entities in the utterances, and encodes it with a graph attention network. Then, the recall-enhanced generator strengthens the usage of these pivotal information by generating a summary of the dialogue before producing the actual response. Experimental results on two large-scale medical dialogue datasets show that MedPIR outperforms the strong baselines in BLEU scores and medical entities F1 measure.

Foundations

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

Your Notes