paper-with-me

홈 › Papers

Enhancing Medical Dialogue Generation through Knowledge Refinement and Dynamic Prompt Adjustment

2025-06-12 · Hongda Sun, Jiaren Peng, Wenzhong Yang, Liang He, Bo Du, Rui Yan

Medical dialogue systems (MDS) have emerged as crucial online platforms for enabling multi-turn, context-aware conversations with patients. However, existing MDS often struggle to (1) identify relevant medical knowledge and (2) generate personalized, medically accurate responses. To address these challenges, we propose MedRef, a novel MDS that incorporates knowledge refining and dynamic prompt adjustment. First, we employ a knowledge refining mechanism to filter out irrelevant medical data, improving predictions of critical medical entities in responses. Additionally, we design a comprehensive prompt structure that incorporates historical details and evident details. To enable real-time adaptability to diverse patient conditions, we implement two key modules, Triplet Filter and Demo Selector, providing appropriate knowledge and demonstrations equipped in the system prompt. Extensive experiments on MedDG and KaMed benchmarks show that MedRef outperforms state-of-the-art baselines in both generation quality and medical entity accuracy, underscoring its effectiveness and reliability for real-world healthcare applications.

📄 PDF Abstract BibTeX arXiv:2506.10877

Code (1)

simon-p-j-r/medref 공식 구현 pytorch

Tasks

Dialogue GenerationTriplet

Similar Papers 제목 키워드 기반

Improving Medical Dialogue Generation with Abstract Meaning Representations

2023-09-19 · Bohao Yang, Chen Tang, Chenghua Lin

Medical Dialogue Generation serves a critical role in telemedicine by facilitating the dissemination of medical expertise to patients. Existing studies focus on incorporating textual representations, which have limited t…

Dialogue Generation

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

Terminology-aware Medical Dialogue Generation

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

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 med…

Dialogue Generation

Conversation AI Dialog for Medicare powered by Finetuning and Retrieval Augmented Generation

2025-02-04 · Atharva Mangeshkumar Agrawal, Rutika Pandurang Shinde, Vasanth Kumar Bhukya, Ashmita Chakraborty 외

Large language models (LLMs) have shown impressive capabilities in natural language processing tasks, including dialogue generation. This research aims to conduct a novel comparative analysis of two prominent techniques,…

Data AugmentationDialogue GenerationFact CheckingRAG+2

Benchmarking Large Language Models on Communicative Medical Coaching: a Novel System and Dataset

2024-02-08 · Hengguan Huang, Songtao Wang, Hongfu Liu, Hao Wang 외

Traditional applications of natural language processing (NLP) in healthcare have predominantly focused on patient-centered services, enhancing patient interactions and care delivery, such as through medical dialogue syst…

Benchmarking