CNSight: Evaluation of Clinical Note Segmentation Tools
Risha Surana, Adrian Law, Sunwoo Kim, Rishab Sridhar, Angxiao Han, Peiyu Hong
TL;DR
This paper tackles automatic segmentation of clinical notes into distinct sections to enable downstream analytics such as information extraction and cohort identification. It benchmarks a spectrum of approaches—from rule-based baselines and domain-specific transformers to API-based large language models—on a curated MIMIC-IV dataset under the CNSight pipeline. The results show that GPT-5-mini achieves the best overall performance, with traditional baselines performing well on structured sentence tasks and human annotators displaying flexible judgments on ambiguous content. These findings guide method selection for clinical note structuring and lay groundwork for reliable downstream clinical informatics tasks.
Abstract
Clinical notes are often stored in unstructured or semi-structured formats after extraction from electronic medical record (EMR) systems, which complicates their use for secondary analysis and downstream clinical applications. Reliable identification of section boundaries is a key step toward structuring these notes, as sections such as history of present illness, medications, and discharge instructions each provide distinct clinical contexts. In this work, we evaluate rule-based baselines, domain-specific transformer models, and large language models for clinical note segmentation using a curated dataset of 1,000 notes from MIMIC-IV. Our experiments show that large API-based models achieve the best overall performance, with GPT-5-mini reaching a best average F1 of 72.4 across sentence-level and freetext segmentation. Lightweight baselines remain competitive on structured sentence-level tasks but falter on unstructured freetext. Our results provide guidance for method selection and lay the groundwork for downstream tasks such as information extraction, cohort identification, and automated summarization.
