paper-with-me

Papers

Complex Hyperbolic Knowledge Graph Embeddings with Fast Fourier Transform

2022-11-07 · Huiru Xiao, Xin Liu, Yangqiu Song, Ginny Y. Wong, Simon See

The choice of geometric space for knowledge graph (KG) embeddings can have significant effects on the performance of KG completion tasks. The hyperbolic geometry has been shown to capture the hierarchical patterns due to its tree-like metrics, which addressed the limitations of the Euclidean embedding models. Recent explorations of the complex hyperbolic geometry further improved the hyperbolic embeddings for capturing a variety of hierarchical structures. However, the performance of the hyperbolic KG embedding models for non-transitive relations is still unpromising, while the complex hyperbolic embeddings do not deal with multi-relations. This paper aims to utilize the representation capacity of the complex hyperbolic geometry in multi-relational KG embeddings. To apply the geometric transformations which account for different relations and the attention mechanism in the complex hyperbolic space, we propose to use the fast Fourier transform (FFT) as the conversion between the real and complex hyperbolic space. Constructing the attention-based transformations in the complex space is very challenging, while the proposed Fourier transform-based complex hyperbolic approaches provide a simple and effective solution. Experimental results show that our methods outperform the baselines, including the Euclidean and the real hyperbolic embedding models.

📄 PDF Abstract BibTeX arXiv:2211.03635

Code (1)

hkust-knowcomp/complexhyperbolickge 공식 구현 pytorch

Tasks

Knowledge Graph Embeddings

Similar Papers 제목 키워드 기반

Ultrahyperbolic Knowledge Graph Embeddings

2022-06-01 · Bo Xiong, Shichao Zhu, Mojtaba Nayyeri, Chengjin Xu 외

Recent knowledge graph (KG) embeddings have been advanced by hyperbolic geometry due to its superior capability for representing hierarchies. The topological structures of real-world KGs, however, are rather heterogeneou…

Knowledge Graph Embeddings

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

Low-Dimensional Hyperbolic Knowledge Graph Embeddings

2020-05-01 · ACL 2020 6 · Ines Chami, Adva Wolf, Da-Cheng Juan, Frederic Sala 외

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…

Knowledge Graph Embeddings

Geometry Interaction Knowledge Graph Embeddings

2022-06-24 · Zongsheng Cao, Qianqian Xu, Zhiyong Yang, Xiaochun Cao 외

Knowledge graph (KG) embeddings have shown great power in learning representations of entities and relations for link prediction tasks. Previous work usually embeds KGs into a single geometric space such as Euclidean spa…

Knowledge Graph CompletionKnowledge Graph EmbeddingsLink Prediction

FFHR: Fully and Flexible Hyperbolic Representation for Knowledge Graph Completion

2023-02-07 · Wentao Shi, Junkang Wu, Xuezhi Cao, Jiawei Chen 외

Learning hyperbolic embeddings for knowledge graph (KG) has gained increasing attention due to its superiority in capturing hierarchies. However, some important operations in hyperbolic space still lack good definitions,…

Knowledge Graph CompletionRepresentation Learning