AILGDec 16, 2018

Embedding Cardinality Constraints in Neural Link Predictors

arXiv:1812.06455v11 citations
Originality Incremental advance
AI Analysis

This addresses the need for more accurate knowledge base completion by incorporating schema knowledge, though it is incremental as it builds on existing neural link predictors.

The paper tackles the problem of neural link predictors ignoring commonsense cardinality constraints in knowledge graphs, proposing a regularization method that improves predictive accuracy on datasets like Freebase, WordNet, and YAGO.

Neural link predictors learn distributed representations of entities and relations in a knowledge graph. They are remarkably powerful in the link prediction and knowledge base completion tasks, mainly due to the learned representations that capture important statistical dependencies in the data. Recent works in the area have focused on either designing new scoring functions or incorporating extra information into the learning process to improve the representations. Yet the representations are mostly learned from the observed links between entities, ignoring commonsense or schema knowledge associated with the relations in the graph. A fundamental aspect of the topology of relational data is the cardinality information, which bounds the number of predictions given for a relation between a minimum and maximum frequency. In this paper, we propose a new regularisation approach to incorporate relation cardinality constraints to any existing neural link predictor without affecting their efficiency or scalability. Our regularisation term aims to impose boundaries on the number of predictions with high probability, thus, structuring the embeddings space to respect commonsense cardinality assumptions resulting in better representations. Experimental results on Freebase, WordNet and YAGO show that, given suitable prior knowledge, the proposed method positively impacts the predictive accuracy of downstream link prediction tasks.

Foundations

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

Your Notes