A Federated Graph to Embedding Approach for Knowledge Graph Completion
Hongliang Sun, Xiaofeng Bi, Dianbo Sui, Zhiying Tu
Abstract
Knowledge graph completion (KGC) tasks have been developed to address the inherent incompleteness of KGs. Recently, knowledge graph embedding (KGE) methods have gained popularity for embedding entities and relations, proving effective in KGC. However, privacy concerns make it challenging to collect privacy KG data from different institutions in the actual application. Federated learning has emerged as a solution for training models with decentralized data, eliminating the need for collecting private data. However, existing federated KGE methods overlook the implicit graph structural information of entities and relations, resulting in fragmented and incomplete representations within federated clients. Moreover, these methods often struggle with capturing multiple relational representations. To address these challenges, we propose a Federated Graph to Embedding (FedGE) approach based on encoder-decoder to capture interactions among entities and relations. Extensive experiments on two common KG datasets demonstrate the superiority of our method. The code is available at https://github.com/s460305450/FedGE.git.
BibTeX
@inproceedings{icassp2024_afederatedgrapht,
title = {A Federated Graph to Embedding Approach for Knowledge Graph Completion},
author = {Hongliang Sun and Xiaofeng Bi and Dianbo Sui and Zhiying Tu},
booktitle = {ICASSP 2024},
year = {2024}
}