paper-with-me

홈 › Papers

Medical Concept Embedding with Time-Aware Attention

2018-06-06 · Xiangrui Cai, Jinyang Gao, Kee Yuan Ngiam, Beng Chin Ooi, Ying Zhang, Xiaojie Yuan

Embeddings of medical concepts such as medication, procedure and diagnosis codes in Electronic Medical Records (EMRs) are central to healthcare analytics. Previous work on medical concept embedding takes medical concepts and EMRs as words and documents respectively. Nevertheless, such models miss out the temporal nature of EMR data. On the one hand, two consecutive medical concepts do not indicate they are temporally close, but the correlations between them can be revealed by the time gap. On the other hand, the temporal scopes of medical concepts often vary greatly (e.g., \textit{common cold} and \textit{diabetes}). In this paper, we propose to incorporate the temporal information to embed medical codes. Based on the Continuous Bag-of-Words model, we employ the attention mechanism to learn a "soft" time-aware context window for each medical concept. Experiments on public and proprietary datasets through clustering and nearest neighbour search tasks demonstrate the effectiveness of our model, showing that it outperforms five state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:1806.02873

Code (1)

XiangruiCAI/mce 공식 구현

Tasks

Clustering

Similar Papers 제목 키워드 기반

Knowledge-augmented Graph Neural Networks with Concept-aware Attention for Adverse Drug Event Detection

2023-01-25 · Shaoxiong Ji, Ya Gao, Pekka Marttinen

Adverse drug events (ADEs) are an important aspect of drug safety. Various texts such as biomedical literature, drug reviews, and user posts on social media and medical forums contain a wealth of information about ADEs. …

Event DetectionRelational Reasoning

Temporal Self-Attention Network for Medical Concept Embedding

2019-09-15 · Xueping Peng, Guodong Long, Tao Shen, Sen Wang 외

In longitudinal electronic health records (EHRs), the event records of a patient are distributed over a long period of time and the temporal relations between the events reflect sufficient domain knowledge to benefit pre…

Clustering

TA-RNN-Medical-Hybrid: A Time-Aware and Interpretable Framework for Mortality Risk Prediction

2026-03-09 · Zahra Jafari, Azadeh Zamanifar, Amirfarhad Farhadi arxiv

Accurate and interpretable mortality risk prediction in intensive care units (ICUs) remains a critical challenge due to the irregular temporal structure of electronic health records (EHRs), the complexity of longitudinal…

Enriching Unsupervised User Embedding via Medical Concepts

2022-03-20 · Xiaolei Huang, Franck Dernoncourt, Mark Dredze

Clinical notes in Electronic Health Records (EHR) present rich documented information of patients to inference phenotype for disease diagnosis and study patient characteristics for cohort selection. Unsupervised user emb…

Mortality PredictionPhenotype classificationRetrieval

Benchmarking Deep Learning Architectures for Predicting Readmission to the ICU and Describing Patients-at-Risk

2019-05-21 · Sebastiano Barbieri, James Kemp, Oscar Perez-Concha, Sradha Kotwal 외

Objective: To compare different deep learning architectures for predicting the risk of readmission within 30 days of discharge from the intensive care unit (ICU). The interpretability of attention-based models is leverag…

Bayesian InferenceBenchmarking