PromptEHR: Conditional Electronic Healthcare Records Generation with Prompt Learning (2022.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for generating longitudinal multimodal EHRs are limited due to privacy concerns. |
| Approach: | They propose to generate longitudinal multimodal EHRs by unconditional generation or longitudinal inference . existing methods generate single-modal E HRs by conditional generation or by longitudinal inferment . |
| Outcome: | The proposed method is more flexible and controllable than existing methods and is more cost-effective than existing ones. |
Similar Papers
RePrompT: Recurrent Prompt Tuning for Integrating Structured EHR Encoders with Large Language Models (2026.findings-acl)
Copied to clipboard
| Challenge: | Large Language Models (LLMs) have shown promising results for mining EHRs . translating time-stamped sequences into plain text can obscure both temporal structure and code identities, weakening the ability to capture code co-occurrence and longitudinal regularities. |
| Approach: | They propose a time-aware LLM framework that integrates structured EHR encoders through prompt tuning without modifying underlying architectures. |
| Outcome: | Experiments on MIMIC-III and MIMIC IV show that RePrompT outperforms both EHR-based and LLM-based baselines across multiple clinical prediction tasks. |
RareSyn: Health Record Synthesis for Rare Disease Diagnosis (2025.emnlp-main)
Copied to clipboard
| Challenge: | RareSyn is a data synthesis approach to augment and de-identify EHRs with a focus on rare diseases. |
| Approach: | They propose a data synthesis approach to augment and de-identify EHRs with a focus on rare diseases. |
| Outcome: | The proposed model augments and de-identifies EHRs with a focus on rare diseases. |
PromptGen: Automatically Generate Prompts using Generative Models (2022.findings-naacl)
Copied to clipboard
| Challenge: | Recent prompt learning has received significant attention, where downstream tasks are reformulated to the mask-filling task with the help of a textual prompt. |
| Approach: | They propose a model PromptGen which can automatically generate prompts conditional on the input sentence. |
| Outcome: | The proposed model outperforms baseline models on the knowledge probing LAMA benchmark. |
Generating Synthetic Free-text Medical Records with Low Re-identification Risk using Masked Language Modeling (2025.naacl-srw)
Copied to clipboard
| Challenge: | Existing methods to generate medical records using Causal Language Modelling are limited due to privacy concerns. |
| Approach: | They propose a method for generating medical records using Masked Language Modelling using Causal language models. |
| Outcome: | The proposed method produces high-quality synthetic data with a re-identification risk of only 3.5% and a patient recall of 96%. |
DiaLLMs: EHR-Enhanced Clinical Conversational System for Clinical Test Recommendation and Diagnosis Prediction (2025.findings-acl)
Copied to clipboard
| Challenge: | Existing medical LLMs focus primarily on diagnosis recommendation, limiting their clinical applicability. |
| Approach: | They propose a medical LLM that integrates heterogeneous EHR data into clinically grounded dialogues. |
| Outcome: | The proposed model outperforms baselines in clinical test recommendation and diagnosis prediction. |
Large Language Models with Temporal Reasoning for Longitudinal Clinical Summarization and Prediction (2025.findings-emnlp)
Copied to clipboard
Maya Kruse, Shiyue Hu, Nicholas Derby, Yifu Wu, Samantha Stonbraker, Bingsheng Yao, Dakuo Wang, Elizabeth M. Goldberg, Yanjun Gao
| Challenge: | Recent advances in large language models have shown potential in clinical text summarization, but their ability to handle long patient trajectories with multi-modal data spread across time remains underexplored. |
| Approach: | They evaluate open-source large language models, their Retrieval Augmented Generation variants and chain-of-thought prompting on long-context clinical summarization and prediction. |
| Outcome: | The proposed models can synthesize structured and unstructured EHR data while reasoning over temporal coherence. |
MHGRL: An Effective Representation Learning Model for Electronic Health Records (2024.lrec-main)
Copied to clipboard
| Challenge: | Effective EHR representations are key to achieving high performance in healthcare applications. |
| Approach: | They propose a multimodal heterogeneous graph-enhanced representation learning to learn EHR representations using medical ontology and textual notes. |
| Outcome: | The proposed model outperforms baseline models on two real clinical datasets in downstream tasks. |
ProMedTS: A Self-Supervised, Prompt-Guided Multimodal Approach for Integrating Medical Text and Time Series (2025.findings-acl)
Copied to clipboard
Shuai Niu, Jing Ma, Hongzhan Lin, Liang Bai, Zhihua Wang, V. W., Richard Yi Da Xu, Guo Li, Xian Yang
| Challenge: | Large language models excel at processing unstructured data, but integrating time series data with text remains a challenge. |
| Approach: | They propose a self-supervised multimodal framework that uses prompt-guided learning to unify heterogeneous data types. |
| Outcome: | The proposed framework outperforms state-of-the-art approaches on disease diagnosis tasks using real-world datasets. |
DualAlign: Generating Clinically Grounded Synthetic Data (2026.findings-acl)
Copied to clipboard
| Challenge: | Large language models (LLMs) can generate fluent clinical text, but ensuring that such outputs are clinically grounded and useful for downstream modeling remains challenging. |
| Approach: | They propose a disease-agnostic framework for generating privacy-preserving, clinically faithful synthetic EHR narratives. |
| Outcome: | The proposed framework produces context-aware, symptom-rich sentences that more closely reflect real-world clinical documentation. |
RAM-EHR: Retrieval Augmentation Meets Clinical Predictions on Electronic Health Records (2024.acl-short)
Copied to clipboard
| Challenge: | Existing deep learning models for EHRs rely on knowledge from a single source and do not capture the semantic information for medical codes. |
| Approach: | They propose a Retrieval AugMentation pipeline to augment clinical prediction on EHRs . they use multiple knowledge sources to convert them into text and use consistency regularization to capture complementary information from patient visits and summarized knowledge. |
| Outcome: | Experiments on two EHR datasets show that RAM-EHR improves clinical prediction tasks. |