Query2box: Reasoning over Knowledge Graphs in Vector Space using Box Embeddings
Hongyu Ren, Weihua Hu, Jure Leskovec

TL;DR
Query2box introduces a novel box embedding approach for reasoning over complex logical queries in knowledge graphs, effectively handling conjunctions, disjunctions, and existential quantifiers with improved accuracy.
Contribution
It proposes representing queries as boxes in vector space, enabling scalable reasoning over arbitrary logical queries in large, incomplete knowledge graphs.
Findings
Achieves up to 25% relative improvement over state-of-the-art methods.
Handles complex queries with conjunctions, disjunctions, and existential quantifiers.
Demonstrates effectiveness on three large knowledge graphs.
Abstract
Answering complex logical queries on large-scale incomplete knowledge graphs (KGs) is a fundamental yet challenging task. Recently, a promising approach to this problem has been to embed KG entities as well as the query into a vector space such that entities that answer the query are embedded close to the query. However, prior work models queries as single points in the vector space, which is problematic because a complex query represents a potentially large set of its answer entities, but it is unclear how such a set can be represented as a single point. Furthermore, prior work can only handle queries that use conjunctions () and existential quantifiers (). Handling queries with logical disjunctions () remains an open problem. Here we propose query2box, an embedding-based framework for reasoning over arbitrary queries with , , and …
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Semantic Web and Ontologies
