paper-with-me

Papers

Unsupervised Named Entity Disambiguation for Low Resource Domains

2024-12-13 · Debarghya Datta, Soumajit Pramanik

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.

📄 PDF Abstract BibTeX arXiv:2412.10054

Code (1)

deba-iitbh/gst-ned 공식 구현

Tasks

AvgEntity DisambiguationEntity LinkingInformation Retrieval

Similar Papers 제목 키워드 기반

An Unsupervised Language-Independent Entity Disambiguation Method and its Evaluation on the English and Persian Languages

2021-01-31 · Majid Asgari-Bidhendi, Behrooz Janfada, Amir Havangi, Sayyed Ali Hossayni 외

Entity Linking is one of the essential tasks of information extraction and natural language understanding. Entity linking mainly consists of two tasks: recognition and disambiguation of named entities. Most studies addre…

Entity DisambiguationEntity LinkingNatural Language Understanding

Evaluating the word-expert approach for Named-Entity Disambiguation

2016-03-15 · Angel X. Chang, Valentin I. Spitkovsky, Christopher D. Manning, Eneko Agirre

Named Entity Disambiguation (NED) is the task of linking a named-entity mention to an instance in a knowledge-base, typically Wikipedia. This task is closely related to word-sense disambiguation (WSD), where the supervis…

Entity DisambiguationWord Sense Disambiguation

A comparison of Named-Entity Disambiguation and Word Sense Disambiguation

2016-05-01 · LREC 2016 5 · Angel Chang, Valentin I. Spitkovsky, Christopher D. Manning, Eneko Agirre

Named Entity Disambiguation (NED) is the task of linking a named-entity mention to an instance in a knowledge-base, typically Wikipedia-derived resources like DBpedia. This task is closely related to word-sense disambigu…

Entity DisambiguationWord Sense Disambiguation

Zero-Resource Cross-Domain Named Entity Recognition

2020-02-14 · WS 2020 7 · Zihan Liu, Genta Indra Winata, Pascale Fung

Existing models for cross-domain named entity recognition (NER) rely on numerous unlabeled corpus or labeled NER training data in target domains. However, collecting data for low-resource target domains is not only expen…

Cross-Domain Named Entity RecognitionDomain AdaptationMulti-Task Learningnamed-entity-recognition+3

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