paper-with-me

Papers

RatE: Relation-Adaptive Translating Embedding for Knowledge Graph Completion

2020-10-10 · COLING 2020 8 · Hao Huang, Guodong Long, Tao Shen, Jing Jiang, Chengqi Zhang

Many graph embedding approaches have been proposed for knowledge graph completion via link prediction. Among those, translating embedding approaches enjoy the advantages of light-weight structure, high efficiency and great interpretability. Especially when extended to complex vector space, they show the capability in handling various relation patterns including symmetry, antisymmetry, inversion and composition. However, previous translating embedding approaches defined in complex vector space suffer from two main issues: 1) representing and modeling capacities of the model are limited by the translation function with rigorous multiplication of two complex numbers; and 2) embedding ambiguity caused by one-to-many relations is not explicitly alleviated. In this paper, we propose a relation-adaptive translation function built upon a novel weighted product in complex space, where the weights are learnable, relation-specific and independent to embedding size. The translation function only requires eight more scalar parameters each relation, but improves expressive power and alleviates embedding ambiguity problem. Based on the function, we then present our Relation-adaptive translating Embedding (RatE) approach to score each graph triple. Moreover, a novel negative sampling method is proposed to utilize both prior knowledge and self-adversarial learning for effective optimization. Experiments verify RatE achieves state-of-the-art performance on four link prediction benchmarks.

📄 PDF Abstract BibTeX arXiv:2010.04863

Code (0)

등록된 구현이 없습니다.

Tasks

Graph EmbeddingKnowledge Graph CompletionLink PredictionRelationTranslation

Similar Papers 제목 키워드 기반

Efficient Parallel Translating Embedding For Knowledge Graphs

2017-03-30 · Denghui Zhang, Manling Li, Yantao Jia, Yuanzhuo Wang 외

Knowledge graph embedding aims to embed entities and relations of knowledge graphs into low-dimensional vector spaces. Translating embedding methods regard relations as the translation from head entities to tail entities…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink Prediction+1

TransEdge: Translating Relation-contextualized Embeddings for Knowledge Graphs

2020-04-22 · Zequn Sun, Jiacheng Huang, Wei Hu, Muchao Chen 외

Learning knowledge graph (KG) embeddings has received increasing attention in recent years. Most embedding models in literature interpret relations as linear or bilinear mapping functions to operate on entity embeddings.…

Entity AlignmentEntity EmbeddingsKnowledge GraphsLink Prediction+1

Adversarial Contrastive Estimation

2018-05-09 · ACL 2018 7 · Avishek Joey Bose, Huan Ling, Yanshuai Cao

Learning by contrasting positive and negative samples is a general strategy adopted by many methods. Noise contrastive estimation (NCE) for word embeddings and translating embeddings for knowledge graphs are examples in …

Contrastive LearningKnowledge Graph EmbeddingsKnowledge GraphsLearning Word Embeddings+1

ParaGraphE: A Library for Parallel Knowledge Graph Embedding

2017-03-16 · Xiao-Fan Niu, Wu-Jun Li

Knowledge graph embedding aims at translating the knowledge graph into numerical representations by transforming the entities and relations into continuous low-dimensional vectors. Recently, many methods [1, 5, 3, 2, 6] …

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graphs

Translating Embeddings for Modeling Multi-relational Data

2013-12-01 · NeurIPS 2013 12 · Antoine Bordes, Nicolas Usunier, Alberto Garcia-Duran, Jason Weston 외

We consider the problem of embedding entities and relationships of multi-relational data in low-dimensional vector spaces. Our objective is to propose a canonical model which is easy to train, contains a reduced number o…

Link Prediction