paper-with-me

Papers

Low-Dimensional Hyperbolic Knowledge Graph Embeddings

2020-05-01 · ACL 2020 6 · Ines Chami, Adva Wolf, Da-Cheng Juan, Frederic Sala, Sujith Ravi, Christopher Ré

Knowledge graph (KG) embeddings learn low-dimensional representations of entities and relations to predict missing facts. KGs often exhibit hierarchical and logical patterns which must be preserved in the embedding space. For hierarchical data, hyperbolic embedding methods have shown promise for high-fidelity and parsimonious representations. However, existing hyperbolic embedding methods do not account for the rich logical patterns in KGs. In this work, we introduce a class of hyperbolic KG embedding models that simultaneously capture hierarchical and logical patterns. Our approach combines hyperbolic reflections and rotations with attention to model complex relational patterns. Experimental results on standard KG benchmarks show that our method improves over previous Euclidean- and hyperbolic-based efforts by up to 6.1% in mean reciprocal rank (MRR) in low dimensions. Furthermore, we observe that different geometric transformations capture different types of relations while attention-based transformations generalize to multiple relations. In high dimensions, our approach yields new state-of-the-art MRRs of 49.6% on WN18RR and 57.7% on YAGO3-10.

📄 PDF Abstract BibTeX arXiv:2005.00545

Code (3)

tensorflow/neural-structured-learning 공식 구현 tf
HazyResearch/KGEmb pytorch
tensorflow/neural-structured-learning/tree/master/research/kg_hyp_emb tf

Tasks

Knowledge Graph Embeddings

Similar Papers 제목 키워드 기반

Knowledge Association with Hyperbolic Knowledge Graph Embeddings

2020-10-05 · EMNLP 2020 11 · Zequn Sun, Muhao Chen, Wei Hu, Chengming Wang 외

Capturing associations for knowledge graphs (KGs) through entity alignment, entity type inference and other related tasks benefits NLP applications with comprehensive knowledge representations. Recent related methods bui…

Entity AlignmentGraph Neural NetworkKnowledge Graph EmbeddingsKnowledge Graphs

Hyperbolic Geometry is Not Necessary: Lightweight Euclidean-Based Models for Low-Dimensional Knowledge Graph Embeddings

2021-03-27 · Findings (EMNLP) 2021 11 · Kai Wang, Yu Liu, Dan Lin, Quan Z. Sheng

Recent knowledge graph embedding (KGE) models based on hyperbolic geometry have shown great potential in a low-dimensional embedding space. However, the necessity of hyperbolic space in KGE is still questionable, because…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graph EmbeddingsLink Prediction

Multi-relational Poincaré Graph Embeddings

2019-05-23 · NeurIPS 2019 12 · Ivana Balažević, Carl Allen, Timothy Hospedales

Hyperbolic embeddings have recently gained attention in machine learning due to their ability to represent hierarchical data more accurately and succinctly than their Euclidean analogues. However, multi-relational knowle…

Entity EmbeddingsKnowledge GraphsLink Prediction

3D Rotation and Translation for Hyperbolic Knowledge Graph Embedding

2023-05-22 · Yihua Zhu, Hidetoshi Shimodaira

The main objective of Knowledge Graph (KG) embeddings is to learn low-dimensional representations of entities and relations, enabling the prediction of missing facts. A significant challenge in achieving better KG embedd…

Graph EmbeddingKnowledge Graph EmbeddingRelationTranslation

Accelerating hyperbolic t-SNE

2024-01-23 · Martin Skrodzki, Hunter van Geffen, Nicolas F. Chaves-de-Plaza, Thomas Höllt 외

The need to understand the structure of hierarchical or high-dimensional data is present in a variety of fields. Hyperbolic spaces have proven to be an important tool for embedding computations and analysis tasks as thei…

Dimensionality Reduction