Deep Outdated Fact Detection in Knowledge Graphs
Huiling Tu, Shuo Yu, Vidya Saikrishna, Feng Xia, Karin Verspoor
TL;DR
This work tackles outdated fact detection in knowledge graphs by introducing DEAN, a deep learning framework that jointly learns entity and relation representations through a Fact Attention Module and a Contrastive R2N Graph Module. It initializes features with TransE, applies graph attention to capture local structure, and employs a contrastive, relation-aware objective on a predefined R2N graph to better differentiate outdated facts from their non-outdated counterparts. Empirical results across six datasets show DEAN outperforms a range of KG embedding baselines, especially when relation diversity is high, underscoring the value of implicit structural information and relational contrastive learning for KG quality control. The approach advances automatic outdated fact detection, with future work pointing toward handling entity changes and adapting to datasets with fewer relation types.
Abstract
Knowledge graphs (KGs) have garnered significant attention for their vast potential across diverse domains. However, the issue of outdated facts poses a challenge to KGs, affecting their overall quality as real-world information evolves. Existing solutions for outdated fact detection often rely on manual recognition. In response, this paper presents DEAN (Deep outdatEd fAct detectioN), a novel deep learning-based framework designed to identify outdated facts within KGs. DEAN distinguishes itself by capturing implicit structural information among facts through comprehensive modeling of both entities and relations. To effectively uncover latent out-of-date information, DEAN employs a contrastive approach based on a pre-defined Relations-to-Nodes (R2N) graph, weighted by the number of entities. Experimental results demonstrate the effectiveness and superiority of DEAN over state-of-the-art baseline methods.
