TL;DR
This paper introduces a specialized BERT model trained on breast radiology reports that, combined with section segmentation, significantly improves the accuracy of extracting clinically relevant information from radiology reports.
Contribution
The study develops a BERT-based model with section segmentation for radiology report analysis, achieving high accuracy and outperforming previous models without section segmentation.
Findings
Achieved 98% accuracy in section segmentation of reports.
Improved field extraction accuracy to 95.9% with section segmentation.
Outperformed Classic BERT models without auxiliary features.
Abstract
Radiology reports are one of the main forms of communication between radiologists and other clinicians and contain important information for patient care. In order to use this information for research and automated patient care programs, it is necessary to convert the raw text into structured data suitable for analysis. State-of-the-art natural language processing (NLP) domain-specific contextual word embeddings have been shown to achieve impressive accuracy for these tasks in medicine, but have yet to be utilized for section structure segmentation. In this work, we pre-trained a contextual embedding BERT model using breast radiology reports and developed a classifier that incorporated the embedding with auxiliary global textual features in order to perform section segmentation. This model achieved a 98% accuracy at segregating free text reports sentence by sentence into sections of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Adam · Dropout · Layer Normalization · Dense Connections · Softmax · Residual Connection · Attention Dropout
