AINov 11, 2025

DANS-KGC: Diffusion Based Adaptive Negative Sampling for Knowledge Graph Completion

arXiv:2511.07901v1h-index: 2
Originality Incremental advance
AI Analysis

This addresses the issue of false negatives and limited generalization in knowledge graph representation, offering an incremental improvement for the field.

The paper tackled the problem of negative sampling in knowledge graph completion by proposing DANS-KGC, which uses a diffusion model to generate adaptive negative samples, achieving state-of-the-art results on UMLS and YAGO3-10 datasets.

Negative sampling (NS) strategies play a crucial role in knowledge graph representation. In order to overcome the limitations of existing negative sampling strategies, such as vulnerability to false negatives, limited generalization, and lack of control over sample hardness, we propose DANS-KGC (Diffusion-based Adaptive Negative Sampling for Knowledge Graph Completion). DANS-KGC comprises three key components: the Difficulty Assessment Module (DAM), the Adaptive Negative Sampling Module (ANS), and the Dynamic Training Mechanism (DTM). DAM evaluates the learning difficulty of entities by integrating semantic and structural features. Based on this assessment, ANS employs a conditional diffusion model with difficulty-aware noise scheduling, leveraging semantic and neighborhood information during the denoising phase to generate negative samples of diverse hardness. DTM further enhances learning by dynamically adjusting the hardness distribution of negative samples throughout training, enabling a curriculum-style progression from easy to hard examples. Extensive experiments on six benchmark datasets demonstrate the effectiveness and generalization ability of DANS-KGC, with the method achieving state-of-the-art results on all three evaluation metrics for the UMLS and YAGO3-10 datasets.

Foundations

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

Your Notes