paper-with-me

홈 › Papers

BiPETE: A Bi-Positional Embedding Transformer Encoder for Risk Assessment of Alcohol and Substance Use Disorder with Electronic Health Records

2025-11-07 · Daniel S. Lee, Mayra S. Haedo-Cruz, Chen Jiang, Oshin Miranda, LiRong Wang arxiv

Transformer-based deep learning models have shown promise for disease risk prediction using electronic health records(EHRs), but modeling temporal dependencies remains a key challenge due to irregular visit intervals and lack of uniform structure. We propose a Bi-Positional Embedding Transformer Encoder or BiPETE for single-disease prediction, which integrates rotary positional embeddings to encode relative visit timing and sinusoidal embeddings to preserve visit order. Without relying on large-scale pretraining, BiPETE is trained on EHR data from two mental health cohorts-depressive disorder and post-traumatic stress disorder (PTSD)-to predict the risk of alcohol and substance use disorders (ASUD). BiPETE outperforms baseline models, improving the area under the precision-recall curve (AUPRC) by 34% and 50% in the depression and PTSD cohorts, respectively. An ablation study further confirms the effectiveness of the dual positional encoding strategy. We apply the Integrated Gradients method to interpret model predictions, identifying key clinical features associated with ASUD risk and protection, such as abnormal inflammatory, hematologic, and metabolic markers, as well as specific medications and comorbidities. Overall, these key clinical features identified by the attribution methods contribute to a deeper understanding of the risk assessment process and offer valuable clues for mitigating potential risks. In summary, our study presents a practical and interpretable framework for disease risk prediction using EHR data, which can achieve strong performance.

📄 PDF Abstract BibTeX arXiv:2511.04998

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Double Helix inside the NLP Transformer

2023-06-23 · Jason H. J. Lu, Qingzhen Guo

We introduce a framework for analyzing various types of information in an NLP Transformer. In this approach, we distinguish four layers of information: positional, syntactic, semantic, and contextual. We also argue that …

DecoderPOS

Efficient transformer with reinforced position embedding for language models

2024-10-07 · Yen-Che Hsiao, Abhishek Dutta

In this paper, we propose an efficient transformer architecture that uses reinforced positional embedding to obtain superior performance with half the number of encoder decoder layers. We demonstrate that concatenating p…

DecoderPositionTranslation

Beyond Sequence Order: Syntax-Informed Positional Embeddings for Transformers

2026-08-06 · Haris Riaz, Hyungji Kim, Mihai Surdeanu arxiv

Positional embeddings (PE) in Transformers encode token distance and order but are largely agnostic to syntactic structure. We introduce Syntax-informed Positional Embeddings (SiPE), which learns a lightweight syntactic …

Improving Generalization of Transformer for Speech Recognition with Parallel Schedule Sampling and Relative Positional Embedding

2019-11-01 · Pan Zhou, Ruchao Fan, Wei Chen, Jia Jia

Transformer has shown promising results in many sequence to sequence transformation tasks recently. It utilizes a number of feed-forward self-attention layers to replace the recurrent neural networks (RNN) in attention-b…

Decoderspeech-recognitionSpeech Recognition

AdPE: Adversarial Positional Embeddings for Pretraining Vision Transformers via MAE+

2023-03-14 · Xiao Wang, Ying Wang, Ziwei Xuan, Guo-Jun Qi

Unsupervised learning of vision transformers seeks to pretrain an encoder via pretext tasks without labels. Among them is the Masked Image Modeling (MIM) aligned with pretraining of language transformers by predicting ma…

Transfer Learning