paper-with-me

홈 › Papers

Extrinsically-Focused Evaluation of Omissions in Medical Summarization

2023-11-14 · Elliot Schumacher, Daniel Rosenthal, Dhruv Naik, Varun Nair, Luladay Price, Geoffrey Tso, Anitha Kannan

Large language models (LLMs) have shown promise in safety-critical applications such as healthcare, yet the ability to quantify performance has lagged. An example of this challenge is in evaluating a summary of the patient's medical record. A resulting summary can enable the provider to get a high-level overview of the patient's health status quickly. Yet, a summary that omits important facts about the patient's record can produce a misleading picture. This can lead to negative consequences on medical decision-making. We propose MED-OMIT as a metric to explore this challenge. We focus on using provider-patient history conversations to generate a subjective (a summary of the patient's history) as a case study. We begin by discretizing facts from the dialogue and identifying which are omitted from the subjective. To determine which facts are clinically relevant, we measure the importance of each fact to a simulated differential diagnosis. We compare MED-OMIT's performance to that of clinical experts and find broad agreement We use MED-OMIT to evaluate LLM performance on subjective generation and find some LLMs (gpt-4 and llama-3.1-405b) work well with little effort, while others (e.g. Llama 2) perform worse.

📄 PDF Abstract BibTeX arXiv:2311.08303

Code (1)

curai/curai-research 공식 구현 pytorch

Tasks

Decision Making

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…
Focus 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

CARE: A Conformal Safety Layer for Medical Summarization

2026-06-08 · Suhana Bedi, Bridget Lin, Anson Y. Zhou, Chloe O. Stanwyck 외 arxiv

Large language models (LLMs) are increasingly used for medical summarization, but their outputs can omit medically important information and introduce unsupported claims. Existing error-detection methods produce heuristi…

T2D-Bench: Evidence-Gated Evaluation of LLM Outputs for Type 2 Diabetes Using a Multi-Layer Clinical-Lifestyle Knowledge Graph

2026-06-23 · Saba A. Farahani, Hung Cao, Ramesh Jain, Amir M. Rahmani arxiv

Large language models (LLMs) can produce clinically fluent recommendations for type 2 diabetes while failing to satisfy guideline constraints or explicitly justify lifestyle-related glycemic claims. We present T2D-Bench,…

Re-FRAME the Meeting Summarization SCOPE: Fact-Based Summarization and Personalization via Questions

2025-09-19 · Frederic Kirstein, Sonu Kumar, Terry Ruas, Bela Gipp arxiv

Meeting summarization with large language models (LLMs) remains error-prone, often producing outputs with hallucinations, omissions, and irrelevancies. We present FRAME, a modular pipeline that reframes summarization as …

Meeting Summarization

Hindi History Note Generation with Unsupervised Extractive Summarization

2020-12-01 · Asian Chapter of the Association for Computational Linguistics 2020 · Aayush Shah, Dhineshkumar Ramasubbu, Dhruv Mathew, Meet Chetan Gadoya

In this work, the task of extractive single document summarization applied to an education setting to generate summaries of chapters from grade 10 Hindi history textbooks is undertaken. Unsupervised approaches to extract…

Document SummarizationExtractive SummarizationUnsupervised Extractive Summarization

Summarizing Chinese Medical Answer with Graph Convolution Networks and Question-focused Dual Attention

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Ningyu Zhang, Shumin Deng, Juan Li, Xi Chen 외

Online search engines are a popular source of medical information for users, where users can enter questions and obtain relevant answers. It is desirable to generate answer summaries for online search engines, particular…