CLDec 13, 2024

Unsupervised Named Entity Disambiguation for Low Resource Domains

arXiv:2412.10054v123 citationsh-index: 11EMNLP
Originality Highly original
AI Analysis

This addresses the need for robust entity linking in domains like humanities and biomedical sciences, where existing methods are inadequate due to reliance on training data or inflexibility with domain-specific knowledge bases.

The paper tackles the problem of Named Entity Disambiguation in low-resource domains by proposing an unsupervised method using Group Steiner Trees, which outperforms state-of-the-art unsupervised methods by over 40% in Precision@1 across various datasets.

In the ever-evolving landscape of natural language processing and information retrieval, the need for robust and domain-specific entity linking algorithms has become increasingly apparent. It is crucial in a considerable number of fields such as humanities, technical writing and biomedical sciences to enrich texts with semantics and discover more knowledge. The use of Named Entity Disambiguation (NED) in such domains requires handling noisy texts, low resource settings and domain-specific KBs. Existing approaches are mostly inappropriate for such scenarios, as they either depend on training data or are not flexible enough to work with domain-specific KBs. Thus in this work, we present an unsupervised approach leveraging the concept of Group Steiner Trees (GST), which can identify the most relevant candidates for entity disambiguation using the contextual similarities across candidate entities for all the mentions present in a document. We outperform the state-of-the-art unsupervised methods by more than 40\% (in avg.) in terms of Precision@1 across various domain-specific datasets.

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