CLFeb 14, 2023

Reveal the Unknown: Out-of-Knowledge-Base Mention Discovery with Entity Linking

Oxford
arXiv:2302.07189v413 citationsh-index: 91
Originality Incremental advance
AI Analysis

This addresses the critical need for KB maintenance by improving out-of-KB mention discovery, though it is incremental as it builds on existing BERT-based methods with new techniques.

The paper tackles the problem of discovering entity mentions not present in a Knowledge Base (KB) by proposing BLINKout, a BERT-based Entity Linking method that identifies such mentions by matching them to a special NIL entity, showing advantages over existing methods on datasets including clinical notes, biomedical publications, and Wikipedia articles.

Discovering entity mentions that are out of a Knowledge Base (KB) from texts plays a critical role in KB maintenance, but has not yet been fully explored. The current methods are mostly limited to the simple threshold-based approach and feature-based classification, and the datasets for evaluation are relatively rare. We propose BLINKout, a new BERT-based Entity Linking (EL) method which can identify mentions that do not have corresponding KB entities by matching them to a special NIL entity. To better utilize BERT, we propose new techniques including NIL entity representation and classification, with synonym enhancement. We also apply KB Pruning and Versioning strategies to automatically construct out-of-KB datasets from common in-KB EL datasets. Results on five datasets of clinical notes, biomedical publications, and Wikipedia articles in various domains show the advantages of BLINKout over existing methods to identify out-of-KB mentions for the medical ontologies, UMLS, SNOMED CT, and the general KB, WikiData.

Code Implementations3 repos
Foundations

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

Your Notes