AIFeb 9

Negative-Aware Diffusion Process for Temporal Knowledge Graph Extrapolation

arXiv:2602.08815v1h-index: 7
Originality Incremental advance
AI Analysis

This work improves temporal knowledge graph reasoning for applications like recommendation systems, though it appears incremental by refining existing diffusion approaches.

The paper tackles the problem of predicting future missing facts in Temporal Knowledge Graphs by addressing gaps in diffusion models that overlook negative context and lack calibration supervision. The proposed Negative-Aware Diffusion model (NADEx) achieves state-of-the-art performance on four public benchmarks.

Temporal Knowledge Graph (TKG) reasoning seeks to predict future missing facts from historical evidence. While diffusion models (DM) have recently gained attention for their ability to capture complex predictive distributions, two gaps remain: (i) the generative path is conditioned only on positive evidence, overlooking informative negative context, and (ii) training objectives are dominated by cross-entropy ranking, which improves candidate ordering but provides little supervision over the calibration of the denoised embedding. To bridge this gap, we introduce Negative-Aware Diffusion model for TKG Extrapolation (NADEx). Specifically, NADEx encodes subject-centric histories of entities, relations and temporal intervals into sequential embeddings. NADEx perturbs the query object in the forward process and reconstructs it in reverse with a Transformer denoiser conditioned on the temporal-relational context. We further derive a cosine-alignment regularizer derived from batch-wise negative prototypes, which tightens the decision boundary against implausible candidates. Comprehensive experiments on four public TKG benchmarks demonstrate that NADEx delivers state-of-the-art performance.

Foundations

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

Your Notes