NM at CRF Filling 2026: A Two-Stage LLM Pipeline for Clinical CRF Population

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Medical Devices & Health Technology · Depth: Expert, quick

Summary

A two-stage LLM pipeline, developed by Niccolò Morabito for the CRF Filling Shared Task 2026, automates the population of Case Report Forms (CRFs) from clinical notes describing dyspnea patients. The initial stage utilizes a few-shot prompted LLM to extract candidate CRF fields into a structured JSON format. A subsequent, separate LLM then verifies each extracted field against the original note, explicitly removing predictions lacking textual evidence to reduce false positives. Experiments on the development set confirmed this verification step significantly improves macro F1 by preserving correct extractions while reducing unsupported ones. The system achieved a 0.56 macro F1 score on the official test set for both English and Italian.

Key takeaway

For NLP Engineers developing clinical data extraction systems, this two-stage LLM pipeline offers a robust approach to improve accuracy. If you are struggling with high false positive rates in CRF population, consider implementing a separate LLM-based verification stage. This method, which achieved a 0.56 macro F1 on both English and Italian, can significantly enhance precision by ensuring extracted fields are explicitly supported by source text, balancing recall with validation.

Key insights

Separating LLM-based extraction and verification stages significantly improves precision in clinical CRF population by reducing false positives.

Principles

Method

A two-stage LLM pipeline: first, a few-shot LLM extracts candidate CRF fields into JSON; second, a separate LLM verifies each field against the original note, removing unsupported predictions.

In practice

Topics

Best for: AI Scientist, NLP Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.