paper-with-me

Papers

Geometry Interaction Knowledge Graph Embeddings

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

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 space (zero curved), hyperbolic space (negatively curved) or hyperspherical space (positively curved) to maintain their specific geometric structures (e.g., chain, hierarchy and ring structures). However, the topological structure of KGs appears to be complicated, since it may contain multiple types of geometric structures simultaneously. Therefore, embedding KGs in a single space, no matter the Euclidean space, hyperbolic space or hyperspheric space, cannot capture the complex structures of KGs accurately. To overcome this challenge, we propose Geometry Interaction knowledge graph Embeddings (GIE), which learns spatial structures interactively between the Euclidean, hyperbolic and hyperspherical spaces. Theoretically, our proposed GIE can capture a richer set of relational information, model key inference patterns, and enable expressive semantic matching across entities. Experimental results on three well-established knowledge graph completion benchmarks show that our GIE achieves the state-of-the-art performance with fewer parameters.

📄 PDF Abstract BibTeX arXiv:2206.12418

Code (1)

lion-zs/gie 공식 구현 pytorch

Tasks

Knowledge Graph CompletionKnowledge Graph EmbeddingsLink Prediction

Similar Papers 제목 키워드 기반

Towards Understanding the Geometry of Knowledge Graph Embeddings

2018-07-01 · ACL 2018 7 · {Ch, rahas}, Aditya Sharma, Partha Talukdar

Knowledge Graph (KG) embedding has emerged as a very active area of research over the last few years, resulting in the development of several embedding methods. These KG embedding methods represent KG entities and relati…

Knowledge Graph EmbeddingsKnowledge GraphsLink PredictionWord Embeddings

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

Towards a Theoretical Understanding of Word and Relation Representation

2022-02-01 · Carl Allen

Representing words by vectors, or embeddings, enables computational reasoning and is foundational to automating natural language tasks. For example, if word embeddings of similar words contain similar values, word simila…

Knowledge GraphsRelationWord EmbeddingsWord Similarity

Interaction Embeddings for Prediction and Explanation in Knowledge Graphs

2019-03-12 · Wen Zhang, Bibek Paudel, Wei zhang, Abraham Bernstein 외

Knowledge graph embedding aims to learn distributed representations for entities and relations, and is proven to be effective in many applications. Crossover interactions --- bi-directional effects between entities and r…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink Prediction+1

Complex Hyperbolic Knowledge Graph Embeddings with Fast Fourier Transform

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

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…

Knowledge Graph Embeddings