paper-with-me

홈 › Papers

NASTyLinker: NIL-Aware Scalable Transformer-based Entity Linker

2023-03-08 · Nicolas Heist, Heiko Paulheim

Entity Linking (EL) is the task of detecting mentions of entities in text and disambiguating them to a reference knowledge base. Most prevalent EL approaches assume that the reference knowledge base is complete. In practice, however, it is necessary to deal with the case of linking to an entity that is not contained in the knowledge base (NIL entity). Recent works have shown that, instead of focusing only on affinities between mentions and entities, considering inter-mention affinities can be used to represent NIL entities by producing clusters of mentions. At the same time, inter-mention affinities can help to substantially improve linking performance for known entities. With NASTyLinker, we introduce an EL approach that is aware of NIL entities and produces corresponding mention clusters while maintaining high linking performance for known entities. The approach clusters mentions and entities based on dense representations from Transformers and resolves conflicts (if more than one entity is assigned to a cluster) by computing transitive mention-entity affinities. We show the effectiveness and scalability of NASTyLinker on NILK, a dataset that is explicitly constructed to evaluate EL with respect to NIL entities. Further, we apply the presented approach to an actual EL task, namely to knowledge graph population by linking entities in Wikipedia listings, and provide an analysis of the outcome.

📄 PDF Abstract BibTeX arXiv:2303.04426

Code (0)

등록된 구현이 없습니다.

Tasks

Entity Linking

Methods 이 논문이 사용한 방법론

BASE 설명 없음
AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

SemLinker, a Modular and Open Source Framework for Named Entity Discovery and Linking

2016-05-01 · LREC 2016 5 · Marie-Jean Meurs, Hayda Almeida, Ludovic Jean-Louis, Eric Charton

This paper presents SemLinker, an open source system that discovers named entities, connects them to a reference knowledge base, and clusters them semantically. SemLinker relies on several modules that perform surface fo…

ClusteringKnowledge Base PopulationPosition

DBLPLink 2.0 -- An Entity Linker for the DBLP Scholarly Knowledge Graph

2025-07-30 · Debayan Banerjee, Tilahun Abedissa Taffa, Ricardo Usbeck arxiv

In this work we present an entity linker for DBLP's 2025 version of RDF-based Knowledge Graph. Compared to the 2022 version, DBLP now considers publication venues as a new entity type called dblp:Stream. In the earlier v…

Entity Labels Are Not Entity Signals: A Framework for Observable Relevance in Document Re-Ranking

2026-06-14 · Utshab Kumar Ghosh, Shubham Chatterjee arxiv

Entity-aware document retrieval uses query-associated entities as ranking signals, assuming that semantically relevant entities are also useful retrieval signals. We show this assumption is insufficient- and explain why.…

Hybrid X-Linker: Automated Data Generation and Extreme Multi-label Ranking for Biomedical Entity Linking

2024-07-08 · Pedro Ruas, Fernando Gallego, Francisco J. Veredas, Francisco M. Couto

State-of-the-art deep learning entity linking methods rely on extensive human-labelled data, which is costly to acquire. Current datasets are limited in size, leading to inadequate coverage of biomedical concepts and dim…

Entity Linking

Hedwig: A Named Entity Linker

2020-05-01 · LREC 2020 5 · Marcus Klang, Pierre Nugues

Named entity linking is the task of identifying mentions of named things in text, such as {``}Barack Obama{''} or {``}New York{''}, and linking these mentions to unique identifiers. In this paper, we describe Hedwig, an …

Entity Linking