paper-with-me

Papers

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 a neural NER (NNER) model over a small seed of fully-labeled examples. Second, we use a reference set of entity names (e.g., proteins in UniProt) to identify entity mentions with high precision, but low recall, on an unlabeled corpus. Third, we use the NNER model to assign weak labels to the corpus. Finally, we retrain our NNER model iteratively over the augmented training set, including the seed, the reference-set examples, and the weakly-labeled examples, which improves model performance. We show empirically that this augmented bootstrapping process significantly improves NER performance, and discuss the factors impacting the efficacy of the approach.

📄 PDF Abstract BibTeX arXiv:1906.00282

Code (0)

등록된 구현이 없습니다.

Tasks

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

Similar Papers 제목 키워드 기반

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

Retrieval augmented generation based dynamic prompting for few-shot biomedical named entity recognition using large language models

2025-07-25 · Yao Ge, Sudeshna Das, Yuting Guo, Abeed Sarker arxiv

Biomedical named entity recognition (NER) is a high-utility natural language processing (NLP) task, and large language models (LLMs) show promise particularly in few-shot settings (i.e., limited training data). In this a…

Prompt Engineering

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

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

MedPath: Multi-Domain Cross-Vocabulary Hierarchical Paths for Biomedical Entity Linking

2025-11-14 · Nishant Mishra, Wilker Aziz, Iacer Calixto arxiv

Progress in biomedical Named Entity Recognition (NER) and Entity Linking (EL) is currently hindered by a fragmented data landscape, a lack of resources for building explainable models, and the limitations of semantically…

Entity Linking