Multilingual Knowledge Graph Completion via Ensemble Knowledge Transfer
About
Predicting missing facts in a knowledge graph (KG) is a crucial task in knowledge base construction and reasoning, and it has been the subject of much research in recent works using KG embeddings. While existing KG embedding approaches mainly learn and predict facts within a single KG, a more plausible solution would benefit from the knowledge in multiple language-specific KGs, considering that different KGs have their own strengths and limitations on data quality and coverage. This is quite challenging, since the transfer of knowledge among multiple independently maintained KGs is often hindered by the insufficiency of alignment information and the inconsistency of described facts. In this paper, we propose KEnS, a novel framework for embedding learning and ensemble knowledge transfer across a number of language-specific KGs. KEnS embeds all KGs in a shared embedding space, where the association of entities is captured based on self-learning. Then, KEnS performs ensemble inference to combine prediction results from embeddings of multiple language-specific KGs, for which multiple ensemble techniques are investigated. Experiments on five real-world language-specific KGs show that KEnS consistently improves state-of-the-art methods on KG completion, via effectively identifying and leveraging complementary knowledge.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Knowledge Graph Completion | DBP5L Greek (test) | Hits@126.4 | 18 | |
| Knowledge Graph Completion | DBP5L Japanese (test) | Hits@132.9 | 14 | |
| Knowledge Graph Completion | DBP5L Spanish (test) | Hits@125.2 | 14 | |
| Fact Prediction | DBP-5L Spanish 10% 1.0 (test) | Hits@122.3 | 12 | |
| Fact Prediction | DBP-5L French 10% 1.0 (test) | Hits@125.2 | 12 | |
| Fact Prediction | DBP-5L English 1.0 (10% test) | Hits@114.4 | 12 | |
| Fact Prediction | DBP-5L Greek 1.0 (test) | Hits@127.5 | 11 | |
| Fact Prediction | DBP-5L Japanese 10% 1.0 (test) | Hits@132.9 | 11 | |
| Multilingual Knowledge Graph Completion | DBP-5L French (test) | Hits@122.3 | 9 | |
| Multilingual Knowledge Graph Completion | DBP-5L English (test) | Hits@114.4 | 9 |