paper-with-me

홈 › Papers

Learning Entity-Likeness with Multiple Approximate Matches for Biomedical NER

2021-09-01 · RANLP 2021 9 · An Nguyen Le, Hajime Morita, Tomoya Iwakura

Biomedical Named Entities are complex, so approximate matching has been used to improve entity coverage. However, the usual approximate matching approach fetches only one matching result, which is often noisy. In this work, we propose a method for biomedical NER that fetches multiple approximate matches for a given phrase to leverage their variations to estimate entity-likeness. The model uses pooling to discard the unnecessary information from the noisy matching results, and learn the entity-likeness of the phrase with multiple approximate matches. Experimental results on three benchmark datasets from the biomedical domain, BC2GM, NCBI-disease, and BC4CHEMD, demonstrate the effectiveness. Our model improves the average by up to +0.21 points compared to a BioBERT-based NER.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

NER

Similar Papers 제목 키워드 기반

Fast and Effective Biomedical Entity Linking Using a Dual Encoder

2021-03-08 · EACL (Louhi) 2021 4 · Rajarshi Bhowmik, Karl Stratos, Gerard de Melo

Biomedical entity linking is the task of identifying mentions of biomedical concepts in text documents and mapping them to canonical entities in a target thesaurus. Recent advancements in entity linking using BERT-based …

Entity DisambiguationEntity Linking

DMNER: Biomedical Entity Recognition by Detection and Matching

2023-06-27 · Junyi Bian, Rongze Jiang, Weiqi Zhai, Tianyang Huang 외

Biomedical named entity recognition (BNER) serves as the foundation for numerous biomedical text mining tasks. Unlike general NER, BNER require a comprehensive grasp of the domain, and incorporating external knowledge be…

Boundary Detectionnamed-entity-recognitionNamed Entity RecognitionNER

CollaboNet: collaboration of deep neural networks for biomedical named entity recognition

2018-09-21 · Wonjin Yoon, Chan Ho So, Jinhyuk Lee, Jaewoo Kang

Background: Finding biomedical named entities is one of the most essential tasks in biomedical text mining. Recently, deep learning-based approaches have been applied to biomedical named entity recognition (BioNER) and s…

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

Extensive Error Analysis and a Learning-Based Evaluation of Medical Entity Recognition Systems to Approximate User Experience

2020-06-09 · WS 2020 7 · Isar Nejadgholi, Kathleen C. Fraser, Berry de Bruijn

When comparing entities extracted by a medical entity recognition system with gold standard annotations over a test set, two types of mismatches might occur, label mismatch or span mismatch. Here we focus on span mismatc…

Entity Extraction using GANNER

Clustering-based Inference for Biomedical Entity Linking

2020-10-21 · NAACL 2021 4 · Rico Angell, Nicholas Monath, Sunil Mohan, Nishant Yadav 외

Due to large number of entities in biomedical knowledge bases, only a small fraction of entities have corresponding labelled training data. This necessitates entity linking models which are able to link mentions of unsee…

ClusteringEntity Linking