TLDR: Researchers developed machine learning models, including a transfer learning approach with BlueBERT, to automate the identification of high-severity incident reports in radiation oncology. The BlueBERTTRANSFER model significantly improved performance on external datasets and showed comparable accuracy to human reviewers, demonstrating the potential for more efficient and consistent safety report triaging across institutions.
Incident reports are crucial for improving safety and quality in healthcare, especially in specialized fields like radiation oncology. However, manually reviewing these reports is a time-consuming task that requires significant expertise. This often leads to delays and inconsistencies in identifying critical safety issues.
Automating Safety Report Triage
A recent study introduces a new natural language processing (NLP) tool designed to automatically screen incident reports and detect those indicating high severity. This innovation aims to make the process of identifying and addressing potential risks much faster and more consistent across different healthcare institutions.
The researchers utilized two distinct text datasets for training and evaluating their NLP models. The first dataset, referred to as ‘Inst.’, comprised 7,094 reports from their own institution. The second, ‘SAFRON’ (Safety in Radiation Oncology), included 571 reports from the International Atomic Energy Agency, representing a broader range of global medical facilities.
Models and Methods
Two primary types of machine learning models were developed and tested: a baseline Support Vector Machine (SVM) and BlueBERT. BlueBERT is a large language representation model that was pre-trained on a vast amount of biomedical text, including PubMed abstracts and patient data. To assess how well the models could generalize across different institutions, the researchers employed a transfer learning approach.
In this approach, a model called BlueBERTTRANSFER was first fine-tuned using the ‘Inst.’ dataset and then further refined with the ‘SAFRON’ dataset before being tested. This method allows the model to leverage knowledge gained from a larger dataset and adapt it to a smaller, potentially different, dataset from another institution.
Key Findings
The results demonstrated the significant benefits of transfer learning. On the ‘SAFRON’ test set, the BlueBERTTRANSFER model achieved an AUROC (Area Under the Receiver Operating Characteristic curve) of 0.78. This was a substantial improvement compared to the standalone SVM model (AUROC 0.42) and the BlueBERT model trained only on the ‘Inst.’ dataset (AUROC 0.56).
This improvement highlights the model’s ability to adapt to different institutional contexts, which often have varying reporting styles, equipment, and safety cultures. The study also found that the performance of these machine learning models was comparable to that of human reviewers on a specially curated subset of reports, with SVM achieving an AUROC of 0.85, BlueBERTInst. 0.76, BlueBERTTRANSFER 0.74, and human performance at 0.81.
Also Read:
- Automating Scientific Benchmarks: How Reasoning Traces Elevate Small Language Models
- AI’s Role in Clinical Trial Recruitment: Insights from Social Media Analysis
Implications for Healthcare Safety
The successful development of these cross-institution NLP models suggests a promising future for automated incident report screening. By quickly and accurately identifying high-severity incidents, healthcare organizations can intervene more rapidly, standardize their triaging processes, and ultimately enhance patient safety. The transfer learning approach, in particular, offers a pathway for institutions with smaller datasets to implement robust safety screening tools by fine-tuning pre-trained models with their local data.
For more detailed information, you can refer to the full research paper: Automated Triaging and Transfer Learning of Incident Learning Safety Reports Using Large Language Representational Models.


