English

Retrieval-Augmented Generation for Electrocardiogram-Language Models

Computation and Language 2025-10-02 v1 Artificial Intelligence Multimedia

Abstract

Interest in generative Electrocardiogram-Language Models (ELMs) is growing, as they can produce textual responses conditioned on ECG signals and textual queries. Unlike traditional classifiers that output label probabilities, ELMs are more versatile, supporting domain-specific tasks (e.g., waveform analysis, diagnosis, prognosis) as well as general tasks (e.g., open-ended questions, dialogue). Retrieval-Augmented Generation (RAG), widely used in Large Language Models (LLMs) to ground LLM outputs in retrieved knowledge, helps reduce hallucinations and improve natural language generation (NLG). However, despite its promise, no open-source implementation or systematic study of RAG pipeline design for ELMs currently exists. To address this gap, we present the first open-source RAG pipeline for ELMs, along with baselines and ablation studies for NLG. Experiments on three public datasets show that ELMs with RAG consistently improves performance over non-RAG baselines and highlights key ELM design considerations. Our code is available at: https://github.com/willxxy/ECG-Bench.

Keywords

Cite

@article{arxiv.2510.00261,
  title  = {Retrieval-Augmented Generation for Electrocardiogram-Language Models},
  author = {Xiaoyu Song and William Han and Tony Chen and Chaojing Duan and Michael A. Rosenberg and Emerson Liu and Ding Zhao},
  journal= {arXiv preprint arXiv:2510.00261},
  year   = {2025}
}

Comments

5 pages, 2 figures; Submitted to ICASSP 2026

R2 v1 2026-07-01T06:09:00.269Z