Analogical Inference Enhanced Knowledge Graph Embedding
Abstract
Knowledge graph embedding (KGE), which maps entities and relations in a knowledge graph into continuous vector spaces, has achieved great success in predicting missing links in knowledge graphs. However, knowledge graphs often contain incomplete triples that are difficult to inductively infer by KGEs. To address this challenge, we resort to analogical inference and propose a novel and general self-supervised framework AnKGE to enhance KGE models with analogical inference capability. We propose an analogical object retriever that retrieves appropriate analogical objects from entity-level, relation-level, and triple-level. And in AnKGE, we train an analogy function for each level of analogical inference with the original element embedding from a well-trained KGE model as input, which outputs the analogical object embedding. In order to combine inductive inference capability from the original KGE model and analogical inference capability enhanced by AnKGE, we interpolate the analogy score with the base model score and introduce the adaptive weights in the score function for prediction. Through extensive experiments on FB15k-237 and WN18RR datasets, we show that AnKGE achieves competitive results on link prediction task and well performs analogical inference.
Cite
Text
Yao et al. "Analogical Inference Enhanced Knowledge Graph Embedding." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I4.25605Markdown
[Yao et al. "Analogical Inference Enhanced Knowledge Graph Embedding." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/yao2023aaai-analogical/) doi:10.1609/AAAI.V37I4.25605BibTeX
@inproceedings{yao2023aaai-analogical,
title = {{Analogical Inference Enhanced Knowledge Graph Embedding}},
author = {Yao, Zhen and Zhang, Wen and Chen, Mingyang and Huang, Yufeng and Yang, Yi and Chen, Huajun},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2023},
pages = {4801-4808},
doi = {10.1609/AAAI.V37I4.25605},
url = {https://mlanthology.org/aaai/2023/yao2023aaai-analogical/}
}