EMNLP 2024main0 citations

CARER - ClinicAl Reasoning-Enhanced Representation for Temporal Health Risk Prediction

Tuan Dung Nguyen, Thanh Trung Huynh, Minh Hieu Phan, Quoc Viet Hung Nguyen, Phi Le Nguyen

Abstract

The increasing availability of multimodal data from electronic health records (EHR) has paved the way for deep learning methods to improve diagnosis accuracy. However, deep learning models are data-driven, requiring large-scale datasets to achieve high generalizability. Inspired by how human experts leverage reasoning for medical diagnosis, we propose CARER, a novel health risk prediction framework, that enhances deep learning models with clinical rationales derived from medically proficient Large Language Models (LLMs). In addition, we provide a cross-view alignment loss which aligns the “local” view from the patient’s health status with the “global” view from the external LLM’s clinical reasoning to boost the mutual feature learning. Through extensive experiments on two predictive tasks using two popular EHR datasets, our CARER’s significantly exceeds the performance of state-of-the-art models by up to 11.2%, especially in improving data efficiency and generalizability. Our code is available at https://github.com/tuandung2812/CARER-EMNLP-2024

BibTeX
@inproceedings{nguyen-etal-2024-carer,
    title = "{CARER} - {C}linic{A}l Reasoning-Enhanced Representation for Temporal Health Risk Prediction",
    author = "Nguyen, Tuan Dung  and
      Huynh, Thanh Trung  and
      Phan, Minh Hieu  and
      Nguyen, Quoc Viet Hung  and
      Nguyen, Phi Le",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.emnlp-main.580/",
    doi = "10.18653/v1/2024.emnlp-main.580",
    pages = "10392--10407"
}