Noise reduction in BERT NER models for clinical entity extraction
Kuldeep Jiwani, Yash K Jeengar, Ayush Dhaka

TL;DR
This paper introduces a Noise Removal model that significantly improves the precision of clinical NER models by effectively filtering weak predictions, leveraging probability density features to reduce false positives.
Contribution
It presents a novel supervised Noise Removal approach using Probability Density Maps to enhance the precision of BERT-based clinical NER models.
Findings
False positives reduced by 50-90% with the NR model
Supervised features like PDM improve prediction confidence assessment
Enhanced precision without sacrificing recall in clinical NER
Abstract
Precision is of utmost importance in the realm of clinical entity extraction from clinical notes and reports. Encoder Models fine-tuned for Named Entity Recognition (NER) are an efficient choice for this purpose, as they don't hallucinate. We pre-trained an in-house BERT over clinical data and then fine-tuned it for NER. These models performed well on recall but could not close upon the high precision range, needed for clinical models. To address this challenge, we developed a Noise Removal model that refines the output of NER. The NER model assigns token-level entity tags along with probability scores for each token. Our Noise Removal (NR) model then analyzes these probability sequences and classifies predictions as either weak or strong. A na\"ive approach might involve filtering predictions based on low probability values; however, this method is unreliable. Owing to the…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Machine Learning in Healthcare · Biomedical Text Mining and Ontologies
