TL;DR
This paper introduces HypE, a self-supervised hyperboloid embedding method for knowledge graphs that captures hierarchical and complex query operations, significantly improving reasoning and anomaly detection performance.
Contribution
The paper proposes a novel hyperboloid embedding framework, HypE, for modeling complex logical queries over knowledge graphs in a self-supervised manner, capturing hierarchical and geometric relations.
Findings
HypE outperforms state-of-the-art methods on KG reasoning tasks.
HypE achieves significant improvements in anomaly detection on e-commerce and web data.
Learned embeddings are interpretable within the Poincaré ball geometry.
Abstract
Knowledge Graphs (KGs) are ubiquitous structures for information storagein several real-world applications such as web search, e-commerce, social networks, and biology. Querying KGs remains a foundational and challenging problem due to their size and complexity. Promising approaches to tackle this problem include embedding the KG units (e.g., entities and relations) in a Euclidean space such that the query embedding contains the information relevant to its results. These approaches, however, fail to capture the hierarchical nature and semantic information of the entities present in the graph. Additionally, most of these approaches only utilize multi-hop queries (that can be modeled by simple translation operations) to learn embeddings and ignore more complex operations such as intersection and union of simpler queries. To tackle such complex operations, in this paper, we formulate KG…
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
MethodsAttention Is All You Need · Softmax · Graph Self-Attention · RAdam · Hyperboloid Embeddings
