paper-with-me

Papers

Convolutional Neural Knowledge Graph Learning

2017-10-23 · Feipeng Zhao, Martin Renqiang Min, Chen Shen, Amit Chakraborty

Previous models for learning entity and relationship embeddings of knowledge graphs such as TransE, TransH, and TransR aim to explore new links based on learned representations. However, these models interpret relationships as simple translations on entity embeddings. In this paper, we try to learn more complex connections between entities and relationships. In particular, we use a Convolutional Neural Network (CNN) to learn entity and relationship representations in knowledge graphs. In our model, we treat entities and relationships as one-dimensional numerical sequences with the same length. After that, we combine each triplet of head, relationship, and tail together as a matrix with height 3. CNN is applied to the triplets to get confidence scores. Positive and manually corrupted negative triplets are used to train the embeddings and the CNN model simultaneously. Experimental results on public benchmark datasets show that the proposed model outperforms state-of-the-art models on exploring unseen relationships, which proves that CNN is effective to learn complex interactive patterns between entities and relationships.

📄 PDF Abstract BibTeX arXiv:1710.08502

Code (0)

등록된 구현이 없습니다.

Tasks

Entity EmbeddingsGraph LearningKnowledge GraphsTriplet

Methods 이 논문이 사용한 방법론

TransE TransE is an energy-based model that produces knowledge base embeddings. It models relationships by interpreting them as translations operating on the low-dimensional…

Similar Papers 제목 키워드 기반

End-to-end Structure-Aware Convolutional Networks for Knowledge Base Completion

2018-11-11 · Chao Shang, Yun Tang, Jing Huang, Jinbo Bi 외

Knowledge graph embedding has been an active research topic for knowledge base completion, with progressive improvement from the initial TransE, TransH, DistMult et al to the current state-of-the-art ConvE. ConvE uses 2D…

DecoderGraph EmbeddingKnowledge Base CompletionKnowledge Graph Embedding+2

Knowledge Embedding Based Graph Convolutional Network

2020-06-12 · Donghan Yu, Yiming Yang, Ruohong Zhang, Yuexin Wu

Recently, a considerable literature has grown up around the theme of Graph Convolutional Network (GCN). How to effectively leverage the rich structural information in complex graphs, such as knowledge graphs with heterog…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsRepresentation Learning

Semantic Enhanced Knowledge Graph for Large-Scale Zero-Shot Learning

2022-12-26 · Jiwei Wei, Yang Yang, Zeyu Ma, Jingjing Li 외

Zero-Shot Learning has been a highlighted research topic in both vision and language areas. Recently, most existing methods adopt structured knowledge information to model explicit correlations among categories and use d…

Zero-Shot Learning

HyConvE: A Novel Embedding Model for Knowledge Hypergraph Link Prediction with Convolutional Neural Networks

2023-04-01 · journal 2023 4 · Chenxu Wang, Xin Wang, Zhao Li, Zirui Chen 외

Knowledge hypergraph embedding, which projects entities and n-ary relations into a low-dimensional continuous vector space to predict missing links, remains a challenging area to be explored despite the ubiquity of n-ary…

hypergraph embeddingKnowledge GraphsLink PredictionPosition+1

AdaGCN: Adaboosting Graph Convolutional Networks into Deep Models

2019-08-14 · ICLR 2021 1 · Ke Sun, Zhanxing Zhu, Zhouchen Lin

The design of deep graph models still remains to be investigated and the crucial part is how to explore and exploit the knowledge from different hops of neighbors in an efficient way. In this paper, we propose a novel RN…

Graph Neural NetworkNode Classification