paper-with-me

Papers

Knowledge Graph Completion via Complex Tensor Factorization

2017-02-22 · Théo Trouillon, Christopher R. Dance, Johannes Welbl, Sebastian Riedel, Éric Gaussier, Guillaume Bouchard

In statistical relational learning, knowledge graph completion deals with automatically understanding the structure of large knowledge graphs---labeled directed graphs---and predicting missing relationships---labeled edges. State-of-the-art embedding models propose different trade-offs between modeling expressiveness, and time and space complexity. We reconcile both expressiveness and complexity through the use of complex-valued embeddings and explore the link between such complex-valued embeddings and unitary diagonalization. We corroborate our approach theoretically and show that all real square matrices---thus all possible relation/adjacency matrices---are the real part of some unitarily diagonalizable matrix. This results opens the door to a lot of other applications of square matrices factorization. Our approach based on complex embeddings is arguably simple, as it only involves a Hermitian dot product, the complex counterpart of the standard dot product between real vectors, whereas other methods resort to more and more complicated composition functions to increase their expressiveness. The proposed complex embeddings are scalable to large data sets as it remains linear in both space and time, while consistently outperforming alternative approaches on standard link prediction benchmarks.

📄 PDF Abstract BibTeX arXiv:1702.06879

Code (2)

ttrouill/complex 공식 구현
Accenture/AmpliGraph tf

Tasks

Knowledge Graph CompletionKnowledge GraphsLink PredictionRelational Reasoning

Similar Papers 제목 키워드 기반

Federated Knowledge Graph Completion via Latent Embedding Sharing and Tensor Factorization

2023-11-17 · Maolin Wang, Dun Zeng, Zenglin Xu, Ruocheng Guo 외

Knowledge graphs (KGs), which consist of triples, are inherently incomplete and always require completion procedure to predict missing triples. In real-world scenarios, KGs are distributed across clients, complicating co…

Knowledge Graph CompletionKnowledge Graphs

Duality-Induced Regularizer for Tensor Factorization Based Knowledge Graph Completion

2020-11-11 · NeurIPS 2020 12 · Zhanqiu Zhang, Jianyu Cai, Jie Wang

Tensor factorization based models have shown great power in knowledge graph completion (KGC). However, their performance usually suffers from the overfitting problem seriously. This motivates various regularizers -- such…

Knowledge Graph CompletionLink Prediction

ER: Equivariance Regularizer for Knowledge Graph Completion

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

Tensor factorization and distanced based models play important roles in knowledge graph completion (KGC). However, the relational matrices in KGC methods often induce a high model complexity, bearing a high risk of overf…

Knowledge Graph CompletionRelation Prediction

Knowledge Graph Completion with Mixed Geometry Tensor Factorization

2025-04-03 · Viacheslav Yusupov, Maxim Rakhuba, Evgeny Frolov

In this paper, we propose a new geometric approach for knowledge graph completion via low rank tensor approximation. We augment a pretrained and well-established Euclidean model based on a Tucker tensor decomposition wit…

Knowledge Graph CompletionKnowledge GraphsLink PredictionTensor Decomposition+1

GOCPT: Generalized Online Canonical Polyadic Tensor Factorization and Completion

2022-05-08 · Chaoqi Yang, Cheng Qian, Jimeng Sun

Low-rank tensor factorization or completion is well-studied and applied in various online settings, such as online tensor factorization (where the temporal mode grows) and online tensor completion (where incomplete slice…