paper-with-me

홈 › Papers

Improving Entity Linking by Modeling Latent Relations between Mentions

2018-04-27 · ACL 2018 7 · Phong Le, Ivan Titov

Entity linking involves aligning textual mentions of named entities to their corresponding entries in a knowledge base. Entity linking systems often exploit relations between textual mentions in a document (e.g., coreference) to decide if the linking decisions are compatible. Unlike previous approaches, which relied on supervised systems or heuristics to predict these relations, we treat relations as latent variables in our neural entity-linking model. We induce the relations without any supervision while optimizing the entity-linking system in an end-to-end fashion. Our multi-relational model achieves the best reported scores on the standard benchmark (AIDA-CoNLL) and substantially outperforms its relation-agnostic version. Its training also converges much faster, suggesting that the injected structural bias helps to explain regularities in the training data.

📄 PDF Abstract BibTeX arXiv:1804.10637

Code (2)

lephong/mulrel-nel 공식 구현 pytorch
facebookresearch/GENRE pytorch

Tasks

Entity Linking

Similar Papers 제목 키워드 기반

LATTE: Latent Type Modeling for Biomedical Entity Linking

2019-11-21 · Ming Zhu, Busra Celikkaya, Parminder Bhatia, Chandan K. Reddy

Entity linking is the task of linking mentions of named entities in natural language text, to entities in a curated knowledge-base. This is of significant importance in the biomedical domain, where it could be used to se…

Entity DisambiguationEntity LinkingVocal Bursts Type Prediction

Improving Entity Linking by Modeling Latent Entity Type Information

2020-01-06 · Shuang Chen, Jinpeng Wang, Feng Jiang, Chin-Yew Lin

Existing state of the art neural entity linking models employ attention-based bag-of-words context model and pre-trained entity embeddings bootstrapped from word embeddings to assess topic level context compatibility. Ho…

Entity DisambiguationEntity EmbeddingsEntity LinkingVocal Bursts Type Prediction+1

Clustering-based Inference for Biomedical Entity Linking

2020-10-21 · NAACL 2021 4 · Rico Angell, Nicholas Monath, Sunil Mohan, Nishant Yadav 외

Due to large number of entities in biomedical knowledge bases, only a small fraction of entities have corresponding labelled training data. This necessitates entity linking models which are able to link mentions of unsee…

ClusteringEntity Linking

DGCN Based Solution for Entity Linking on Visual Rich Document

2022-11-16 · no publication 2022 11 · Shaodong Hou

Various works on entity extraction on visual rich document (VRD) have been done. However, few methods have been explored to handle entity linking problem. The difficulties come from the number of possible linking edges a…

Entity Linking

Entity Linking via Explicit Mention-Mention Coreference Modeling

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Learning representations of entity mentions is a core component of modern entity linking systems for both candidate generation and making linking predictions. In this paper, we present and empirically analyze a novel tra…

Entity LinkingRe-Ranking