paper-with-me

Papers

Pre-training of Graph Augmented Transformers for Medication Recommendation

2019-06-02 · Junyuan Shang, Tengfei Ma, Cao Xiao, Jimeng Sun

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.

📄 PDF Abstract BibTeX arXiv:1906.00346

Code (1)

jshang123/G-Bert 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingRepresentation LearningSelection bias

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음

Similar Papers 제목 키워드 기반

GAMENet: Graph Augmented MEmory Networks for Recommending Medication Combination

2018-09-06 · Junyuan Shang, Cao Xiao, Tengfei Ma, Hongyan Li 외

Recent progress in deep learning is revolutionizing the healthcare domain including providing solutions to medication recommendations, especially recommending medication combination for patients with complex health condi…

DialMed: A Dataset for Dialogue-based Medication Recommendation

2022-02-22 · COLING 2022 10 · Zhenfeng He, Yuqiang Han, Zhenqiu Ouyang, Wei Gao 외

Medication recommendation is a crucial task for intelligent healthcare systems. Previous studies mainly recommend medications with electronic health records (EHRs). However, some details of interactions between doctors a…

Graph Attention

MedGCN: Medication recommendation and lab test imputation via graph convolutional networks

2019-03-31 · Chengsheng Mao, Liang Yao, Yuan Luo

Laboratory testing and medication prescription are two of the most important routines in daily clinical practice. Developing an artificial intelligence system that can automatically make lab test imputations and medicati…

Graph Neural NetworkImputation

HypeMed: Enhancing Medication Recommendations with Hypergraph-Based Patient Relationships

2026-03-19 · Xiangxu Zhang, Xiao Zhou, Hongteng Xu, Jianxun Lian arxiv

Medication recommendations aim to generate safe and effective medication sets from health records. However, accurately recommending medications hinges on inferring a patient's latent clinical condition from sparse and no…

REFINE: A Fine-Grained Medication Recommendation System Using Deep Learning and Personalized Drug Interaction Modeling

2023-09-21 · NeurIPS 2023 11

Patients with co-morbidities often require multiple medications to manage their conditions. However, existing medication recommendation systems only offer class-level medications and regard all interactions among drugs t…