Using natural language processing to identify emergency department patients with incidental lung nodules requiring follow-up
Summary
An NLP pipeline was developed to identify emergency department patients with incidental lung nodules requiring follow-up from CT reports. Medical doctors annotated these reports using Prodigy software to train the system. The pipeline operates in a stepwise manner, initially excluding cases with prior or known malignancy to ensure focus on new findings. Subsequently, it accurately determines the presence of a lung nodule within the CT scan data and then categorizes any recommended follow-up actions, such as further imaging or specialist consultation. This NLP system was built utilizing a RoBERTa large language model, integrated within the spaCy platform, to automate the detection and classification process, aiming to improve the timely management of incidental findings in a high-volume clinical setting.
Key takeaway
For NLP Engineers developing clinical decision support tools, this approach demonstrates a robust method for automating critical follow-up identification. You should consider a stepwise pipeline design, utilizing large language models like RoBERTa on platforms such as spaCy, to process unstructured medical reports. This can significantly enhance the efficiency of detecting incidental findings and ensuring timely patient management in high-volume environments like emergency departments.
Key insights
An NLP pipeline using RoBERTa and spaCy can automate incidental lung nodule follow-up identification from ED CT reports.
Principles
- Stepwise NLP improves diagnostic accuracy.
- MD annotation is crucial for training.
Method
A stepwise NLP pipeline first excludes malignancy, then identifies nodules, and finally categorizes follow-up recommendations using a RoBERTa LLM on spaCy.
In practice
- Automate incidental finding detection.
- Streamline patient follow-up.
Topics
- Natural Language Processing
- Clinical Decision Support
- RoBERTa
- spaCy
- Lung Nodule Detection
- Emergency Department
Best for: AI Scientist, NLP Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Explosion · Developer tools and consulting for AI, Machine Learning and NLP - Explosion.ai.