TocBERT: Medical Document Structure Extraction Using Bidirectional Transformers
Majd Saleh, Sarra Baghdadi, Stéphane Paquelet
TL;DR
The paper tackles hierarchical text segmentation in unformatted medical documents by detecting titles and subtitles to improve data cleaning and targeted information retrieval. It introduces TocBERT, a NER-based method built on fine-tuned Bio-ClinicalBERT, trained on semi-automatically labeled MIMIC-III discharge summaries and evaluated against a rule-based TocRegex baseline. TocBERT achieves a hierarchical F1 of 0.728 (versus 0.606 for TocRegex) and a linear F1 of 0.846 (slightly higher than TocRegex), demonstrating strong use of semantic context to distinguish titles from subtitles. The work enables improved domain adaptation and the potential construction of a topics ontology from detected titles, with practical implications for medical document processing and retrieval.
Abstract
Text segmentation holds paramount importance in the field of Natural Language Processing (NLP). It plays an important role in several NLP downstream tasks like information retrieval and document summarization. In this work, we propose a new solution, namely TocBERT, for segmenting texts using bidirectional transformers. TocBERT represents a supervised solution trained on the detection of titles and sub-titles from their semantic representations. This task was formulated as a named entity recognition (NER) problem. The solution has been applied on a medical text segmentation use-case where the Bio-ClinicalBERT model is fine-tuned to segment discharge summaries of the MIMIC-III dataset. The performance of TocBERT has been evaluated on a human-labeled ground truth corpus of 250 notes. It achieved an F1-score of 84.6% when evaluated on a linear text segmentation problem and 72.8% on a hierarchical text segmentation problem. It outperformed a carefully designed rule-based solution, particularly in distinguishing titles from subtitles.
