Convolutional Neural Knowledge Graph Learning
Feipeng Zhao, Martin Renqiang Min, Chen Shen, Amit, Chakraborty

TL;DR
This paper introduces a CNN-based model for knowledge graph embedding that captures complex entity-relationship interactions, outperforming previous translation-based models on benchmark datasets.
Contribution
It proposes a novel CNN approach to learn more intricate connections in knowledge graphs, surpassing traditional translation models.
Findings
Outperforms state-of-the-art models on benchmark datasets
Effectively captures complex interactive patterns between entities and relationships
Demonstrates CNN's effectiveness in knowledge graph learning
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Multimodal Machine Learning Applications
MethodsTransE
