Entity Decomposition with Filtering: A Zero-Shot Clinical Named Entity Recognition Framework
Reza Averly, Xia Ning

TL;DR
This paper introduces EDF, a novel framework for clinical NER that decomposes entities into sub-types and filters results, significantly improving recognition accuracy across models and datasets.
Contribution
The paper proposes a new entity decomposition with filtering framework that enhances open LLMs' performance in clinical NER by addressing entity type challenges.
Findings
Significant performance improvements across models and datasets.
Enhanced recognition of previously missed entities.
Effective decomposition and filtering strategy for clinical NER.
Abstract
Clinical named entity recognition (NER) aims to retrieve important entities within clinical narratives. Recent works have demonstrated that large language models (LLMs) can achieve strong performance in this task. While previous works focus on proprietary LLMs, we investigate how open NER LLMs, trained specifically for entity recognition, perform in clinical NER. Our initial experiment reveals significant contrast in performance for some clinical entities and how a simple exploitment on entity types can alleviate this issue. In this paper, we introduce a novel framework, entity decomposition with filtering, or EDF. Our key idea is to decompose the entity recognition task into several retrievals of entity sub-types and then filter them. Our experimental results demonstrate the efficacies of our framework and the improvements across all metrics, models, datasets, and entity types. Our…
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
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Machine Learning in Healthcare
MethodsFocus
