Clinical Concept Extraction

9 papers with code • 1 benchmarks • 4 datasets

Automatic extraction of clinical named entities such as clinical problems, treatments, tests and anatomical parts from clinical notes.

( Source )

Most implemented papers

CharacterBERT: Reconciling ELMo and BERT for Word-Level Open-Vocabulary Representations From Characters

helboukkouri/character-bert COLING 2020

Due to the compelling improvements brought by BERT, many recent representation models adopted the Transformer architecture as their main building block, consequently inheriting the wordpiece tokenization system despite it not being intrinsically linked to the notion of Transformers.

Bidirectional LSTM-CRF for Clinical Concept Extraction

raghavchalapathy/Bidirectional-LSTM-CRF-for-Clinical-Concept-Extraction WS 2016

Extraction of concepts present in patient clinical records is an essential step in clinical research.

Bidirectional LSTM-CRF for Clinical Concept Extraction

raghavchalapathy/Bidirectional-LSTM-CRF-for-Clinical-Concept-Extraction 25 Nov 2016

Automated extraction of concepts from patient clinical records is an essential facilitator of clinical research.

Recurrent neural networks with specialized word embeddings for health-domain named-entity recognition

ijauregiCMCRC/healthNER 29 Jun 2017

Nevertheless, the embeddings need to be retrained over datasets that are adequate for the domain, in order to adequately cover the domain-specific vocabulary.

Clinical Concept Extraction with Contextual Word Embedding

noc-lab/clinical_concept_extraction 24 Oct 2018

Next, a bidirectional LSTM-CRF model is trained for clinical concept extraction using the contextual word embedding model.

Embedding Strategies for Specialized Domains: Application to Clinical Entity Recognition

helboukkouri/acl_srw_2019 ACL 2019

Using pre-trained word embeddings in conjunction with Deep Learning models has become the {``}de facto{''} approach in Natural Language Processing (NLP).

Improving Clinical Document Understanding on COVID-19 Research with Spark NLP

JohnSnowLabs/spark-nlp-workshop 7 Dec 2020

Second, the text processing pipeline includes assertion status detection, to distinguish between clinical facts that are present, absent, conditional, or about someone other than the patient.

CLIN-X: pre-trained language models and a study on cross-task transfer for concept extraction in the clinical domain

boschresearch/clin_x 16 Dec 2021

The field of natural language processing (NLP) has recently seen a large change towards using pre-trained language models for solving almost any task.

Accurate clinical and biomedical Named entity recognition at scale

JohnSnowLabs/spark-nlp-workshop Software Impacts 2022

We introduce an agile, production-grade clinical and biomedical Named entity recognition (NER) algorithm based on a modified BiLSTM-CNN-Char DL architecture built on top of Apache Spark.