CLAILGMay 10, 2023

Generating medically-accurate summaries of patient-provider dialogue: A multi-stage approach using large language models

arXiv:2305.05982v1227 citations
Originality Incremental advance
AI Analysis

This addresses the need for accurate medical visit summaries to support clinical decisions and patient care, representing an incremental improvement over existing methods.

The paper tackles medical conversation summarization by breaking it into sequential dialogue-understanding tasks using GPT-3, resulting in summaries that are clinically accurate and outperform zero-shot baselines in human evaluations and metrics.

A medical provider's summary of a patient visit serves several critical purposes, including clinical decision-making, facilitating hand-offs between providers, and as a reference for the patient. An effective summary is required to be coherent and accurately capture all the medically relevant information in the dialogue, despite the complexity of patient-generated language. Even minor inaccuracies in visit summaries (for example, summarizing "patient does not have a fever" when a fever is present) can be detrimental to the outcome of care for the patient. This paper tackles the problem of medical conversation summarization by discretizing the task into several smaller dialogue-understanding tasks that are sequentially built upon. First, we identify medical entities and their affirmations within the conversation to serve as building blocks. We study dynamically constructing few-shot prompts for tasks by conditioning on relevant patient information and use GPT-3 as the backbone for our experiments. We also develop GPT-derived summarization metrics to measure performance against reference summaries quantitatively. Both our human evaluation study and metrics for medical correctness show that summaries generated using this approach are clinically accurate and outperform the baseline approach of summarizing the dialog in a zero-shot, single-prompt setting.

Foundations

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

Your Notes