paper-with-me

Papers

A Method to Generate a Machine-Labeled Data for Biomedical Named Entity Recognition with Various Sub-Domains

2017-11-01 · WS 2017 11 · Juae Kim, Sunjae Kwon, Youngjoong Ko, Jungyun Seo

Biomedical Named Entity (NE) recognition is a core technique for various works in the biomedical domain. In previous studies, using machine learning algorithm shows better performance than dictionary-based and rule-based approaches because there are too many terminological variations of biomedical NEs and new biomedical NEs are constantly generated. To achieve the high performance with a machine-learning algorithm, good-quality corpora are required. However, it is difficult to obtain the good-quality corpora because an-notating a biomedical corpus for ma-chine-learning is extremely time-consuming and costly. In addition, most previous corpora are insufficient for high-level tasks because they cannot cover various domains. Therefore, we propose a method for generating a large amount of machine-labeled data that covers various domains. To generate a large amount of machine-labeled data, firstly we generate an initial machine-labeled data by using a chunker and MetaMap. The chunker is developed to extract only biomedical NEs with manually annotated data. MetaMap is used to annotate the category of bio-medical NE. Then we apply the self-training approach to bootstrap the performance of initial machine-labeled data. In our experiments, the biomedical NE recognition system that is trained with our proposed machine-labeled data achieves much high performance. As a result, our system outperforms biomedical NE recognition system that using MetaMap only with 26.03{\%}p improvements on F1-score.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Question Answering

Similar Papers 제목 키워드 기반

SwellShark: A Generative Model for Biomedical Named Entity Recognition without Labeled Data

2017-04-20 · Jason Fries, Sen Wu, Alex Ratner, Christopher Ré

We present SwellShark, a framework for building biomedical named entity recognition (NER) systems quickly and without hand-labeled data. Our approach views biomedical resources like lexicons as function primitives for au…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1

BioAug: Conditional Generation based Data Augmentation for Low-Resource Biomedical NER

2023-05-18 · Sreyan Ghosh, Utkarsh Tyagi, Sonal Kumar, Dinesh Manocha

Biomedical Named Entity Recognition (BioNER) is the fundamental task of identifying named entities from biomedical text. However, BioNER suffers from severe data scarcity and lacks high-quality labeled data due to the hi…

Data Augmentationnamed-entity-recognitionNamed Entity RecognitionNER

Partial Annotation Learning for Biomedical Entity Recognition

2023-05-22 · Liangping Ding, Giovanni Colavizza, Zhixiong Zhang

Motivation: Named Entity Recognition (NER) is a key task to support biomedical research. In Biomedical Named Entity Recognition (BioNER), obtaining high-quality expert annotated data is laborious and expensive, leading t…

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

Biomedical Named Entity Recognition via Reference-Set Augmented Bootstrapping

2019-06-01 · Joel Mathew, Shobeir Fakhraei, José Luis Ambite

We present a weakly-supervised data augmentation approach to improve Named Entity Recognition (NER) in a challenging domain: extracting biomedical entities (e.g., proteins) from the scientific literature. First, we train…

Data Augmentationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Effective Use of Bidirectional Language Modeling for Transfer Learning in Biomedical Named Entity Recognition

2017-11-21 · Devendra Singh Sachan, Pengtao Xie, Mrinmaya Sachan, Eric P. Xing

Biomedical named entity recognition (NER) is a fundamental task in text mining of medical documents and has many applications. Deep learning based approaches to this task have been gaining increasing attention in recent …

Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+3