CLJan 26, 2021

Low Resource Recognition and Linking of Biomedical Concepts from a Large Ontology

arXiv:2101.10587v215 citations
AI Analysis

This addresses the slow and incomplete human curation of biomedical papers in databases like PubMed, enabling faster and more comprehensive semantic indexing for scientists.

The paper tackles the problem of recognizing and linking biomedical concepts from a large ontology with low resources, achieving state-of-the-art results with improvements of +8 F1 points in traditional recognition/linking and +10 F1 points in semantic indexing-based evaluation.

Tools to explore scientific literature are essential for scientists, especially in biomedicine, where about a million new papers are published every year. Many such tools provide users the ability to search for specific entities (e.g. proteins, diseases) by tracking their mentions in papers. PubMed, the most well known database of biomedical papers, relies on human curators to add these annotations. This can take several weeks for new papers, and not all papers get tagged. Machine learning models have been developed to facilitate the semantic indexing of scientific papers. However their performance on the more comprehensive ontologies of biomedical concepts does not reach the levels of typical entity recognition problems studied in NLP. In large part this is due to their low resources, where the ontologies are large, there is a lack of descriptive text defining most entities, and labeled data can only cover a small portion of the ontology. In this paper, we develop a new model that overcomes these challenges by (1) generalizing to entities unseen at training time, and (2) incorporating linking predictions into the mention segmentation decisions. Our approach achieves new state-of-the-art results for the UMLS ontology in both traditional recognition/linking (+8 F1 pts) as well as semantic indexing-based evaluation (+10 F1 pts).

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes