paper-with-me

Papers

Graph-Evolving Meta-Learning for Low-Resource Medical Dialogue Generation

2020-12-22 · Shuai Lin, Pan Zhou, Xiaodan Liang, Jianheng Tang, Ruihui Zhao, Ziliang Chen, Liang Lin

Human doctors with well-structured medical knowledge can diagnose a disease merely via a few conversations with patients about symptoms. In contrast, existing knowledge-grounded dialogue systems often require a large number of dialogue instances to learn as they fail to capture the correlations between different diseases and neglect the diagnostic experience shared among them. To address this issue, we propose a more natural and practical paradigm, i.e., low-resource medical dialogue generation, which can transfer the diagnostic experience from source diseases to target ones with a handful of data for adaptation. It is capitalized on a commonsense knowledge graph to characterize the prior disease-symptom relations. Besides, we develop a Graph-Evolving Meta-Learning (GEML) framework that learns to evolve the commonsense graph for reasoning disease-symptom correlations in a new disease, which effectively alleviates the needs of a large number of dialogues. More importantly, by dynamically evolving disease-symptom graphs, GEML also well addresses the real-world challenges that the disease-symptom correlations of each disease may vary or evolve along with more diagnostic cases. Extensive experiment results on the CMDD dataset and our newly-collected Chunyu dataset testify the superiority of our approach over state-of-the-art approaches. Besides, our GEML can generate an enriched dialogue-sensitive knowledge graph in an online manner, which could benefit other tasks grounded on knowledge graph.

📄 PDF Abstract BibTeX arXiv:2012.11988

Code (1)

ha-lins/GEML-MDG 공식 구현 pytorch

Tasks

DiagnosticDialogue GenerationMeta-Learning

Similar Papers 제목 키워드 기반

MedKGEval: A Knowledge Graph-Based Multi-Turn Evaluation Framework for Open-Ended Patient Interactions with Clinical LLMs

2025-10-14 · Yuechun Yu, Han Ying, Haoan Jin, Wenjian Jiang 외 arxiv

The reliable evaluation of large language models (LLMs) in medical applications remains an open challenge, particularly in capturing the complexity of multi-turn doctor-patient interactions that unfold in real clinical e…

Knowledge Graphs

ReMeDi: Resources for Multi-domain, Multi-service, Medical Dialogues

2021-09-01 · Guojun Yan, Jiahuan Pei, Pengjie Ren, Zhaochun Ren 외

Medical dialogue systems (MDSs) aim to assist doctors and patients with a range of professional medical services, i.e., diagnosis, treatment and consultation. The development of MDSs is hindered because of a lack of reso…

BenchmarkingContrastive LearningDialogue GenerationLanguage Modelling

RealMedDial: A Real Telemedical Dialogue Dataset Collected from Online Chinese Short-Video Clips

2022-10-01 · COLING 2022 10 · Bo Xu, Hongtong Zhang, Jian Wang, Xiaokun Zhang 외

Intelligent medical services have attracted great research interests for providing automated medical consultation. However, the lack of corpora becomes a main obstacle to related research, particularly data from real sce…

Response Generation

Meta-Learning for Low-resource Natural Language Generation in Task-oriented Dialogue Systems

2019-05-14 · Fei Mi, Minlie Huang, Jiyong Zhang, Boi Faltings

Natural language generation (NLG) is an essential component of task-oriented dialogue systems. Despite the recent success of neural approaches for NLG, they are typically developed for particular domains with rich annota…

Meta-LearningTask-Oriented Dialogue SystemsText 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