paper-with-me

Papers

Hierarchical Reinforcement Learning for Automatic Disease Diagnosis

2020-04-29 · Cheng Zhong, Kangenbei Liao, Wei Chen, Qianlong Liu, Baolin Peng, Xuanjing Huang, Jiajie Peng, Zhongyu Wei

Motivation: Disease diagnosis oriented dialogue system models the interactive consultation procedure as Markov Decision Process and reinforcement learning algorithms are used to solve the problem. Existing approaches usually employ a flat policy structure that treat all symptoms and diseases equally for action making. This strategy works well in the simple scenario when the action space is small, however, its efficiency will be challenged in the real environment. Inspired by the offline consultation process, we propose to integrate a hierarchical policy structure of two levels into the dialogue systemfor policy learning. The high-level policy consists of amastermodel that is responsible for triggering a low-levelmodel, the lowlevel policy consists of several symptom checkers and a disease classifier. The proposed policy structure is capable to deal with diagnosis problem including large number of diseases and symptoms. Results: Experimental results on three real-world datasets and a synthetic dataset demonstrate that our hierarchical framework achieves higher accuracy and symptom recall in disease diagnosis compared with existing systems. We construct a benchmark including datasets and implementation of existing algorithms to encourage follow-up researches. Availability: The code and data is available from https://github.com/FudanDISC/DISCOpen-MedBox-DialoDiagnosis Contact: 21210980124@m.fudan.edu.cn Supplementary information: Supplementary data are available at Bioinformatics online.

📄 PDF Abstract BibTeX arXiv:2004.14254

Code (4)

fudandisc/discopen-medbox-dialodiagnosis 공식 구현 pytorch
nnbay/MeicalChatbot-HRL 공식 구현
guardianzc/discopen-medbox-dialodiagnosis pytorch
york2210/MedicalChatbot-HRL

Tasks

Hierarchical Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

NEEDED: Introducing Hierarchical Transformer to Eye Diseases Diagnosis

2022-12-27 · Xu Ye, Meng Xiao, Zhiyuan Ning, Weiwei Dai 외

With the development of natural language processing techniques(NLP), automatic diagnosis of eye diseases using ophthalmology electronic medical records (OEMR) has become possible. It aims to evaluate the condition of bot…

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONSentence

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…

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

Prototypical Q Networks for Automatic Conversational Diagnosis and Few-Shot New Disease Adaption

2020-05-19 · Hongyin Luo, Shang-Wen Li, James Glass

Spoken dialog systems have seen applications in many domains, including medical for automatic conversational diagnosis. State-of-the-art dialog managers are usually driven by deep reinforcement learning models, such as d…

Deep Reinforcement LearningFew-Shot Learning

Efficient Symptom Inquiring and Diagnosis via Adaptive Alignment of Reinforcement Learning and Classification

2021-12-01 · Hongyi Yuan, Sheng Yu

Medical automatic diagnosis aims to imitate human doctors in real-world diagnostic processes and to achieve accurate diagnoses by interacting with the patients. The task is formulated as a sequential decision-making prob…

Decision MakingDiagnosticMedical Diagnosisreinforcement-learning+3