paper-with-me

Papers

Improving Entity Linking through Semantic Reinforced Entity Embeddings

2021-06-16 · ACL 2020 6 · Feng Hou, Ruili Wang, Jun He, Yi Zhou

Entity embeddings, which represent different aspects of each entity with a single vector like word embeddings, are a key component of neural entity linking models. Existing entity embeddings are learned from canonical Wikipedia articles and local contexts surrounding target entities. Such entity embeddings are effective, but too distinctive for linking models to learn contextual commonality. We propose a simple yet effective method, FGS2EE, to inject fine-grained semantic information into entity embeddings to reduce the distinctiveness and facilitate the learning of contextual commonality. FGS2EE first uses the embeddings of semantic type words to generate semantic embeddings, and then combines them with existing entity embeddings through linear aggregation. Extensive experiments show the effectiveness of such embeddings. Based on our entity embeddings, we achieved new sate-of-the-art performance on entity linking.

📄 PDF Abstract BibTeX arXiv:2106.08495

Code (1)

fhou80/EntEmb 공식 구현 pytorch

Tasks

ArticlesEntity EmbeddingsEntity LinkingWord Embeddings

Similar Papers 제목 키워드 기반

Improving Broad-Coverage Medical Entity Linking with Semantic Type Prediction and Large-Scale Datasets

2020-05-01 · Shikhar Vashishth, Denis Newman-Griffis, Rishabh Joshi, Ritam Dutt 외

Medical entity linking is the task of identifying and standardizing medical concepts referred to in an unstructured text. Most of the existing methods adopt a three-step approach of (1) detecting mentions, (2) generating…

Entity DisambiguationEntity LinkingTransfer LearningType prediction

Aggregated Semantic Matching for Short Text Entity Linking

2018-10-01 · CONLL 2018 10 · Feng Nie, Shuyan Zhou, Jing Liu, Jinpeng Wang 외

The task of entity linking aims to identify concepts mentioned in a text fragments and link them to a reference knowledge base. Entity linking in long text has been well studied in previous work. However, short text enti…

Card GamesEntity LinkingInformation RetrievalNamed Entity Recognition (NER)

Evaluating Entity Linking: An Analysis of Current Benchmark Datasets and a Roadmap for Doing a Better Job

2016-05-01 · LREC 2016 5 · Marieke van Erp, Pablo Mendes, Heiko Paulheim, Filip Ilievski 외

Entity linking has become a popular task in both natural language processing and semantic web communities. However, we find that the benchmark datasets for entity linking tasks do not accurately evaluate entity linking s…

Entity Linking

Learn to Not Link: Exploring NIL Prediction in Entity Linking

2023-05-25 · Fangwei Zhu, Jifan Yu, Hailong Jin, Juanzi Li 외

Entity linking models have achieved significant success via utilizing pretrained language models to capture semantic features. However, the NIL prediction problem, which aims to identify mentions without a corresponding …

Entity LinkingPrediction

From Entity Linking to Question Answering -- Recent Progress on Semantic Grounding Tasks

2016-12-01 · WS 2016 12 · Ming-Wei Chang

Entity linking and semantic parsing have been shown to be crucial to important applications such as question answering and document understanding. These tasks often require structured learning models, which make predicti…

document understandingEntity LinkingKnowledge Base Question AnsweringQuestion Answering+1