CLLGJun 18

Prompt, Plan, Extract: Zero-Shot Agentic LLMs Workflows for Lung Pathology Extraction from Clinical Narratives

arXiv:2606.1985221.3Has Code
Predicted impact top 35% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For clinical NLP practitioners, this work shows that zero-shot LLMs can approximate supervised performance in pathology extraction, reducing the need for expensive annotation.

The authors developed a zero-shot agentic workflow using open-source LLMs to extract 13 pathology fields from lung resection reports, achieving a Micro-F1 of 0.893 (recall: 0.949) compared to a supervised baseline of 0.960, demonstrating a low-cost alternative for information extraction.

Information extraction from pathology reports is essential for cancer staging, tumor registry population. Yet key data remains embedded in narrative reports, making manual extraction labor-intensive and error-prone. Traditional supervised Natural Language Processing pipelines address this through fully supervised Named Entity Recognition and Relation Extraction, but require expensive manual annotation and suffer cascading failures when upstream entities are missed. In this study, we developed a zero-shot, agentic workflow, and evaluated five open-source generative Large Language Models (LLMs) to populate 13 College of American Pathologists synoptic fields from lung resection pathology reports. We compared them against a state-of-the-art supervised GatorTron NER-RE baseline using a novel, registry-aligned evaluation framework. The baseline achieved Micro-F1of 0.960, while the best zero-shot model (GPT-OSS-20B) achieved Micro-F1 of 0.893 (recall: 0.949), accurately extracting complex relations like Pathologic Stage without task-specific training. These results suggest that open-source, zero-shot agentic LLMs are a low-cost solution for extracting lung pathology information.

Foundations

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

Your Notes