Abstract: Symptom diagnosis in dialogue remains a challenging task because the symptom entities and their status need to be extracted correctly at the same time. Most previous studies treat symptom diagnosis as a classification or sequence labeling task and focus on using single-sentence dialogue as input. Unique from past studies, in this paper, we propose a new framework for dialogue symptom diagnosis, which formulate it as a machine reading comprehension (MRC) task. We first use window-level multi-turn of dialogue as input and extract the symptom entities. Then, we generate a question for each entity to infer the symptom status in the form of question answering (QA). Benefit from the MRC formalization, our proposed framework can encode more informative prior knowledge, which can effectively improve the performance of symptom status inference. Experiments on the Chinese medical dialogue dataset show that the proposed framework outperforms the previous best model and several competitive baselines, which indicates that our framework provides a useful direction for dialogue symptom diagnosis. The code and data are publicly available at https://github.com/zhaoxiongjun/DSD.
0 Replies
Loading