paper-with-me

홈 › Papers

A Comparison between Named Entity Recognition Models in the Biomedical Domain

2021-07-01 · TRITON 2021 7 · Maria Carmela Cariello, Alessandro Lenci, Ruslan Mitkov

The domain-specialised application of Named Entity Recognition (NER) is known as Biomedical NER (BioNER), which aims to identify and classify biomedical concepts that are of interest to researchers, such as genes, proteins, chemical compounds, drugs, mutations, diseases, and so on. The BioNER task is very similar to general NER but recognising Biomedical Named Entities (BNEs) is more challenging than recognising proper names from newspapers due to the characteristics of biomedical nomenclature. In order to address the challenges posed by BioNER, seven machine learning models were implemented comparing a transfer learning approach based on fine-tuned BERT with Bi-LSTM based neural models and a CRF model used as baseline. Precision, Recall and F1-score were used as performance scores evaluating the models on two well-known biomedical corpora: JNLPBA and BIOCREATIVE IV (BC-IV). Strict and partial matching were considered as evaluation criteria. The reported results show that a transfer learning approach based on fine-tuned BERT outperforms all others methods achieving the highest scores for all metrics on both corpora.

📄 PDF Abstract BibTeX

Code (1)

cariello1/bioner 공식 구현

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERTransfer Learning

Similar Papers 제목 키워드 기반

Analyzing the Effect of Multi-task Learning for Biomedical Named Entity Recognition

2020-11-01 · Arda Akdemir, Tetsuo Shibuya

Developing high-performing systems for detecting biomedical named entities has major implications. State-of-the-art deep-learning based solutions for entity recognition often require large annotated datasets, which is no…

Multi-Task Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

BERN2: an advanced neural biomedical named entity recognition and normalization tool

2022-01-06 · Mujeen Sung, Minbyul Jeong, Yonghwa Choi, Donghyeon Kim 외

In biomedical natural language processing, named entity recognition (NER) and named entity normalization (NEN) are key tasks that enable the automatic extraction of biomedical entities (e.g. diseases and drugs) from the …

graph constructionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

BIOptimus: Pre-training an Optimal Biomedical Language Model with Curriculum Learning for Named Entity Recognition

2023-08-16 · Pavlova Vera, Mohammed Makhlouf

Using language models (LMs) pre-trained in a self-supervised setting on large corpora and then fine-tuning for a downstream task has helped to deal with the problem of limited label data for supervised learning tasks suc…

Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+2

In-domain Context-aware Token Embeddings Improve Biomedical Named Entity Recognition

2018-10-01 · WS 2018 10 · Golnar Sheikhshabbafghi, Inanc Birol, Anoop Sarkar

Rapidly expanding volume of publications in the biomedical domain makes it increasingly difficult for a timely evaluation of the latest literature. That, along with a push for automated evaluation of clinical reports, pr…

Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+5

A Neural Named Entity Recognition and Multi-Type Normalization Tool for Biomedical Text Mining

2019-06-04 · IEEE Access 2019 6 · Donghyeon Kim, Jinhyuk Lee, Chan Ho So, Hwisang Jeon 외

The amount of biomedical literature is vast and growing quickly, and accurate text mining techniques could help researchers to efficiently extract useful information from the literature. However, existing named entity re…

ArticlesInformation Retrievalnamed-entity-recognitionNamed Entity Recognition+3