# Embedding Cardinality Constraints in Neural Link Predictors

**Authors:** Emir Mu\~noz, Pasquale Minervini, Matthias Nickles

arXiv: 1812.06455 · 2018-12-18

## TL;DR

This paper introduces a regularisation method to embed cardinality constraints into neural link predictors, improving their accuracy by incorporating commonsense knowledge about relation frequencies without sacrificing efficiency.

## Contribution

It proposes a novel regularisation technique that enforces cardinality constraints in neural link predictors, enhancing their representations and predictive performance.

## Key findings

- Improves link prediction accuracy on Freebase, WordNet, and YAGO datasets.
- Incorporating cardinality constraints benefits downstream tasks.
- Method maintains scalability and efficiency of existing models.

## Abstract

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.

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1812.06455/full.md

---
Source: https://tomesphere.com/paper/1812.06455