Harmonizing Human Insights and AI Precision: Hand in Hand for Advancing Knowledge Graph Task
Shurong Wang, Yufei Zhang, Xuliang Huang, Hongwei Wang
TL;DR
Knowledge graph completion via link prediction often relies on AI-dominated KGE models that lack human-level conceptual reasoning. KG-HAIT introduces a human-AI teaming framework where a human-designed dynamic programming process produces human insight features (HIF) that capture local subgraph structure and semantic similarity, which are then integrated into KGE training through dimensionality alignment and HIF-relation construction. Empirical results across TransE, TransH, and TransR on FB15k-237, WN18RR, and LastFM-9 show substantial improvements (e.g., average MR reduction of $42.8\%$, large gains in H@1) and faster convergence, demonstrating the value of combining human intuition with AI modeling for KG analysis. The findings highlight the potential of HAIT to enhance interpretability and efficiency in KG tasks and open avenues for broader human-in-the-loop strategies in knowledge graphs.
Abstract
Knowledge graph embedding (KGE) has caught significant interest for its effectiveness in knowledge graph completion (KGC), specifically link prediction (LP), with recent KGE models cracking the LP benchmarks. Despite the rapidly growing literature, insufficient attention has been paid to the cooperation between humans and AI on KG. However, humans' capability to analyze graphs conceptually may further improve the efficacy of KGE models with semantic information. To this effect, we carefully designed a human-AI team (HAIT) system dubbed KG-HAIT, which harnesses the human insights on KG by leveraging fully human-designed ad-hoc dynamic programming (DP) on KG to produce human insightful feature (HIF) vectors that capture the subgraph structural feature and semantic similarities. By integrating HIF vectors into the training of KGE models, notable improvements are observed across various benchmarks and metrics, accompanied by accelerated model convergence. Our results underscore the effectiveness of human-designed DP in the task of LP, emphasizing the pivotal role of collaboration between humans and AI on KG. We open avenues for further exploration and innovation through KG-HAIT, paving the way towards more effective and insightful KG analysis techniques.
