CLAIMay 19, 2023

Polar Ducks and Where to Find Them: Enhancing Entity Linking with Duck Typing and Polar Box Embeddings

arXiv:2305.12027v2132 citations
Originality Highly original
AI Analysis

This addresses the problem of efficient and accurate entity linking for large-scale applications, representing a strong incremental advance over existing type-aware methods.

The paper tackled the performance gap between dense retrieval and generative models in entity linking by introducing DUCK, which infuses structural information into entity representations using prior knowledge of entity types, resulting in new state-of-the-art results on benchmarks with up to 7.9 F1 point improvements and matching generative models with 18 times fewer parameters.

Entity linking methods based on dense retrieval are an efficient and widely used solution in large-scale applications, but they fall short of the performance of generative models, as they are sensitive to the structure of the embedding space. In order to address this issue, this paper introduces DUCK, an approach to infusing structural information in the space of entity representations, using prior knowledge of entity types. Inspired by duck typing in programming languages, we propose to define the type of an entity based on the relations that it has with other entities in a knowledge graph. Then, porting the concept of box embeddings to spherical polar coordinates, we propose to represent relations as boxes on the hypersphere. We optimize the model to cluster entities of similar type by placing them inside the boxes corresponding to their relations. Our experiments show that our method sets new state-of-the-art results on standard entity-disambiguation benchmarks, it improves the performance of the model by up to 7.9 F1 points, outperforms other type-aware approaches, and matches the results of generative models with 18 times more parameters.

Foundations

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

Your Notes