paper-with-me

홈 › Papers

Reasoning Like a Doctor: Improving Medical Dialogue Systems via Diagnostic Reasoning Process Alignment

2024-06-20 · Kaishuai Xu, Yi Cheng, Wenjun Hou, Qiaoyu Tan, Wenjie Li

Medical dialogue systems have attracted significant attention for their potential to act as medical assistants. Enabling these medical systems to emulate clinicians' diagnostic reasoning process has been the long-standing research focus. Previous studies rudimentarily realized the simulation of clinicians' diagnostic process by fine-tuning language models on high-quality dialogue datasets. Nonetheless, they overly focus on the outcomes of the clinician's reasoning process while ignoring their internal thought processes and alignment with clinician preferences. Our work aims to build a medical dialogue system that aligns with clinicians' diagnostic reasoning processes. We propose a novel framework, Emulation, designed to generate an appropriate response that relies on abductive and deductive diagnostic reasoning analyses and aligns with clinician preferences through thought process modeling. Experimental results on two datasets confirm the efficacy of Emulation. Crucially, our framework furnishes clear explanations for the generated responses, enhancing its transparency in medical consultations.

📄 PDF Abstract BibTeX arXiv:2406.13934

Code (1)

kaishxu/emulation 공식 구현

Tasks

Diagnostic

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

MedDialog: Large-scale Medical Dialogue Datasets

2020-11-01 · EMNLP 2020 11 · Guangtao Zeng, Wenmian Yang, Zeqian Ju, Yue Yang 외

Medical dialogue systems are promising in assisting in telemedicine to increase access to healthcare services, improve the quality of patient care, and reduce medical costs. To facilitate the research and development of …

Dialogue GenerationTransfer Learning

MIE: A Medical Information Extractor towards Medical Dialogues

2020-07-01 · ACL 2020 6 · Yuanzhe Zhang, Zhongtao Jiang, Tao Zhang, Shiwan Liu 외

Electronic Medical Records (EMRs) have become key components of modern medical care systems. Despite the merits of EMRs, many doctors suffer from writing them, which is time-consuming and tedious. We believe that automat…

Incorporating Medical Knowledge to Transformer-based Language Models for Medical Dialogue Generation

2022-05-01 · BioNLP (ACL) 2022 5 · Usman Naseem, Ajay Bandi, Shaina Raza, Junaid Rashid 외

Medical dialogue systems have the potential to assist doctors in expanding access to medical care, improving the quality of patient experiences, and lowering medical expenses. The computational methods are still in their…

Dialogue GenerationMedical Diagnosis

DoctorRAG: Medical RAG Fusing Knowledge with Patient Analogy through Textual Gradients

2025-05-26 · Yuxing Lu, Gecheng Fu, Wei Wu, Xukai Zhao 외

Existing medical RAG systems mainly leverage knowledge from medical knowledge bases, neglecting the crucial role of experiential knowledge derived from similar patient cases -- a key component of human clinical reasoning…

Clinical KnowledgeRAGRetrieval

DoctorAgent-RL: A Multi-Agent Collaborative Reinforcement Learning System for Multi-Turn Clinical Dialogue

2025-05-26 · Yichun Feng, Jiawei Wang, Lu Zhou, Yixue Li

Large language models (LLMs) have demonstrated excellent capabilities in the field of biomedical question answering, but their application in real-world clinical consultations still faces core challenges. Existing system…

DiagnosticQuestion AnsweringReinforcement Learning (RL)