paper-with-me

홈 › Papers

DDXPlus: A New Dataset For Automatic Medical Diagnosis

2022-05-18 · Arsene Fansi Tchango, Rishab Goel, Zhi Wen, Julien Martel, Joumana Ghosn

There has been a rapidly growing interest in Automatic Symptom Detection (ASD) and Automatic Diagnosis (AD) systems in the machine learning research literature, aiming to assist doctors in telemedicine services. These systems are designed to interact with patients, collect evidence about their symptoms and relevant antecedents, and possibly make predictions about the underlying diseases. Doctors would review the interactions, including the evidence and the predictions, collect if necessary additional information from patients, before deciding on next steps. Despite recent progress in this area, an important piece of doctors' interactions with patients is missing in the design of these systems, namely the differential diagnosis. Its absence is largely due to the lack of datasets that include such information for models to train on. In this work, we present a large-scale synthetic dataset of roughly 1.3 million patients that includes a differential diagnosis, along with the ground truth pathology, symptoms and antecedents for each patient. Unlike existing datasets which only contain binary symptoms and antecedents, this dataset also contains categorical and multi-choice symptoms and antecedents useful for efficient data collection. Moreover, some symptoms are organized in a hierarchy, making it possible to design systems able to interact with patients in a logical way. As a proof-of-concept, we extend two existing AD and ASD systems to incorporate the differential diagnosis, and provide empirical evidence that using differentials as training signals is essential for the efficiency of such systems or for helping doctors better understand the reasoning of those systems.

📄 PDF Abstract BibTeX arXiv:2205.09148

Code (2)

bruzwen/ddxplus 공식 구현 pytorch
mila-iqia/ddxplus pytorch

Tasks

Medical Diagnosis

Similar Papers 제목 키워드 기반

Auditing Evidence Use in Medical LLM Diagnosis

2026-07-23 · Junchi Liao, Jiawen Deng, Fuji Ren arxiv

Medical LLMs are often evaluated by whether they select the correct diagnosis, but diagnostic accuracy alone does not show whether the model used the case evidence appropriately. We present a behavioral audit of evidence…

Medical Diagnosis

Automatic Differential Diagnosis using Transformer-Based Multi-Label Sequence Classification

2024-08-28 · Abu Adnan Sadi, Mohammad Ashrafuzzaman Khan, Lubaba Binte Saber

As the field of artificial intelligence progresses, assistive technologies are becoming more widely used across all industries. The healthcare industry is no different, with numerous studies being done to develop assisti…

DiagnosticMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

MedRAG: Enhancing Retrieval-augmented Generation with Knowledge Graph-Elicited Reasoning for Healthcare Copilot

2025-02-06 · Xuejiao Zhao, Siyan Liu, Su-Yin Yang, Chunyan Miao

Retrieval-augmented generation (RAG) is a well-suited technique for retrieving privacy-sensitive Electronic Health Records (EHR). It can serve as a key module of the healthcare copilot, helping reduce misdiagnosis for he…

DiagnosticLarge Language ModelRAGRetrieval+2

From Uncertainty to Clinical Risk: Severity-Aware Conformal Planning for Interactive Medical Diagnosis

2026-08-28 · Yue Zhou, Haiyang Zhou, Jin Zhang, Kong Wang 외 arxiv

Interactive medical diagnosis dynamically acquires patient information through multiple rounds of questioning, supporting accurate, efficient, and safe clinical decisions under incomplete evidence. Existing methods commo…

Medical DiagnosisDecision Making

DDxT: Deep Generative Transformer Models for Differential Diagnosis

2023-12-02 · Mohammad Mahmudul Alam, Edward Raff, Tim Oates, Cynthia Matuszek

Differential Diagnosis (DDx) is the process of identifying the most likely medical condition among the possible pathologies through the process of elimination based on evidence. An automated process that narrows a large …

Reinforcement Learning (RL)Self-Supervised Learning