paper-with-me

홈 › Papers

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 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{\%}.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Entity Linking

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

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

What more can Entity Linking do for Question Answering?

2020-10-15 · NeurIPS Workshop HAMLETS 2020 12 · Anonymous

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 Answering

TrainX -- Named Entity Linking with Active Sampling and Bi-Encoders

2020-12-01 · COLING 2020 8 · Tom Oberhauser, Tim Bischoff, Karl Brendel, Maluna Menke 외

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 Linking

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…

DBLPLink: An Entity Linker for the DBLP Scholarly Knowledge Graph

2023-09-14 · Debayan Banerjee, Arefa, Ricardo Usbeck, Chris Biemann

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