English

Sequential Diagnosis Prediction with Transformer and Ontological Representation

Machine Learning 2021-09-08 v1 Artificial Intelligence

Abstract

Sequential diagnosis prediction on the Electronic Health Record (EHR) has been proven crucial for predictive analytics in the medical domain. EHR data, sequential records of a patient's interactions with healthcare systems, has numerous inherent characteristics of temporality, irregularity and data insufficiency. Some recent works train healthcare predictive models by making use of sequential information in EHR data, but they are vulnerable to irregular, temporal EHR data with the states of admission/discharge from hospital, and insufficient data. To mitigate this, we propose an end-to-end robust transformer-based model called SETOR, which exploits neural ordinary differential equation to handle both irregular intervals between a patient's visits with admitted timestamps and length of stay in each visit, to alleviate the limitation of insufficient data by integrating medical ontology, and to capture the dependencies between the patient's visits by employing multi-layer transformer blocks. Experiments conducted on two real-world healthcare datasets show that, our sequential diagnoses prediction model SETOR not only achieves better predictive results than previous state-of-the-art approaches, irrespective of sufficient or insufficient training data, but also derives more interpretable embeddings of medical codes. The experimental codes are available at the GitHub repository (https://github.com/Xueping/SETOR).

Keywords

Cite

@article{arxiv.2109.03069,
  title  = {Sequential Diagnosis Prediction with Transformer and Ontological Representation},
  author = {Xueping Peng and Guodong Long and Tao Shen and Sen Wang and Jing Jiang},
  journal= {arXiv preprint arXiv:2109.03069},
  year   = {2021}
}

Comments

10 pages, 5 figures, Accepted by IEEE ICDM 2021. arXiv admin note: text overlap with arXiv:2107.09288

R2 v1 2026-06-24T05:45:18.626Z