LGMar 13, 2025

Type Information-Assisted Self-Supervised Knowledge Graph Denoising

arXiv:2503.09916v1h-index: 6AISTATS
Originality Incremental advance
AI Analysis

This addresses noise issues in knowledge graphs for intelligent systems, but it is incremental as it builds on existing denoising approaches by incorporating type information.

The paper tackles noise detection in knowledge graphs by exploiting entity and relation type consistency, proposing a self-supervised denoising method that avoids reliance on external facts or structural overfitting, with experimental validation showing effectiveness on real-world data.

Knowledge graphs serve as critical resources supporting intelligent systems, but they can be noisy due to imperfect automatic generation processes. Existing approaches to noise detection often rely on external facts, logical rule constraints, or structural embeddings. These methods are often challenged by imperfect entity alignment, flexible knowledge graph construction, and overfitting on structures. In this paper, we propose to exploit the consistency between entity and relation type information for noise detection, resulting a novel self-supervised knowledge graph denoising method that avoids those problems. We formalize type inconsistency noise as triples that deviate from the majority with respect to type-dependent reasoning along the topological structure. Specifically, we first extract a compact representation of a given knowledge graph via an encoder that models the type dependencies of triples. Then, the decoder reconstructs the original input knowledge graph based on the compact representation. It is worth noting that, our proposal has the potential to address the problems of knowledge graph compression and completion, although this is not our focus. For the specific task of noise detection, the discrepancy between the reconstruction results and the input knowledge graph provides an opportunity for denoising, which is facilitated by the type consistency embedded in our method. Experimental validation demonstrates the effectiveness of our approach in detecting potential noise in real-world data.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes