CLAINov 3, 2023

FaMeSumm: Investigating and Improving Faithfulness of Medical Summarization

arXiv:2311.02271v2134 citationsh-index: 57Has Code
Originality Incremental advance
AI Analysis

This addresses the critical need for accurate and safe medical summaries in healthcare, though it is incremental as it builds on existing language models.

The paper tackles the problem of unfaithful summaries in medical text by introducing FaMeSumm, a framework that improves faithfulness through fine-tuning with medical knowledge and contrastive learning, achieving state-of-the-art performance on faithfulness metrics across multiple datasets.

Summaries of medical text shall be faithful by being consistent and factual with source inputs, which is an important but understudied topic for safety and efficiency in healthcare. In this paper, we investigate and improve faithfulness in summarization on a broad range of medical summarization tasks. Our investigation reveals that current summarization models often produce unfaithful outputs for medical input text. We then introduce FaMeSumm, a framework to improve faithfulness by fine-tuning pre-trained language models based on medical knowledge. FaMeSumm performs contrastive learning on designed sets of faithful and unfaithful summaries, and it incorporates medical terms and their contexts to encourage faithful generation of medical terms. We conduct comprehensive experiments on three datasets in two languages: health question and radiology report summarization datasets in English, and a patient-doctor dialogue dataset in Chinese. Results demonstrate that FaMeSumm is flexible and effective by delivering consistent improvements over mainstream language models such as BART, T5, mT5, and PEGASUS, yielding state-of-the-art performances on metrics for faithfulness and general quality. Human evaluation by doctors also shows that FaMeSumm generates more faithful outputs. Our code is available at https://github.com/psunlpgroup/FaMeSumm .

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes