paper-with-me

홈 › Papers

Identifying Imaging Follow-Up in Radiology Reports: A Comparative Analysis of Traditional ML and LLM Approaches

2025-11-14 · Namu Park, Giridhar Kaushik Ramachandran, Kevin Lybarger, Fei Xia, Ozlem Uzuner, Meliha Yetisgen, Martin Gunn arxiv

Large language models (LLMs) have shown considerable promise in clinical natural language processing, yet few domain-specific datasets exist to rigorously evaluate their performance on radiology tasks. In this work, we introduce an annotated corpus of 6,393 radiology reports from 586 patients, each labeled for follow-up imaging status, to support the development and benchmarking of follow-up adherence detection systems. Using this corpus, we systematically compared traditional machine-learning classifiers, including logistic regression (LR), support vector machines (SVM), Longformer, and a fully fine-tuned Llama3-8B-Instruct, with recent generative LLMs. To evaluate generative LLMs, we tested GPT-4o and the open-source GPT-OSS-20B under two configurations: a baseline (Base) and a task-optimized (Advanced) setting that focused inputs on metadata, recommendation sentences, and their surrounding context. A refined prompt for GPT-OSS-20B further improved reasoning accuracy. Performance was assessed using precision, recall, and F1 scores with 95% confidence intervals estimated via non-parametric bootstrapping. Inter-annotator agreement was high (F1 = 0.846). GPT-4o (Advanced) achieved the best performance (F1 = 0.832), followed closely by GPT-OSS-20B (Advanced; F1 = 0.828). LR and SVM also performed strongly (F1 = 0.776 and 0.775), underscoring that while LLMs approach human-level agreement through prompt optimization, interpretable and resource-efficient models remain valuable baselines.

📄 PDF Abstract BibTeX arXiv:2511.11867

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Extraction and Analysis of Clinically Important Follow-up Recommendations in a Large Radiology Dataset

2019-05-14 · Wilson Lau, Thomas H Payne, Ozlem Uzuner, Meliha Yetisgen

Communication of follow-up recommendations when abnormalities are identified on imaging studies is prone to error. In this paper, we present a natural language processing approach based on deep learning to automatically …

Sentence

Learning Semi-Structured Representations of Radiology Reports

2021-12-20 · Tamara Katic, Martin Pavlovski, Danijela Sekulic, Slobodan Vucetic

Beyond their primary diagnostic purpose, radiology reports have been an invaluable source of information in medical research. Given a corpus of radiology reports, researchers are often interested in identifying a subset …

Diagnostic

PARROT: An Open Multilingual Radiology Reports Dataset

2025-07-25 · Bastien Le Guellec, Kokou Adambounou, Lisa C Adams, Thibault Agripnidis 외 arxiv

Rationale and Objectives: To develop and validate PARROT (Polyglottal Annotated Radiology Reports for Open Testing), a large, multicentric, open-access dataset of fictional radiology reports spanning multiple languages f…

A Cross-document Coreference Dataset for Longitudinal Tracking across Radiology Reports

2022-06-01 · LREC 2022 6 · Surabhi Datta, Hio Cheng Lam, Atieh Pajouhi, Sunitha Mogalla 외

This paper proposes a new cross-document coreference resolution (CDCR) dataset for identifying co-referring radiological findings and medical devices across a patient’s radiology reports. Our annotated corpus contains 58…

coreference-resolutionCoreference ResolutionCross Document Coreference Resolution

A Vision-language Framework for Comparative Reasoning in Radiology

2026-06-04 · Tengfei Zhang, Ziheng Zhao, Xiaoman Zhang, Lisong Dai 외 arxiv

Medical imaging artificial intelligence has achieved strong performance in isolated image interpretation, but remains poorly aligned with radiological practice, where diagnosis and follow-up rely on comparison across pri…

Visual Question Answering