Hedwig: A Named Entity Linker
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 end-to-end named entity linker, which uses a combination of word and character BILSTM models for mention detection, a Wikidata and Wikipedia-derived knowledge base with global information aggregated over nine language editions, and a PageRank algorithm for entity linking. We evaluated Hedwig on the TAC2017 dataset, consisting of news texts and discussion forums, and we obtained a final score of 59.9{\%} on CEAFmC+, an improvement over our previous generation linker Ugglan, and a trilingual entity link score of 71.9{\%}.
Code (0)
등록된 구현이 없습니다.
Tasks
Entity LinkingMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
SemLinker, a Modular and Open Source Framework for Named Entity Discovery and Linking
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 PopulationPositionWhat more can Entity Linking do for Question Answering?
We introduce a new NLP task–noun phrase linking (NPL)–which is a subset of entity linking and expands named entity linking (NEL) to link all noun phrases in a document to an external knowledge base. Our task is an expans…
coreference-resolutionCoreference ResolutionEntity LinkingQuestion AnsweringTrainX -- Named Entity Linking with Active Sampling and Bi-Encoders
We demonstrate TrainX, a system for Named Entity Linking for medical experts. It combines state-of-the-art entity recognition and linking architectures, such as Flair and fine-tuned Bi-Encoders based on BERT, with an eas…
Entity LinkingDBLPLink 2.0 -- An Entity Linker for the DBLP Scholarly Knowledge Graph
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…
DBLPLink: An Entity Linker for the DBLP Scholarly Knowledge Graph
In this work, we present a web application named DBLPLink, which performs entity linking over the DBLP scholarly knowledge graph. DBLPLink uses text-to-text pre-trained language models, such as T5, to produce entity labe…
Entity EmbeddingsEntity Linking