CLOct 15, 2019

Comprehend Medical: a Named Entity Recognition and Relationship Extraction Web Service

arXiv:1910.07419v157 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This service addresses the need for accessible and HIPAA-compliant medical text analysis tools for healthcare professionals and developers, though it is incremental as it applies existing deep learning models to this domain.

The authors introduced Comprehend Medical, a scalable web service for named entity recognition and relationship extraction in medical text, which eliminates the need for complex setup and provides APIs for easy integration.

Comprehend Medical is a stateless and Health Insurance Portability and Accountability Act (HIPAA) eligible Named Entity Recognition (NER) and Relationship Extraction (RE) service launched under Amazon Web Services (AWS) trained using state-of-the-art deep learning models. Contrary to many existing open source tools, Comprehend Medical is scalable and does not require steep learning curve, dependencies, pipeline configurations, or installations. Currently, Comprehend Medical performs NER in five medical categories: Anatomy, Medical Condition, Medications, Protected Health Information (PHI) and Treatment, Test and Procedure (TTP). Additionally, the service provides relationship extraction for the detected entities as well as contextual information such as negation and temporality in the form of traits. Comprehend Medical provides two Application Programming Interfaces (API): 1) the NERe API which returns all the extracted named entities, their traits and the relationships between them and 2) the PHId API which returns just the protected health information contained in the text. Furthermore, Comprehend Medical is accessible through AWS Console, Java and Python Software Development Kit (SDK), making it easier for non-developers and developers to use.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes