paper-with-me

Papers

Biomedical Mention Disambiguation using a Deep Learning Approach

2019-09-23 · Chih-Hsuan Wei, Kyubum Lee, Robert Leaman, Zhiyong Lu

Automatically locating named entities in natural language text - named entity recognition - is an important task in the biomedical domain. Many named entity mentions are ambiguous between several bioconcept types, however, causing text spans to be annotated as more than one type when simultaneously recognizing multiple entity types. The straightforward solution is a rule-based approach applying a priority order based on the precision of each entity tagger (from highest to lowest). While this method is straightforward and useful, imprecise disambiguation remains a significant source of error. We address this issue by generating a partially labeled corpus of ambiguous concept mentions. We first collect named entity mentions from multiple human-curated databases (e.g. CTDbase, gene2pubmed), then correlate them with the text mined span from PubTator to provide the context where the mention appears. Our corpus contains more than 3 million concept mentions that ambiguous between one or more concept types in PubTator (about 3% of all mentions). We approached this task as a classification problem and developed a deep learning-based method which uses the semantics of the span being classified and the surrounding words to identify the most likely bioconcept type. More specifically, we develop a convolutional neural network (CNN) and along short-term memory (LSTM) network to respectively handle the semantic syntax features, then concatenate these within a fully connected layer for final classification. The priority ordering rule-based approach demonstrated F1-scores of 71.29% (micro-averaged) and 41.19% (macro-averaged), while the new disambiguation method demonstrated F1-scores of 91.94% (micro-averaged) and 85.42% (macro-averaged), a very substantial increase.

📄 PDF Abstract BibTeX arXiv:1909.10416

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

Similar Papers 제목 키워드 기반

Cross-Domain Data Integration for Named Entity Disambiguation in Biomedical Text

2021-10-15 · Findings (EMNLP) 2021 11 · Maya Varma, Laurel Orr, Sen Wu, Megan Leszczynski 외

Named entity disambiguation (NED), which involves mapping textual mentions to structured entities, is particularly challenging in the medical domain due to the presence of rare entities. Existing approaches are limited b…

Data IntegrationEntity Disambiguation

LATTE: Latent Type Modeling for Biomedical Entity Linking

2019-11-21 · Ming Zhu, Busra Celikkaya, Parminder Bhatia, Chandan K. Reddy

Entity linking is the task of linking mentions of named entities in natural language text, to entities in a curated knowledge-base. This is of significant importance in the biomedical domain, where it could be used to se…

Entity DisambiguationEntity LinkingVocal Bursts Type Prediction

BioELX: Cross-lingual Biomedical Entity Linking via Alias-based Retrieval and LLM Ranking

2026-04-09 · Yi Wang, Corina Dima, Liangyu Zhong, Steffen Staab arxiv

Cross-lingual biomedical entity linking (BEL) maps mentions in any language to unique identifiers in a biomedical knowledge base (KB), supporting clinical and biomedical NLP applications. However, expert-annotated traini…

Entity Linking

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

LongBEL: Long-Context and Document-Consistent Biomedical Entity Linking

2026-05-13 · Adam Remaki, Xavier Tannier, Christel Gérardin arxiv

Biomedical entity linking maps textual mentions to concepts in structured knowledge bases such as UMLS or SNOMED CT. Most existing systems link each mention independently, using only the mention or its surrounding senten…

Entity Linking