NEAR: Named Entity and Attribute Recognition of clinical concepts
Namrata Nath, Sang-Heon Lee, Ivan Lee

TL;DR
This paper introduces three neural network architectures for joint entity and attribute recognition in clinical texts, improving extraction accuracy of medical concepts and their attributes from electronic health records.
Contribution
It models NER as a supervised multi-label tagging task and evaluates three novel architectures on benchmark datasets, achieving state-of-the-art results.
Findings
Best NER F1 scores of 0.894 and 0.808 on two datasets.
High span-based F1 polarity scores of 0.832 and 0.836.
Modality studies show high F1 scores for entity attributes.
Abstract
Named Entity Recognition (NER) or the extraction of concepts from clinical text is the task of identifying entities in text and slotting them into categories such as problems, treatments, tests, clinical departments, occurrences (such as admission and discharge) and others. NER forms a critical component of processing and leveraging unstructured data from Electronic Health Records (EHR). While identifying the spans and categories of concepts is itself a challenging task, these entities could also have attributes such as negation that pivot their meanings implied to the consumers of the named entities. There has been little research dedicated to identifying the entities and their qualifying attributes together. This research hopes to contribute to the area of detecting entities and their corresponding attributes by modelling the NER task as a supervised, multi-label tagging problem with…
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
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · Bidirectional LSTM
