paper-with-me

홈 › Papers

EHR-RAGp: Retrieval-Augmented Prototype-Guided Foundation Model for Electronic Health Records

2026-05-12 · Saeed Shurrab, Mariam Al-Omari, Dana El Samad, Farah E. Shamout arxiv

Electronic Health Records (EHR) contain rich longitudinal patient information and are widely used in predictive modeling applications. However, effectively leveraging historical data remains challenging due to long trajectories, heterogeneous events, temporal irregularity, and the varying relevance of past clinical context. Existing approaches often rely on fixed windows or uniform aggregation, which can obscure clinically important signals. In this work, we introduce EHR-RAGp, a retrieval-augmented foundation model that dynamically integrates the most relevant patient history across diverse clinical event types. We propose a prototype-guided retrieval module that acts as an alignment mechanism and estimates the relevance of retrieved historical chunks with respect to a given prediction task, guiding the model towards the most informative context. Across multiple clinical prediction tasks, EHR-RAGp consistently outperforms state-of-the-art EHR foundation models and transformer-based baselines. Furthermore, integrating EHR-RAGp with existing clinical foundation models yields substantial performance gains. Overall, EHR-RAGp provides a scalable and efficient framework for leveraging long-range clinical context to improve downstream performance.

📄 PDF Abstract BibTeX arXiv:2605.12335

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RAGPulse: An Open-Source RAG Workload Trace to Optimize RAG Serving Systems

2025-11-17 · Zhengchao Wang, Yitao Hu, Jianing Ye, Zhuxuan Chang 외 arxiv

Retrieval-Augmented Generation (RAG) is a critical paradigm for building reliable, knowledge-intensive Large Language Model (LLM) applications. However, the multi-stage pipeline (retrieve, generate) and unique workload c…

Retrieval-Augmented Dynamic Prompt Tuning for Incomplete Multimodal Learning

2025-01-02 · Jian Lang, Zhangtao Cheng, Ting Zhong, Fan Zhou

Multimodal learning with incomplete modality is practical and challenging. Recently, researchers have focused on enhancing the robustness of pre-trained MultiModal Transformers (MMTs) under missing modality conditions by…

ImputationRetrieval

GraphRAG under Fire

2025-01-23 · Jiacheng Liang, Yuhui Wang, Changjiang Li, Rongyi Zhu 외

GraphRAG advances retrieval-augmented generation (RAG) by structuring external knowledge as multi-scale knowledge graphs, enabling language models to integrate both broad context and granular details in their generation.…

Knowledge GraphsRAGRelationRetrieval+1

RAGPPI: RAG Benchmark for Protein-Protein Interactions in Drug Discovery

2025-05-28 · Youngseung Jeon, Ziwen Li, Thomas Li, JiaSyuan Chang 외

Retrieving the biological impacts of protein-protein interactions (PPIs) is essential for target identification (Target ID) in drug development. Given the vast number of proteins involved, this process remains time-consu…

Drug DiscoveryRAGRetrieval-augmented Generation

T-DuMpRa: Teacher-guided Dual-path Multi-prototype Retrieval Augmented framework for fine-grained medical image classification

2026-04-19 · Zixuan Tang, Shen Zhao arxiv

Fine-grained medical image classification is challenged by subtle inter-class variations and visually ambiguous cases, where confidence estimates often exhibit uncertainty rather than being overconfident. In such scenari…

Medical Image Classification