CLJun 16, 2021

Improving Entity Linking through Semantic Reinforced Entity Embeddings

arXiv:2106.08495v11000 citations
Originality Incremental advance
AI Analysis

This addresses entity linking in NLP, but is incremental as it builds on existing embedding methods with a novel combination.

The paper tackled the problem of entity embeddings being too distinctive for neural entity linking models to learn contextual commonality, and proposed FGS2EE to inject fine-grained semantic information, achieving new state-of-the-art performance on entity linking.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes