paper-with-me

홈 › Papers

Exploring the Inquiry-Diagnosis Relationship with Advanced Patient Simulators

2025-01-16 · Zhaocheng Liu, Quan Tu, Wen Ye, Yu Xiao, Zhishou Zhang, Hengfu Cui, Yalun Zhu, Qiang Ju, Shizheng Li, Jian Xie

Online medical consultation (OMC) restricts doctors to gathering patient information solely through inquiries, making the already complex sequential decision-making process of diagnosis even more challenging. Recently, the rapid advancement of large language models has demonstrated a significant potential to transform OMC. However, most studies have primarily focused on improving diagnostic accuracy under conditions of relatively sufficient information, while paying limited attention to the "inquiry" phase of the consultation process. This lack of focus has left the relationship between "inquiry" and "diagnosis" insufficiently explored. In this paper, we first extract real patient interaction strategies from authentic doctor-patient conversations and use these strategies to guide the training of a patient simulator that closely mirrors real-world behavior. By inputting medical records into our patient simulator to simulate patient responses, we conduct extensive experiments to explore the relationship between "inquiry" and "diagnosis" in the consultation process. Experimental results demonstrate that inquiry and diagnosis adhere to the Liebig's law: poor inquiry quality limits the effectiveness of diagnosis, regardless of diagnostic capability, and vice versa. Furthermore, the experiments reveal significant differences in the inquiry performance of various models. To investigate this phenomenon, we categorize the inquiry process into four types: (1) chief complaint inquiry; (2) specification of known symptoms; (3) inquiry about accompanying symptoms; and (4) gathering family or medical history. We analyze the distribution of inquiries across the four types for different models to explore the reasons behind their significant performance differences. We plan to open-source the weights and related code of our patient simulator at https://github.com/LIO-H-ZEN/PatientSimulator.

📄 PDF Abstract BibTeX arXiv:2501.09484

Code (1)

lio-h-zen/patientsimulator 공식 구현

Tasks

DiagnosticSequential Decision Making

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 제목 키워드 기반

DxFormer: A Decoupled Automatic Diagnostic System Based on Decoder-Encoder Transformer with Dense Symptom Representations

2022-05-08 · Wei Chen, Cheng Zhong, Jiajie Peng, Zhongyu Wei

Diagnosis-oriented dialogue system queries the patient's health condition and makes predictions about possible diseases through continuous interaction with the patient. A few studies use reinforcement learning (RL) to le…

DecoderDiagnosticReinforcement Learning (RL)Text Generation

Towards Causality-Aware Inferring: A Sequential Discriminative Approach for Medical Diagnosis

2020-03-14 · Junfan Lin, Keze Wang, Ziliang Chen, Xiaodan Liang 외

Medical diagnosis assistant (MDA) aims to build an interactive diagnostic agent to sequentially inquire about symptoms for discriminating diseases. However, since the dialogue records used to build a patient simulator ar…

DiagnosticMedical DiagnosisReinforcement Learning

Towards a Reliable and Robust Dialogue System for Medical Automatic Diagnosis

2021-01-01 · Junfan Lin, Lin Xu, Ziliang Chen, Liang Lin

Dialogue system for medical automatic diagnosis (DSMAD) aims to learn an agent that mimics the behavior of a human doctor, i.e. inquiring symptoms and informing diseases. Since DSMAD has been formulated as a Markov decis…

Decision MakingDiagnostic

Diaformer: Automatic Diagnosis via Symptoms Sequence Generation

2021-12-20 · Junying Chen, Dongfang Li, Qingcai Chen, Wenxiu Zhou 외

Automatic diagnosis has attracted increasing attention but remains challenging due to multi-step reasoning. Recent works usually address it by reinforcement learning methods. However, these methods show low efficiency an…

A Bayesian Approach for Medical Inquiry and Disease Inference in Automated Differential Diagnosis

2021-10-15 · Hong Guan, Chitta Baral

We propose a Bayesian approach for both medical inquiry and disease inference, the two major phases in differential diagnosis. Unlike previous work that simulates data from given probabilities and uses ML algorithms on t…

Bayesian InferenceExperimental Design