基本信息

要点解读

这是什么

它提出一种在垂直分区知识图谱上进行多跳问答的框架,各组织共享实体但保留各自的关系。框架利用本地图增强与嵌入技术,使三元组和关系参数不离开本地,并在无跨 silo 通信的情况下锚定问题对应的图区域。

用在哪里

适用于因数据治理或主权限制需要把原始三元组保留在各机构、只能通过共享实体实现协作的场景。需要跨机构多跳推理的问答系统、联邦学习平台以及关注隐私保护的语义搜索项目会关注该方案。

可以推断的

推测:在没有集中式图谱的情况下,该方案的性能仍能接近集中式系统的水平,说明信息隔离的代价相对可控。
推测:如果嵌入过程受到噪声或扰动,框架的鲁棒性可能依赖于对嵌入空间的正则化或纠错机制。

来源摘要/节选

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 neighborhood without any runtime inter-silo communication. We evaluate 12 model configurations across three benchmarks and show that FedV-KGQA performs strongly, remains close to centralized performance, generalizes to 3-hop reasoning, and is robust to embedding perturbations.

来源说明

当前保存的是来源摘要,不代表论文全文。请以原始来源为准。

「要点解读」由 AI Stack 依据上方已保存内容整理,不代表来源的完整表述;标注「推测:」的判断来自编辑,不是来源陈述。