VERGE: Verification-Enhanced Refinement for Grounded Extraction of Early-Onset Colorectal Cancer Symptoms in Clinical Notes
VERGE is an agentic workflow for extracting six red-flag symptoms and family-history risk status from free-text clinical notes related to early-onset colorectal cancer It uses retrieval-augmented generation for initial label and evidence proposal, followed by a bounded verification-refinement cycle that checks textual grounding and clinical validity VERGE improved precision from 0.764 to 0.849 and MCC from 0.681 to 0.730 compared to a single-agent baseline on 4,033 clinician-labeled note-finding
Analysis
TL;DR
- VERGE is an agentic workflow for extracting six red-flag symptoms and family-history risk status from free-text clinical notes related to early-onset colorectal cancer
- It uses retrieval-augmented generation for initial label and evidence proposal, followed by a bounded verification-refinement cycle that checks textual grounding and clinical validity
- VERGE improved precision from 0.764 to 0.849 and MCC from 0.681 to 0.730 compared to a single-agent baseline on 4,033 clinician-labeled note-finding pairs
- Only 1.5% of claims required human review, with the system autonomously resolving most flagged errors
- The verification-based approach reduces false positives without sacrificing true positive detection, offering a path toward more trustworthy clinical NLP tools
Why It Matters
This research addresses a critical gap in early-onset colorectal cancer detection, where structured encounter data fails to capture essential symptom details like duration, context, and family history. For AI practitioners working in clinical NLP, VERGE demonstrates how bounded verification-refinement cycles can significantly improve precision while maintaining recall—a key challenge in healthcare applications where false positives can lead to unnecessary procedures and patient anxiety.
Technical Details
- VERGE employs an agentic workflow combining retrieval-augmented generation (RAG) for initial extraction with a bounded verification-refinement loop that iteratively checks textual grounding and clinical validity
- The system extracts six red-flag symptoms and family-history risk status from free-text clinical notes, targeting early-onset colorectal cancer screening in younger adults
- Evaluation was conducted on 4,033 clinician-labeled note-finding pairs, comparing VERGE against a single-agent baseline, a rule-based clinical language-processing baseline, and an alternative underlying language model
- Performance metrics showed precision improvement from 0.764 to 0.849 and Matthews Correlation Coefficient (MCC) increase from 0.681 to 0.730, with only 1.5% escalation rate to human reviewers
- The bounded verification cycle corrects and rechecks claims until resolved or a limit is reached, balancing autonomous correction with human oversight for unresolved cases
Industry Insight
- Verification-enhanced agentic workflows represent a scalable pattern for improving reliability in clinical NLP systems, particularly where false positives carry significant downstream costs
- The 1.5% human review rate demonstrates that bounded verification can dramatically reduce human-in-the-loop overhead while maintaining clinical-grade accuracy, making deployment more feasible at scale
- As early-onset cancer rates rise globally, this approach could be adapted to other conditions where structured data is insufficient and free-text clinical notes contain critical diagnostic signals
Disclaimer: The above content is generated by AI and is for reference only.