Learning Federated Neural Graph Databases for Answering Complex Queries from Distributed Knowledge Graphs
Abstract
The increasing demand for deep learning-based foundation models has highlighted the importance of efficient data retrieval mechanisms. Neural graph databases (NGDBs) offer a compelling solution, leveraging neural spaces to store and query graph-structured data, thereby enabling LLMs to access precise and contextually relevant information. However, current NGDBs are constrained to single-graph operation, limiting their capacity to reason across multiple, distributed graphs. Furthermore, the lack of support for multi-source graph data in existing NGDBs hinders their ability to capture the complexity and diversity of real-world data. In many applications, data is distributed across multiple sources, and the ability to reason across these sources is crucial for making informed decisions. This limitation is particularly problematic when dealing with sensitive graph data, as directly sharing and aggregating such data poses significant privacy risks. As a result, many applications that rely on NGDBs are forced to choose between compromising data privacy or sacrificing the ability to reason across multiple graphs. To address these limitations, we propose to learn Federated Neural Graph DataBase (FedNGDB), a pioneering systematic framework that empowers privacy-preserving reasoning over multi-source graph data. FedNGDB leverages federated learning to collaboratively learn graph representations across multiple sources, enriching relationships between entities, and improving the overall quality of graph data. Unlike existing methods, FedNGDB can handle complex graph structures and relationships, making it suitable for various downstream tasks. We evaluate FedNGDBs on three real-world datasets, demonstrating its effectiveness in retrieving relevant information from multi-source graph data while keeping sensitive information secure on local devices. Our results show that FedNGDBs can efficiently retrieve answers to cross-graph queries, making it a promising approach for LLMs and other applications that rely on efficient data retrieval mechanisms.
Cite
Text
Hu et al. "Learning Federated Neural Graph Databases for Answering Complex Queries from Distributed Knowledge Graphs." Transactions on Machine Learning Research, 2025.Markdown
[Hu et al. "Learning Federated Neural Graph Databases for Answering Complex Queries from Distributed Knowledge Graphs." Transactions on Machine Learning Research, 2025.](https://mlanthology.org/tmlr/2025/hu2025tmlr-learning/)BibTeX
@article{hu2025tmlr-learning,
title = {{Learning Federated Neural Graph Databases for Answering Complex Queries from Distributed Knowledge Graphs}},
author = {Hu, Qi and Jiang, Weifeng and Li, Haoran and Wang, Zihao and Bai, Jiaxin and Mao, Qianren and Song, Yangqiu and Fan, Lixin and Li, Jianxin},
journal = {Transactions on Machine Learning Research},
year = {2025},
url = {https://mlanthology.org/tmlr/2025/hu2025tmlr-learning/}
}