English

Pre-training of Graph Augmented Transformers for Medication Recommendation

Artificial Intelligence 2019-11-28 v2 Computation and Language Machine Learning

Abstract

Medication recommendation is an important healthcare application. It is commonly formulated as a temporal prediction task. Hence, most existing works only utilize longitudinal electronic health records (EHRs) from a small number of patients with multiple visits ignoring a large number of patients with a single visit (selection bias). Moreover, important hierarchical knowledge such as diagnosis hierarchy is not leveraged in the representation learning process. To address these challenges, we propose G-BERT, a new model to combine the power of Graph Neural Networks (GNNs) and BERT (Bidirectional Encoder Representations from Transformers) for medical code representation and medication recommendation. We use GNNs to represent the internal hierarchical structures of medical codes. Then we integrate the GNN representation into a transformer-based visit encoder and pre-train it on EHR data from patients only with a single visit. The pre-trained visit encoder and representation are then fine-tuned for downstream predictive tasks on longitudinal EHRs from patients with multiple visits. G-BERT is the first to bring the language model pre-training schema into the healthcare domain and it achieved state-of-the-art performance on the medication recommendation task.

Keywords

Cite

@article{arxiv.1906.00346,
  title  = {Pre-training of Graph Augmented Transformers for Medication Recommendation},
  author = {Junyuan Shang and Tengfei Ma and Cao Xiao and Jimeng Sun},
  journal= {arXiv preprint arXiv:1906.00346},
  year   = {2019}
}

Comments

IJCAI2019; fix some undefined problems; provide more intuitive figures

R2 v1 2026-06-23T09:37:14.604Z