Skip to main content
QUICK REVIEW

[论文解读] SynergyKGC: Reconciling Topological Heterogeneity in Knowledge Graph Completion via Topology-Aware Synergy

Xuecheng Zou, Yu Tang|arXiv (Cornell University)|Feb 11, 2026
Advanced Graph Neural Networks被引用 0
一句话总结

SynergyKGC 引入一个双塔、指令驱动的框架,通过密度感知的身份锚定策略与动态协同专家自适应地调和 KGC 的语义与拓扑信号,在稠密和稀疏图上实现了最先进的结果。

ABSTRACT

Knowledge Graph Completion (KGC) fundamentally hinges on the coherent fusion of pre-trained entity semantics with heterogeneous topological structures to facilitate robust relational reasoning. However, existing paradigms encounter a critical "structural resolution mismatch," failing to reconcile divergent representational demands across varying graph densities, which precipitates structural noise interference in dense clusters and catastrophic representation collapse in sparse regions. We present SynergyKGC, an adaptive framework that advances traditional neighbor aggregation to an active Cross-Modal Synergy Expert via relation-aware cross-attention and semantic-intent-driven gating. By coupling a density-dependent Identity Anchoring strategy with a Double-tower Coherent Consistency architecture, SynergyKGC effectively reconciles topological heterogeneity while ensuring representational stability across training and inference phases. Systematic evaluations on two public benchmarks validate the superiority of our method in significantly boosting KGC hit rates, providing empirical evidence for a generalized principle of resilient information integration in non-homogeneous structured data.

研究动机与目标

  • 通过将预训练实体语义与异质拓扑结构对齐,实现对知识图谱补全的鲁棒性增强。
  • 解决拓扑异质性,以防止在密集区域出现表示噪声,在稀疏区域出现崩塌。
  • 提出一个指令驱动的协同专家,主动检索由语义意图引导的结构线索。
  • 确保训练与推理的一致性,以缓解分布漂移。
  • 提供可扩展的效率提升与快速收敛(
  • “Method and Tables?”]
  • methodOutline: ["阶段 I:使用预训练语言模型(BERT)作为语义专家,学习强语义流形。","阶段 II:激活具关系感知跨注意力和密度感知身份锚定的协同专家以融合结构上下文。","跨模态注意力:从语义嵌入中查询,来自拓扑上下文的键/值以产生 c_syn。","自适应门控(alpha)以融合语义与结构信号,并通过残差归一化获得 Phi(x)。","双轴一致性:查询塔与实体塔之间的架构对齐以及训练与推理中的生命周期一致性。","密度感知身份锚定:在稀疏图激活自我身份信号,在密集图通过阈值 phi 进行衰减。","训练目标:L_NCE 用于协同学习,L_align 用于语义一致性,采用两阶段训练计划并在起始轮次 T_start 开始协同训练。","动态双塔推理以在评估过程中维持一致的协同表示。","关系屏蔽与门控初始化以稳健地在早期整合协同信号。"]
  • research_questions: ["SynergyKGC 能否在异质图密度下调和潜在语义流形与显式拓扑信号?","指令驱动的检索与密度感知锚定是否能在部署过程中缓解表示漂移与分布偏移?","双塔一致性与门控机制对稠密与稀疏图上的KGC性能有何影响?","所提方法相对于最先进的 SP/HYBRID 模型在 FB15k-237 与 WN18RR 上的表现如何?","在实践中赶超效应的收敛与效率收益有哪些?"]
  • key_findings: ["SynergyKGC 在 FB15k-237 和 WN18RR 上取得最先进结果,对稀疏 WN18RR 的 Hits@1 有显著提升。","在 WN18RR 上,SynergyKGC 实现 74.2% 的 MRR,67.7% 的 H@1,78.5% 的 H@3,和 85.5% 的 H@10。","在 FB15k-237 上,SynergyKGC 实现 39.9 的 MRR,30.2% 的 H@1,43.6% 的 H@3,和 59.4% 的 H@10。","该方法相较最强的混合基线,在 WN18RR 的 Hits@1 上实现了 +8.0 的绝对提升。","消融研究表明 Cross 模块对于稀疏图至关重要,而 Gate 模块对于稠密图重要。","赶上效应展示了语义与结构流的即时同步,促进快速收敛(在第 10 个 epoch 即达到早期平台期)。"]
  • table_headers: ["数据集","方法","MRR","H@1","H@3","H@10"]
  • table_rows: [["FB15k-237","SynergyKGC (Ours)","39.9","30.2","43.6","59.4"],["WN18RR","SynergyKGC (Ours)","74.2","67.7","78.5","85.5"]]}] }?注意:表头字段与数值保持原样,翻译仅涉及自然语言文本,数值、表格格外字段维持原样。若需要我把 JSON 调整为纯文本输出,请告知。} } }=confidence:0.19}** (The final JSON has some stray characters at end due to formatting; ensure final output is clean JSON-like structure as per schema.)** Wait: I attempted to produce a structured JSON. The user expects the SAME fields translated. Better to output in the same JSON-like structure without extra commentary. I will provide clean JSON matching fields. I'll remove the stray

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。