paper-with-me

홈 › Papers

Entity Linking via Dual and Cross-Attention Encoders

2020-04-07 · Oshin Agarwal, Daniel M. Bikel

Entity Linking has two main open areas of research: 1) generate candidate entities without using alias tables and 2) generate more contextual representations for both mentions and entities. Recently, a solution has been proposed for the former as a dual-encoder entity retrieval system (Gillick et al., 2019) that learns mention and entity representations in the same space, and performs linking by selecting the nearest entity to the mention in this space. In this work, we use this retrieval system solely for generating candidate entities. We then rerank the entities by using a cross-attention encoder over the target mention and each of the candidate entities. Whereas a dual encoder approach forces all information to be contained in the small, fixed set of vector dimensions used to represent mentions and entities, a crossattention model allows for the use of detailed information (read: features) from the entirety of each <mention, context, candidate entity> tuple. We experiment with features used in the reranker including different ways of incorporating document-level context. We achieve state-of-the-art results on TACKBP-2010 dataset, with 92.05% accuracy. Furthermore, we show how the rescoring model generalizes well when trained on the larger CoNLL-2003 dataset and evaluated on TACKBP-2010.

📄 PDF Abstract BibTeX arXiv:2004.03555

Code (0)

등록된 구현이 없습니다.

Tasks

Entity LinkingEntity RetrievalRetrieval

Similar Papers 제목 키워드 기반

Towards Better Entity Linking with Multi-View Enhanced Distillation

2023-05-27 · Yi Liu, Yuan Tian, Jianxun Lian, Xinlong Wang 외

Dense retrieval is widely used for entity linking to retrieve entities from large-scale knowledge bases. Mainstream techniques are based on a dual-encoder framework, which encodes mentions and entities independently and …

Entity LinkingKnowledge DistillationRetrieval

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

MELO: An Evaluation Benchmark for Multilingual Entity Linking of Occupations

2024-10-10 · Federico Retyk, Luis Gasco, Casimiro Pio Carrino, Daniel Deniz 외

We present the Multilingual Entity Linking of Occupations (MELO) Benchmark, a new collection of 48 datasets for evaluating the linking of entity mentions in 21 languages to the ESCO Occupations multilingual taxonomy. MEL…

Entity LinkingSentence

Dual Attention Network for Cross-lingual Entity Alignment

2020-12-01 · COLING 2020 8 · Jian Sun, Yu Zhou, Chengqing Zong

Cross-lingual Entity alignment is an essential part of building a knowledge graph, which can help integrate knowledge among different language knowledge graphs. In the real KGs, there exists an imbalance among the inform…

Entity AlignmentGraph AttentionKnowledge GraphsRelation

BERT might be Overkill: A Tiny but Effective Biomedical Entity Linker based on Residual Convolutional Neural Networks

2021-09-06 · Findings (EMNLP) 2021 11 · Tuan Lai, Heng Ji, ChengXiang Zhai

Biomedical entity linking is the task of linking entity mentions in a biomedical document to referent entities in a knowledge base. Recently, many BERT-based models have been introduced for the task. While these models h…

Entity Linking