CLSep 10, 2020

RadLex Normalization in Radiology Reports

arXiv:2009.05128v18 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the lack of standardization in radiology reports for clinicians and researchers, but it is incremental as it applies existing NLP methods to a new domain-specific task.

The paper tackled the problem of standardizing radiological entities in reports to RadLex terms, achieving a best accuracy of 78.44% using a BERT-based span detector method.

Radiology reports have been widely used for extraction of various clinically significant information about patients' imaging studies. However, limited research has focused on standardizing the entities to a common radiology-specific vocabulary. Further, no study to date has attempted to leverage RadLex for standardization. In this paper, we aim to normalize a diverse set of radiological entities to RadLex terms. We manually construct a normalization corpus by annotating entities from three types of reports. This contains 1706 entity mentions. We propose two deep learning-based NLP methods based on a pre-trained language model (BERT) for automatic normalization. First, we employ BM25 to retrieve candidate concepts for the BERT-based models (re-ranker and span detector) to predict the normalized concept. The results are promising, with the best accuracy (78.44%) obtained by the span detector. Additionally, we discuss the challenges involved in corpus construction and propose new RadLex terms.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes