paper-with-me

Papers

BernGraph: Probabilistic Graph Neural Networks for EHR-based Medication Recommendations

2024-08-18 · Xihao Piao, Pei Gao, Zheng Chen, Lingwei Zhu, Yasuko Matsubara, Yasushi Sakurai, Jimeng Sun

The medical community believes binary medical event outcomes in EHR data contain sufficient information for making a sensible recommendation. However, there are two challenges to effectively utilizing such data: (1) modeling the relationship between massive 0,1 event outcomes is difficult, even with expert knowledge; (2) in practice, learning can be stalled by the binary values since the equally important 0 entries propagate no learning signals. Currently, there is a large gap between the assumed sufficient information and the reality that no promising results have been shown by utilizing solely the binary data: visiting or secondary information is often necessary to reach acceptable performance. In this paper, we attempt to build the first successful binary EHR data-oriented drug recommendation system by tackling the two difficulties, making sensible drug recommendations solely using the binary EHR medical records. To this end, we take a statistical perspective to view the EHR data as a sample from its cohorts and transform them into continuous Bernoulli probabilities. The transformed entries not only model a deterministic binary event with a distribution but also allow reflecting \emph{event-event} relationship by conditional probability. A graph neural network is learned on top of the transformation. It captures event-event correlations while emphasizing \emph{event-to-patient} features. Extensive results demonstrate that the proposed method achieves state-of-the-art performance on large-scale databases, outperforming baseline methods that use secondary information by a large margin. The source code is available at \url{https://github.com/chenzRG/BEHRMecom}

📄 PDF Abstract BibTeX arXiv:2408.09410

Code (1)

chenzrg/behrmecom 공식 구현 pytorch

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

GAP: Graph-Assisted Prompts for Dialogue-based Medication Recommendation

2025-05-19 · Jialun Zhong, Yanzeng Li, Sen Hu, Yang Zhang 외

Medication recommendations have become an important task in the healthcare domain, especially in measuring the accuracy and safety of medical dialogue systems (MDS). Different from the recommendation task based on electr…

DiagnosticKnowledge Graphs

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…

Traceable Drug Recommendation over Medical Knowledge Graphs

2025-10-31 · Yu Lin, Zhen Jia, Philipp Christmann, Xu Zhang 외 arxiv

Drug recommendation (DR) systems aim to support healthcare professionals in selecting appropriate medications based on patients' medical conditions. State-of-the-art approaches utilize deep learning techniques for improv…

Multi-Task LearningKnowledge Graphs

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…

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…