The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

An agentic LLM pipeline turns messy oncology notes into structured data at scale—averaging 0.93 F1 across 103 clinical variables—and yields 94% direct human approval in a curation workflow, sharply lowering manual annotation costs.

HARMON-E: Hierarchical Agentic Reasoning for Multimodal Oncology Notes to Extract Structured Data
Shashi Kant Gupta, Arijeet Pramanik, Jerrin John Thomas, Regina Schwind, Lauren Wiener, Avi Raju, Jeremy Kornbluth, Yanshan Wang, Zhaohui Su, Hrituraj Singh · December 22, 2025
arxiv descriptive medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Shashi Kant Gupta unresolved corpus identity
  2. Arijeet Pramanik unresolved corpus identity
  3. Jerrin John Thomas unresolved corpus identity
  4. Regina Schwind unresolved corpus identity
  5. Lauren Wiener unresolved corpus identity
  6. Avi Raju unresolved corpus identity
  7. Jeremy Kornbluth unresolved corpus identity
  8. Yanshan Wang unresolved corpus identity
  9. Zhaohui Su unresolved corpus identity
  10. Hrituraj Singh unresolved corpus identity

Semantic Scholar

Latest observation:

  1. S. Gupta provider ID
  2. Arijeet Pramanik provider ID
  3. Jerrin Thomas provider ID
  4. Regina Schwind provider ID
  5. Lauren Wiener provider ID
  6. Avi Raju provider ID
  7. Jerry A. Kornbluth provider ID
  8. Yanshan Wang provider ID
  9. Z. Su provider ID
  10. Hrituraj Singh provider ID
An LLM-based agentic framework extracts structured oncology variables from >400,000 real-world notes and scanned reports with average F1=0.93 across 103 variables and produces outputs that are directly approved by human curators 94% of the time, substantially reducing annotation effort.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Unstructured notes within the electronic health record (EHR) contain rich clinical information vital for cancer treatment decision making and research, yet reliably extracting structured oncology data remains challenging due to extensive variability, specialized terminology, and inconsistent document formats. Manual abstraction, although accurate, is prohibitively costly and unscalable. Existing automated approaches typically address narrow scenarios - either using synthetic datasets, restricting focus to document-level extraction, or isolating specific clinical variables (e.g., staging, biomarkers, histology) - and do not adequately handle patient-level synthesis across the large number of clinical documents containing contradictory information. In this study, we propose an agentic framework that systematically decomposes complex oncology data extraction into modular, adaptive tasks. Specifically, we use large language models (LLMs) as reasoning agents, equipped with context-sensitive retrieval and iterative synthesis capabilities, to exhaustively and comprehensively extract structured clinical variables from real-world oncology notes. Evaluated on a large-scale dataset of over 400,000 unstructured clinical notes and scanned PDF reports spanning 2,250 cancer patients, our method achieves an average F1-score of 0.93, with 100 out of 103 oncology-specific clinical variables exceeding 0.85, and critical variables (e.g., biomarkers and medications) surpassing 0.95. Moreover, integration of the agentic system into a data curation workflow resulted in 0.94 direct manual approval rate, significantly reducing annotation costs. To our knowledge, this constitutes the first exhaustive, end-to-end application of LLM-based agents for structured oncology data extraction at scale

Summary

Main Finding

HARMON-E introduces a hierarchical, agentic LLM framework that extracts comprehensive, patient-level structured oncology data from heterogeneous EHR notes and scanned PDFs at scale. On a real-world corpus (≈400,000 clinical notes / scanned reports for 2,250 patients), the system attains an average F1 of 0.93 across 103 oncology-specific variables (100/103 > 0.85; critical fields such as biomarkers and medications > 0.95) and yields a 94.1% direct manual approval rate when integrated into curator workflows—substantially reducing human abstraction effort.

Key Points

  • Scope and scale
    • Targets a comprehensive oncology data dictionary: 16 entity types and 103 attributes (biomarkers, medications, staging, surgeries, radiation, etc.).
    • Evaluated on >400,000 documents (≈180 docs/patient) covering 2,250 cancer patients and ~940,923 derived data points.
  • Architectural approach
    • Hierarchical, agentic pipeline decomposing tasks into retrievers (context-aware indexing, vector + rule-based search), LLM Synthesizers (multi-step reasoning), and Collators (deduplication, dependency resolution, validation).
    • Iterative retrieval + LLM reasoning (inspired by ReAct / chain-of-thought) to reconcile multi-document contradictions, normalize temporal references, and infer implicit attributes (e.g., treatment discontinuation inferred from adverse events).
    • Scanned PDFs handled via a vision–language model for OCR and page-to-document normalization before LLM processing.
  • Performance and usability
    • Mean F1 = 0.93; 100/103 variables > 0.80 F1; key clinical variables > 0.95.
    • Integration into a human curation platform produced a 94.1% direct acceptance rate by oncology abstractors, indicating high practical trustworthiness.
  • Evaluation
    • Metrics include entity-level recall/precision and attribute-level accuracy; authors propose an evaluation framework aligned to clinical curation needs rather than only NER metrics.
  • Novelty
    • First reported end-to-end LLM-agent application for exhaustive oncology data extraction at this scale, emphasizing patient-level synthesis across heterogeneous and longitudinal notes.

Data & Methods

  • Data
    • Real-world oncology notes and scanned PDF reports: ~400,000 documents for 2,250 patients, ~940k extracted data points.
    • Heterogeneous inputs: progress notes, pathology, radiology, scanned reports.
  • Ingestion & preprocessing
    • Vision–language model for scanned PDF transcription to page-level Markdown.
    • LLM calls for segmentation, document typing, and metadata extraction (dates, titles).
  • Core pipeline components
    • Retrievers: context-aware indexing, vector search and rule-based filters to find candidate evidence spans across documents.
    • LLM Synthesizers: LLMs act as reasoning agents to convert retrieved evidence into structured attribute-value pairs, perform multi-step inference, and resolve contradictions.
    • Collators: merge instances across documents, enforce typing/validation, handle dependencies (e.g., medication needs diagnosis context), and output patient-level structured records.
  • Pipeline strategies
    • Flexible configurations (single-step, multi-step, topical extraction, sequential document analysis) tailored to task complexity.
  • Evaluation
    • Align system outputs to a gold standard; compute entity-level recall/precision and attribute-level accuracy; report F1 per variable and summary metrics.
  • Key performance outcomes
    • Average F1 = 0.93; 100/103 variables > 0.85 F1; critical variables (biomarkers, medications) > 0.95 F1.
    • 94.1% of system outputs accepted directly by human curators.

Implications for AI Economics

  • Labor and productivity
    • Direct substitution/complement: HARMON-E demonstrates material automation potential for high-skill, costly manual abstraction (oncology registrars/abstractors). A 94.1% direct approval rate implies major reductions in time per data point and reallocation of human reviewers to exception handling and validation.
    • Task reconfiguration: routine extraction shifts to automated pipelines; human labor focuses on edge cases, quality control, and higher-level analytic tasks (e.g., interpreting ambiguous clinical scenarios).
  • Cost structure and unit economics
    • Lower marginal cost per structured data point—enables scaling RWD (real-world data) curation and could compress pricing for curated oncology datasets/services.
    • Upfront costs: system development, indexing, and validation remain nontrivial; however, high acceptance rates imply rapid amortization for large-scale data providers or payers.
  • Market effects and competitive dynamics
    • Vendor consolidation risk: firms that effectively combine proprietary clinical corpora, LLM expertise, and validated agentic pipelines may capture significant share of the oncology RWD market.
    • Demand-side expansion: lower-cost, high-quality structured oncology data can stimulate downstream markets—pharma RWD studies, post-marketing surveillance, decentralized trials, and precision oncology services.
  • Investment and monetization opportunities
    • SaaS/Platform offerings for automated abstraction, human-in-the-loop curation tooling, and validated oncology data feeds are attractive targets for investors and incumbents (healthcare IT, analytics vendors).
    • Ancillary products: model auditing tools, provenance tracking, and regulatory-compliance services to manage liability and trust.
  • Quality, liability, and regulatory considerations
    • Need for rigorous external validation, audit trails, and human oversight to mitigate risks from model hallucinations or systemic biases in extraction.
    • Regulators and purchasers may demand transparent error rates per attribute, provenance linking to source documents, and repeatable validation protocols—creating barriers to entry but also a market for compliance tooling.
  • Research & policy implications
    • Macroeconomic impact: productivity gains in clinical data curation may free resources for research but also reduce demand for certain abstraction roles—policy discussion on retraining/reskilling and job transitions warranted.
    • Data governance: broad deployment raises questions about data sharing, vendor lock-in, and standards for interoperable extraction schemas that affect market competition and data liquidity.
  • Suggested economic analyses to follow
    • Quantitative cost–benefit: compare per-record curation costs before/after deployment across scales (small registries vs. national datasets).
    • Labor market modeling: estimate displacement vs. productivity-augmented demand for abstractors with scenario analyses.
    • Market sizing: project addressable market for automated oncology curation platforms and downstream RWD products under different adoption curves.
    • Risk-adjusted valuation: incorporate validation/liability costs and regulatory friction into business models.

Concluding note: HARMON-E illustrates how agentic LLM pipelines can materially change the economics of clinical data curation—driving cost reductions, enabling scale, and creating new product and regulatory needs. For stakeholders (vendors, payers, researchers, policymakers), the key next steps are rigorous independent validation, transparent error/provenance reporting, and economic models that quantify both efficiency gains and labor-market impacts.

Assessment

Paper Typedescriptive Evidence Strengthmedium — The study evaluates the proposed LLM-agent pipeline on a large real-world dataset (400k+ notes, 2,250 patients) and reports high F1 scores and a 0.94 manual approval rate, which are strong performance signals; however, the claims are limited by likely dependence on internal gold-labeling procedures, unclear external validation, and limited information about baseline comparisons, error modes, and robustness to distribution shift. Methods Rigormedium — Strengths include scale of data, wide set of 103 oncology variables, inclusion of scanned PDFs, and integration into a curation workflow with human review metrics; weaknesses include unspecified details about annotation protocol and inter-annotator agreement, unclear train/validation/test splits or external holdouts, limited reporting of comparison baselines and ablations, and little discussion of OCR failures or model reproducibility. SampleReal-world EHR corpus containing over 400,000 unstructured clinical notes and scanned PDF reports from 2,250 cancer patients, annotated for 103 oncology-specific clinical variables; model performance evaluated against curated/manual abstraction and via direct manual approval in a production curation workflow (0.94 approval rate). Themesproductivity human_ai_collab adoption GeneralizabilityLikely from a limited set of institutions/EHR systems—single-site or limited-site data may not reflect broader hospital systems, Unclear coverage across cancer types, patient demographics, and care settings (outpatient vs inpatient), Performance may depend on OCR quality for scanned PDFs and on language/format conventions specific to the dataset, Relies on specific LLM(s), prompts, and retrieval/synthesis pipeline—results may not transfer across model families or licensing/compute constraints, Gold-standard labels/annotation procedures not fully described, limiting external reproducibility and benchmarking, Regulatory, privacy, and deployment constraints in other health systems could limit adoption

Claims (10)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Unstructured notes within the electronic health record (EHR) contain rich clinical information vital for cancer treatment decision making and research. Other positive presence of rich clinical information in unstructured EHR notes
Reading fidelity high
Study strength medium
not reported
0.18
Manual abstraction, although accurate, is prohibitively costly and unscalable. Organizational Efficiency negative scalability and cost of manual abstraction
Reading fidelity high
Study strength medium
not reported
0.18
Existing automated approaches typically address narrow scenarios (synthetic datasets, document-level extraction, or isolated clinical variables) and do not adequately handle patient-level synthesis across many clinical documents containing contradictory information. Task Allocation negative scope and limitations of existing automated extraction approaches
Reading fidelity high
Study strength medium
not reported
0.18
We propose an agentic framework that systematically decomposes complex oncology data extraction into modular, adaptive tasks using large language models (LLMs) as reasoning agents with context-sensitive retrieval and iterative synthesis. Other positive ability to decompose and automate complex oncology data extraction tasks
Reading fidelity high
Study strength speculative
not reported
0.03
The method was evaluated on a large-scale dataset of over 400,000 unstructured clinical notes and scanned PDF reports spanning 2,250 cancer patients. Other positive dataset size and coverage (notes and patient count)
Reading fidelity high
Study strength high
n=2250
over 400,000 unstructured clinical notes and scanned PDF reports spanning 2,250 cancer patients
0.3
Our method achieves an average F1-score of 0.93. Output Quality positive average F1-score (extraction accuracy)
Reading fidelity high
Study strength high
n=2250
average F1-score of 0.93
0.3
100 out of 103 oncology-specific clinical variables exceed 0.85. Output Quality positive number/proportion of oncology-specific variables with performance > 0.85
Reading fidelity high
Study strength high
n=103
100 out of 103 oncology-specific clinical variables exceeding 0.85
0.3
Critical variables (e.g., biomarkers and medications) surpass 0.95. Output Quality positive performance (F1 or equivalent) on critical variables (biomarkers, medications)
Reading fidelity high
Study strength high
critical variables (e.g., biomarkers and medications) surpassing 0.95
0.3
Integration of the agentic system into a data curation workflow resulted in 0.94 direct manual approval rate, significantly reducing annotation costs. Organizational Efficiency positive direct manual approval rate (and implied annotation cost reduction)
Reading fidelity high
Study strength medium
0.94 direct manual approval rate
0.18
To our knowledge, this constitutes the first exhaustive, end-to-end application of LLM-based agents for structured oncology data extraction at scale. Other positive novelty / first exhaustive end-to-end application at scale
Reading fidelity medium
Study strength speculative
not reported
0.02

Notes