Panning for Gold: Expanding Domain-Specific Knowledge Graphs with General Knowledge
Runhao Zhao, Weixin Zeng, Wentao Zhang, Chong Chen, Zhengpin Li, Xiang Zhao, Lei Chen
TL;DR
We address the problem of enriching domain-specific knowledge graphs with facts from general knowledge graphs. The authors propose ExeFuse, a Fact-as-Program framework where each general KG fact is treated as a latent semantic program; by mapping abstract relations to granularity-aware operators and verifying executability on the target DKG, the method unifies relevance detection and granularity transformation. They formalize a probabilistic fusion objective and train a multi-stage model that first constructs executable programs, then runs them on the DKG, and finally verifies executability before predicting fused facts. To enable systematic evaluation, they introduce two benchmarks, DKGF(W-I) and DKGF(Y-I), with 21 configurations, and provide extensive experiments showing improvements over baselines, transferability to unseen entities, efficiency advantages, and insight into the role of relevant entity finding. The work offers a practical, scalable pathway for leveraging rich GKGs to enrich specialized domains, with potential impact on domain-specific reasoning, crisis analysis, and knowledge-driven applications.
Abstract
Domain-specific knowledge graphs (DKGs) often lack coverage compared to general knowledge graphs (GKGs). To address this, we introduce Domain-specific Knowledge Graph Fusion (DKGF), a novel task that enriches DKGs by integrating relevant facts from GKGs. DKGF faces two key challenges: high ambiguity in domain relevance and misalignment in knowledge granularity across graphs. We propose ExeFuse, a simple yet effective Fact-as-Program paradigm. It treats each GKG fact as a latent semantic program, maps abstract relations to granularity-aware operators, and verifies domain relevance via program executability on the target DKG. This unified probabilistic framework jointly resolves relevance and granularity issues. We construct two benchmarks, DKGF(W-I) and DKGF(Y-I), with 21 evaluation configurations. Extensive experiments validate the task's importance and our model's effectiveness, providing the first standardized testbed for DKGF.
