BoxE: A Box Embedding Model for Knowledge Base Completion
Ralph Abboud, \.Ismail \.Ilkan Ceylan, Thomas Lukasiewicz, Tommaso, Salvatori

TL;DR
BoxE is a novel embedding model for knowledge base completion that uses entities as points and relations as hyper-rectangles, enabling expressive logical reasoning and support for higher-arity relations, achieving state-of-the-art results.
Contribution
The paper introduces BoxE, a fully expressive, rule-injectable embedding model that overcomes key limitations of previous models in knowledge base completion.
Findings
Achieves state-of-the-art performance on benchmark KBs.
Supports logical rule integration and higher-arity relations.
Demonstrates effectiveness in empirical evaluations.
Abstract
Knowledge base completion (KBC) aims to automatically infer missing facts by exploiting information already present in a knowledge base (KB). A promising approach for KBC is to embed knowledge into latent spaces and make predictions from learned embeddings. However, existing embedding models are subject to at least one of the following limitations: (1) theoretical inexpressivity, (2) lack of support for prominent inference patterns (e.g., hierarchies), (3) lack of support for KBC over higher-arity relations, and (4) lack of support for incorporating logical rules. Here, we propose a spatio-translational embedding model, called BoxE, that simultaneously addresses all these limitations. BoxE embeds entities as points, and relations as a set of hyper-rectangles (or boxes), which spatially characterize basic logical properties. This seemingly simple abstraction yields a fully expressive…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Advanced Graph Neural Networks · Natural Language Processing Techniques
