FedV-KGQA: Multi-Hop Question Answering over Vertically Partitioned Knowledge Graphs
Real-world data for knowledge graph question answering is often distributed across different organizations due to governance and data sovereignty constraints. While centralized systems exist, they cannot answer multi-hop questions when the required facts are split across vertically partitioned silos. In this paper, we propose FedV-KGQA, a framework for multi-hop reasoning over knowledge graphs in which organizations share entities but own disjoint sets of relations. Our approach combines local graph enrichment and knowledge graph embeddings to ensure raw triples and relation parameters never leave each silo, establishing a structural data boundary without requiring centralized graph access. We further introduce a topic entity anchoring mechanism that grounds questions in the correct graph
提出 FedV-KGQA,解决垂直分割知识图谱的多跳问题回答。
- 核心方法
- 结合本地图谱增强和知识图谱嵌入,使用主题实体锚定机制在正确图谱中定位问题,确保数据不出本地。
- 适合谁读
- 研究者、工程师
- 要解决的问题
- 知识图谱通常分布在不同组织,导致无法通过集中式系统回答需要跨多个组织的信息的多跳问题。
- 关键实验
- 未提供
- 主要贡献
- 开发了多跳推理框架 FedV-KGQA,能够在不违反数据主权的情况下回答涉及多个组织的知识图谱问题。
- 意义与局限
- 解决跨组织知识图谱查询的难题,但可能受限于不同组织的技术水平和合作意愿。