Learning to Exploit Long-term Relational Dependencies in Knowledge Graphs
About
We study the problem of knowledge graph (KG) embedding. A widely-established assumption to this problem is that similar entities are likely to have similar relational roles. However, existing related methods derive KG embeddings mainly based on triple-level learning, which lack the capability of capturing long-term relational dependencies of entities. Moreover, triple-level learning is insufficient for the propagation of semantic information among entities, especially for the case of cross-KG embedding. In this paper, we propose recurrent skipping networks (RSNs), which employ a skipping mechanism to bridge the gaps between entities. RSNs integrate recurrent neural networks (RNNs) with residual learning to efficiently capture the long-term relational dependencies within and between KGs. We design an end-to-end framework to support RSNs on different tasks. Our experimental results showed that RSNs outperformed state-of-the-art embedding-based methods for entity alignment and achieved competitive performance for KG completion.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Link Prediction | FB15k-237 | MRR28 | 280 | |
| Knowledge Graph Completion | FB15k-237 (test) | MRR0.28 | 179 | |
| Entity Alignment | DBP15K FR-EN | Hits@10.516 | 158 | |
| Entity Alignment | DBP15K JA-EN (test) | Hits@150.7 | 149 | |
| Entity Alignment | DBP15K ZH-EN | H@150.8 | 143 | |
| Entity Alignment | DBP15K ZH-EN (test) | Hits@150.8 | 134 | |
| Entity Alignment | DBP15K FR-EN (test) | Hits@151.6 | 133 | |
| Entity Alignment | DBP15K JA-EN | Hits@10.507 | 126 | |
| Link Prediction | FB15k | Hits@1087.3 | 90 | |
| Knowledge Graph Completion | WN18 (test) | Hits@100.953 | 80 |