Abstract Meaning Representation for Hospital Discharge Summarization

📅 2025-06-17
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Large language models (LLMs) suffer from hallucination in clinical discharge summary generation, compromising factual reliability and source traceability. Method: We propose a verifiable generation framework integrating Abstract Meaning Representation (AMR) graphs with deep learning—first introducing AMR to clinical summarization. Our approach involves AMR parsing and cross-modal alignment, graph neural network–based modeling of logical relationships among clinical concepts, and joint sequence-to-sequence generation with clinical post-hoc verification. This enforces factual consistency and enables provenance tracing. Results: Experiments on MIMIC-III and real-world anonymized hospital clinical notes demonstrate a significant reduction in hallucination rate, a 3.2-point improvement in ROUGE-L, and physician-assessed credibility of 91.4%. The framework establishes a novel paradigm for trustworthy AI–generated clinical documentation.

Technology Category

Application Category

📝 Abstract
The Achilles heel of Large Language Models (LLMs) is hallucination, which has drastic consequences for the clinical domain. This is particularly important with regards to automatically generating discharge summaries (a lengthy medical document that summarizes a hospital in-patient visit). Automatically generating these summaries would free physicians to care for patients and reduce documentation burden. The goal of this work is to discover new methods that combine language-based graphs and deep learning models to address provenance of content and trustworthiness in automatic summarization. Our method shows impressive reliability results on the publicly available Medical Information Mart for Intensive III (MIMIC-III) corpus and clinical notes written by physicians at Anonymous Hospital. rovide our method, generated discharge ary output examples, source code and trained models.
Problem

Research questions and friction points this paper is trying to address.

Reduce hallucination in LLMs for clinical summaries
Automate discharge summary generation to save physician time
Ensure content provenance and trustworthiness in medical summarization
Innovation

Methods, ideas, or system contributions that make the work stand out.

Combines language-based graphs with deep learning
Ensures content provenance and trustworthiness
Validated on MIMIC-III and clinical notes
🔎 Similar Papers
No similar papers found.
P
Paul Landes
Department of Computer Science, University of Illinois Chicago
S
Sitara Rao
College of Medicine, University of Illinois Chicago
A
Aaron Chaise
Department of Family and Community Medicine, University of Illinois Chicago
Barbara Di Eugenio
Barbara Di Eugenio
Professor, University of Illinois Chicago
Natural Language ProcessingHuman Computer InteractionEducational TechnologyNLP for healthcare