Denoising the Future: Context-Aware Spectral Diffusion for Temporal Knowledge Graph Extrapolation

arXiv cs.CL Papers

Summary

The paper proposes FreqDiff, a frequency-aware diffusion framework for temporal knowledge graph extrapolation that improves uncertainty modeling and achieves state-of-the-art performance on benchmarks.

arXiv:2608.20804v1 Announce Type: new Abstract: Temporal Knowledge Graph (TKG) extrapolation seeks to infer future facts from time-varying relational histories. Recent diffusion-based approaches improve uncertainty modeling through generative denoising, but their aggregated conditioning on subject histories may insufficiently distinguish query-specific evidence from non-salient historical facts, thereby diluting target-discriminative signals. To bridge this gap, we propose FreqDiff, a Frequency-aware Diffusion framework for TKG extrapolation. Specifically, FreqDiff formulates future object prediction as query-slot denoising and develops a dual-stream denoiser that integrates temporal dependency modeling with context-aware spectral calibration. The spectral branch synthesizes history-conditioned filters from learnable bases to adaptively re-calibrate denoising representations, while a frequency-domain regularizer is proposed to align the denoised target with the gold object in spectral space. Experiments on four public TKG benchmarks demonstrate that FreqDiff achieves state-of-the-art performance.
Original Article
View Cached Full Text

Cached at: 08/24/26, 04:26 AM

# Context-Aware Spectral Diffusionfor Temporal Knowledge Graph Extrapolation
Source: [https://arxiv.org/html/2608.20804](https://arxiv.org/html/2608.20804)
## Denoising the Future: Context\-Aware Spectral Diffusion for Temporal Knowledge Graph Extrapolation

Peng HeAffiliation:University of Electronic Science and Technology of China, Chengdu, ChinaAffiliation:Zhejiang University, Hangzhou, China, Weixin Group, Tencent, Gunagzhou, ChinaCorrespondence:[emmaahe@tencent\.com, runlin@zju\.edu\.cn](mailto:email@domain)Run LinPeiyuan JiangAffiliation:University of Electronic Science and Technology of China, Chengdu, ChinaYifan WangAffiliation:University of Electronic Science and Technology of China, Chengdu, ChinaQiao LiuAffiliation:University of Electronic Science and Technology of China, Chengdu, China

###### Abstract

Temporal Knowledge Graph \(TKG\) extrapolation seeks to infer future facts from time\-varying relational histories\. Recent diffusion\-based approaches improve uncertainty modeling through generative denoising, but their aggregated conditioning on subject histories may insufficiently distinguish query\-specific evidence from non\-salient historical facts, thereby diluting target\-discriminative signals\. To bridge this gap, we proposeFreqDiff, aFrequency\-awareDiffusion framework for TKG extrapolation\. Specifically, FreqDiff formulates future object prediction as query\-slot denoising and develops a dual\-stream denoiser that integrates temporal dependency modeling with context\-aware spectral calibration\. The spectral branch synthesizes history\-conditioned filters from learnable bases to adaptively re\-calibrate denoising representations, while a frequency\-domain regularizer is proposed to align the denoised target with the gold object in spectral space\. Experiments on four public TKG benchmarks demonstrate that FreqDiff achieves state\-of\-the\-art performance111The source code is anonymous online at: https://anonymous\.4open\.science/r/FreqDiff\.\.

## 1Introduction

Temporal Knowledge Graphs \(TKGs\) encode time\-evolving facts as quadruples\(s,r,o,t\)\(s,r,o,t\), where relationrrlinks entitiesssandooat timestamptt[28](https://arxiv.org/html/2608.20804#bib.bib24);[42](https://arxiv.org/html/2608.20804#bib.bib23)\. Reasoning over TKGs aims to infer missing or future facts from observed temporal histories\. Existing studies typically distinguish between two reasoning settings:interpolation, which completes missing facts within the observed time span[3](https://arxiv.org/html/2608.20804#bib.bib25);[47](https://arxiv.org/html/2608.20804#bib.bib47), andextrapolation, which predicts facts after the latest observed timestamp[66](https://arxiv.org/html/2608.20804#bib.bib11);[70](https://arxiv.org/html/2608.20804#bib.bib16);[41](https://arxiv.org/html/2608.20804#bib.bib3)\. This work centers on extrapolation, which enables forward\-looking reasoning and supports decisions about future events\.

![Refer to caption](https://arxiv.org/html/2608.20804v1/intro.png)Figure 1:Illustration of subject\-oriented context in TKG\.Red\-linked facts denote query\-oriented evidence, while other subject\-related facts may act as contextual noise\.Accurate TKG extrapolation requires modeling the temporal evolution of events and relational patterns\. Most existing methods follow a learn\-to\-classify paradigm[59](https://arxiv.org/html/2608.20804#bib.bib26);[30](https://arxiv.org/html/2608.20804#bib.bib15), which encodes historical dependencies into deterministic entity and relation representations and ranks candidate future facts with scoring functions such as TransE[1](https://arxiv.org/html/2608.20804#bib.bib27)or DistMult[66](https://arxiv.org/html/2608.20804#bib.bib11)\. Recent work further improves this paradigm through GNN\-based historical propagation[41](https://arxiv.org/html/2608.20804#bib.bib3);[38](https://arxiv.org/html/2608.20804#bib.bib18), contrastive learning[12](https://arxiv.org/html/2608.20804#bib.bib5);[65](https://arxiv.org/html/2608.20804#bib.bib21)over local/global or historical/non\-historical contexts, and symbolic temporal priors[11](https://arxiv.org/html/2608.20804#bib.bib7);[13](https://arxiv.org/html/2608.20804#bib.bib8)for interpretable reasoning\.

Although these methods achieve strong empirical performance, their deterministic prediction mechanism makes it difficult to capture the uncertainty and diversity of future events\. To address this limitation, recent studies have introduced diffusion models into TKG reasoning and shifted toward alearn\-to\-generateparadigm[5](https://arxiv.org/html/2608.20804#bib.bib4);[20](https://arxiv.org/html/2608.20804#bib.bib48), where plausible target objects are generated or sampled conditioned on historical temporal contexts\. Despite their empirical success, existing methods exhibit two key limitations:

- •Limited Discrimination of Query\-specific Evidence\.Existing methods typically encode subject\-oriented histories through unified temporal processing schemes[68](https://arxiv.org/html/2608.20804#bib.bib62);[7](https://arxiv.org/html/2608.20804#bib.bib61)\. However, a subject history may contain diverse relational trajectories[25](https://arxiv.org/html/2608.20804#bib.bib31);[62](https://arxiv.org/html/2608.20804#bib.bib63), not all of which are informative for the current query\. As shown in Figure[1](https://arxiv.org/html/2608.20804#S1.F1), for the query <USA, Cooperate, ?, t\+1\>, accusation\- or criticism\-related facts are subject\-relevant but weakly query\-discriminative, whereas negotiation\- or consultation\-related facts provide more direct evidence\. Without query\-specific filtering, such non\-salient contexts may obscure truly critical temporal evidence\.
- •Reliance on Generic Loss Formulations\.Existing diffusion\-based TKG reasoning methods mainly supervise denoising with generic reconstruction or ranking losses[5](https://arxiv.org/html/2608.20804#bib.bib4);[20](https://arxiv.org/html/2608.20804#bib.bib48)\. Although effective for entity discrimination, these objectives constrain the denoised representation mostly in the embedding space and do not explicitly preserve its spectral structure\. Consequently, frequency\-specific cues important for reconstructing the future object may be insufficiently captured\.

In this paper, we proposeFreqDiff, aFrequency\-awareDiffusion framework for TKG extrapolation\. Given a future query, FreqDiff constructs a subject\-oriented event sequence as historical context and formulates missing object prediction as query\-slot denoising\. In the forward process, Gaussian noise is injected only into the target object representation, while historical events remain deterministic\. In the reverse process, a dual\-stream denoiser reconstructs the target by combining temporal dependency modeling with context\-aware spectral calibration\. The temporal branch captures sequential patterns from the subject history, while the spectral branch generates context\-aware spectral filters from learnable bases to re\-calibrate the denoising representation\. Moreover, a frequency\-domain consistency regularizer aligns the denoised target with the gold object embedding in spectral space, providing explicit supervision for frequency\-aware reconstruction\. Our contributions are three\-fold:

- •We propose FreqDiff, a frequency\-aware diffusion framework for TKG extrapolation, which formulates future object prediction as query\-slot denoising and reconstructs the target through a dual\-stream denoiser with temporal modeling and context\-aware spectral calibration\.
- •FreqDiff introduces a frequency\-domain consistency regularizer that aligns the denoised target representation with the gold object embedding in spectral space, providing explicit supervision for frequency\-aware reconstruction\.
- •Extensive experiments on four public TKG benchmarks show that FreqDiff achieves state\-of\-the\-art performance, with further analysis validating the effectiveness of its spectral calibration and frequency\-domain regularization\.

## 2Related Works

### 2\.1Temporal Knowledge Graph Reasoning

Discriminative TKG reasoning predicts future facts by learning temporal patterns from historical triples\. Early continuous\-time methods, such as Know\-Evolve[1](https://arxiv.org/html/2608.20804#bib.bib27);[10](https://arxiv.org/html/2608.20804#bib.bib22)and THCN[10](https://arxiv.org/html/2608.20804#bib.bib22), model event occurrence with Hawkes processes or temporal causal convolution\. Later neural approaches incorporate temporal signals into KG encoders through recurrent reasoning, graph\-based propagation, cycle\-aware constraints, and structural historical evidence, including RE\-NET[30](https://arxiv.org/html/2608.20804#bib.bib15), RE\-GCN[41](https://arxiv.org/html/2608.20804#bib.bib3), CyGNet[70](https://arxiv.org/html/2608.20804#bib.bib16), CEN[39](https://arxiv.org/html/2608.20804#bib.bib17), xERTE[25](https://arxiv.org/html/2608.20804#bib.bib31), and HisMatch[40](https://arxiv.org/html/2608.20804#bib.bib19)\.

Beyond simply encoding all historical facts, another line of work explicitly improves the selection or bottlenecking of useful historical evidence\. For example, xERTE[25](https://arxiv.org/html/2608.20804#bib.bib31)extracts query\-relevant temporal subgraphs with temporal relational attention, TimeTraveler[54](https://arxiv.org/html/2608.20804#bib.bib29)searches historical snapshots through reinforcement learning, and CENET\-style methods distinguish historical and non\-historical dependencies through contrastive learning and masking[65](https://arxiv.org/html/2608.20804#bib.bib21);[69](https://arxiv.org/html/2608.20804#bib.bib28)\. In parallel, symbolic and structural methods improve interpretability and inductive generalization by deriving temporal logical rules from time\-consistent random walks[45](https://arxiv.org/html/2608.20804#bib.bib32), mining relation\-specific paths[17](https://arxiv.org/html/2608.20804#bib.bib33), or constructing cognitive temporal relation graphs[13](https://arxiv.org/html/2608.20804#bib.bib8)\.

### 2\.2Generative TKG Reasoning

Generative approaches introduce uncertainty\-aware modeling into TKG extrapolation\. DiffuTKG[5](https://arxiv.org/html/2608.20804#bib.bib4)formulates future fact prediction as conditional denoising under a Gaussian diffusion process, while NADEx[20](https://arxiv.org/html/2608.20804#bib.bib48)further incorporates negative\-aware diffusion to sharpen decision boundaries for future entities\. DPCL\-Diff[6](https://arxiv.org/html/2608.20804#bib.bib30)extends this line with graph\-node diffusion and dual\-domain periodic contrastive learning to separate recurrent and novel temporal patterns\. Beyond purely neural diffusion frameworks, Luo et al\.[47](https://arxiv.org/html/2608.20804#bib.bib47)use LLMs to generate multi\-step event chains, and LLM\-DR[8](https://arxiv.org/html/2608.20804#bib.bib6)combines classifier\-free guided diffusion with LLM\-based rule refinement\. Despite their progress in generative TKG reasoning, they mainly operate in the time\-domain, while the frequency properties underlying temporal dynamics remain under\-explored\. This motivates our frequency\-aware diffusion framework, which introduces complementary spectral signals for TKG reasoning\. Discussions of diffusion model and frequency modeling are provided in Appendix[A](https://arxiv.org/html/2608.20804#A1)\.

## 3Preliminary

Definition 1\. Temporal Knowledge Graph\.Letℰ\\mathcal\{E\},ℛ\\mathcal\{R\}, and𝒯\\mathcal\{T\}denote finite sets of entities, relation types, and timestamps, respectively\. A temporal knowledge graph𝒢\\mathcal\{G\}is a collection of time\-stamped quadruples:

𝒢=\{\(s,r,o,t\)\|s,o∈ℰ,r∈ℛ,t∈𝒯\},\\mathcal\{G\}\\;=\\;\\Bigl\\\{\\,\(s,r,o,t\)\\;\\Big\|\\;s,o\\in\\mathcal\{E\},\\;r\\in\\mathcal\{R\},\\;t\\in\\mathcal\{T\}\\Bigr\\\},\(1\)where each tuple encodes the fact that relationrrholds from subjectssto objectooat timett\. More specifically, the TKG can be viewed as an ordered sequence of static snapshots:

𝒢=\{𝒢1,𝒢2,…,𝒢\|𝒯\|\},\\mathcal\{G\}\\;=\\;\\bigl\\\{\\mathcal\{G\}\_\{1\},\\mathcal\{G\}\_\{2\},\\ldots,\\mathcal\{G\}\_\{\|\\mathcal\{T\}\|\}\\bigr\\\},\(2\)where𝒢t\\mathcal\{G\}\_\{t\}aggregates all triples that are valid at timestamptt\. Following the standard bidirectional–relation convention[31](https://arxiv.org/html/2608.20804#bib.bib45), we augment every quadruple\(s,r,o,t\)\(s,r,o,t\)with its inverse\(o,r−1,s,t\)\(o,r^\{\-1\},s,t\), wherer−1r^\{\-1\}is a distinct relation denoting the reverse semantics ofrr\.

Definition 2\. Temporal Knowledge Graph Reasoning\.Letq=\(s,r,?,t\)q=\(s,r,?,t\)be a query quadruple whose object entity is missing at timestamptt\. Given the sliding history window of lengthLL,𝒢t−L−1:t−1=\{𝒢t−L,𝒢t−L\+1,…,𝒢t−1\}\\mathcal\{G\}\_\{t\-L\-1:t\-1\}=\\\{\\mathcal\{G\}\_\{t\-L\},\\mathcal\{G\}\_\{t\-L\+1\},\\dots,\\mathcal\{G\}\_\{t\-1\}\\\}\. The TKG reasoning task is to learn a scoring function:

scoret⁡\(o\)=f⁡\(s,r,o,𝒢\),o^=arg⁡maxo∈ℰ​scoret⁡\(o\)\.\\operatorname\{score\}\_\{t\}\(o\)=f\(s,r,o,\\mathcal\{G\}\),\\\\ \\hat\{o\}=\\underset\{o\\in\\mathcal\{E\}\}\{\\arg\\max\}\\operatorname\{score\}\_\{t\}\(o\)\.\(3\)Each candidate objecto∈ℰo\\in\\mathcal\{E\}is assigned a score and the highest\-scoring entity completes the quadruple\.

## 4Method

![Refer to caption](https://arxiv.org/html/2608.20804v1/Model.png)Figure 2:Overview of FreqDiff\. Given a subject\-oriented history, FreqDiff injects Gaussian noise into the target object representation and reconstructs it through reverse diffusion\. The denoiser combines temporal modeling with context\-aware spectral calibration, where history\-conditioned filters re\-calibrate frequency components and fuse them with time\-domain representations for future object prediction\.### 4\.1Temporal Representation Learning

Given a queryq=\(s,rq,?,t\)q=\(s,r\_\{q\},?,t\), the goal is to predict the missing object from the entity setℰ\\mathcal\{E\}based on the recent history of the subjectss\. We first construct a subject\-centric sequence comprising theLLmost recent historical events alongside the query slot:

𝒬s,t=\[\(s1,r1,o1,τ1\),…,\(si,ri,oi,τi\),\(sL,rL,oL,τL\)\]\.\\mathcal\{Q\}\_\{s,t\}=\\big\[\(s\_\{1\},r\_\{1\},o\_\{1\},\\tau\_\{1\}\),\\ldots,\(s\_\{i\},r\_\{i\},o\_\{i\},\\tau\_\{i\}\),\(s\_\{L\},r\_\{L\},o\_\{L\},\\tau\_\{L\}\)\\big\]\.\(4\)
Following the standard sequential formulation, we project the object, relation, and relative\-time components of𝒬s,t\\mathcal\{Q\}\_\{s,t\}into a sharedhh\-dimensional space\. Let𝐄o∈ℝ\|ℰ\|×h\\mathbf\{E\}\_\{o\}\\in\\mathbb\{R\}^\{\|\\mathcal\{E\}\|\\times h\},𝐄r∈ℝ\|ℛ\|×h\\mathbf\{E\}\_\{r\}\\in\\mathbb\{R\}^\{\|\\mathcal\{R\}\|\\times h\}, and𝐄Δ​t∈ℝNt×h\\mathbf\{E\}\_\{\\Delta t\}\\in\\mathbb\{R\}^\{N\_\{t\}\\times h\}denote the object, relation, and relative\-time embedding matrices, respectively:

𝐨\\displaystyle\\mathbf\{o\}=\[𝐄o​\(o1\);…;𝐄o​\(oL\);𝐄o​\(ot\)\],\\displaystyle=\[\\mathbf\{E\}\_\{o\}\(o\_\{1\}\);\\ldots;\\mathbf\{E\}\_\{o\}\(o\_\{L\}\);\\mathbf\{E\}\_\{o\}\(o\_\{t\}\)\],\(5\)𝐫\\displaystyle\\mathbf\{r\}=\[𝐄r​\(r1\);…;𝐄r​\(rL\);𝐄r​\(rq\)\],\\displaystyle=\[\\mathbf\{E\}\_\{r\}\(r\_\{1\}\);\\ldots;\\mathbf\{E\}\_\{r\}\(r\_\{L\}\);\\mathbf\{E\}\_\{r\}\(r\_\{q\}\)\],𝐭\\displaystyle\\mathbf\{t\}=\[𝐄Δ​t​\(Δ​τ1\);…;𝐄Δ​t​\(Δ​τL\);𝐄Δ​t​\(1\)\]\.\\displaystyle=\[\\mathbf\{E\}\_\{\\Delta t\}\(\\Delta\\tau\_\{1\}\);\\ldots;\\mathbf\{E\}\_\{\\Delta t\}\(\\Delta\\tau\_\{L\}\);\\mathbf\{E\}\_\{\\Delta t\}\(1\)\]\.whereΔ​τi\\Delta\\tau\_\{i\}represents the temporal interval between theii\-th historical event and the query timestamptt\.

### 4\.2Forward Diffusion Process

The forward process injects Gaussian noise into the target object representation at the query position\. For a sampled diffusion stepm∈\{1,…,M\}m\\in\\\{1,\\ldots,M\\\}, the corrupted target representation is generated as:

𝐨m=α¯m​𝐄o​\(ot\)\+1−α¯m​ϵ,ϵ∼𝒩⁡\(0,𝐈\),\\mathbf\{o\}\_\{m\}=\\sqrt\{\\bar\{\\alpha\}\_\{m\}\}\\,\\mathbf\{E\}\_\{o\}\(o\_\{t\}\)\+\\sqrt\{1\-\\bar\{\\alpha\}\_\{m\}\}\\,\\boldsymbol\{\\epsilon\},\\quad\\boldsymbol\{\\epsilon\}\\sim\\mathcal\{N\}\(0,\\mathbf\{I\}\),\(6\)whereα¯m=∏j=1m\(1−βj\)\\bar\{\\alpha\}\_\{m\}=\\prod\_\{j=1\}^\{m\}\(1\-\\beta\_\{j\}\)denotes the remaining signal ratio at stepmm\. In practice, a linearly scaled accumulated noise schedule is used:

1−α¯m=δ⋅\(αmin\+m−1M−1​\(αmax−αmin\)\)\.1\-\\bar\{\\alpha\}\_\{m\}=\\delta\\cdot\\left\(\\alpha\_\{\\min\}\+\\frac\{m\-1\}\{M\-1\}\(\\alpha\_\{\\max\}\-\\alpha\_\{\\min\}\)\\right\)\.\(7\)whereδ∈\[0,1\]\\delta\\in\[0,1\]is a global scaling factor that moderates the overall diffusion strength, andαmin\\alpha\_\{\\min\},αmax\\alpha\_\{\\max\}bound the noise levels\.

### 4\.3Dual\-stream Denoiser

During reverse denoising, the model reconstructs the target entity by conditioning on the relational and temporal context of the recent event trajectory, as shown in Figure[2](https://arxiv.org/html/2608.20804#S4.F2)\. To keep the conditioning context deterministic, stochastic corruption is applied only to the query target representation, while the historical object representations remain unchanged\. The denoising input is constructed as:

𝐎~m\\displaystyle\\widetilde\{\\mathbf\{O\}\}\_\{m\}=\[𝐄o​\(o1\);…;𝐄o​\(oL\);𝐨m\],\\displaystyle=\[\\mathbf\{E\}\_\{o\}\(o\_\{1\}\);\\ldots;\\mathbf\{E\}\_\{o\}\(o\_\{L\}\);\\mathbf\{o\}\_\{m\}\],\(8\)𝐗m\\displaystyle\\mathbf\{X\}\_\{m\}=LN⁡\(Dropout⁡\(𝐎~m\+𝐑\+𝐓\)\),\\displaystyle=\\operatorname\{LN\}\\big\(\\operatorname\{Dropout\}\(\\widetilde\{\\mathbf\{O\}\}\_\{m\}\+\\mathbf\{R\}\+\\mathbf\{T\}\)\\big\),𝐇m\\displaystyle\\mathbf\{H\}\_\{m\}=LN⁡\(𝐗m\+Emb⁡\(m\)\)\.\\displaystyle=\\operatorname\{LN\}\\big\(\\mathbf\{X\}\_\{m\}\+\\operatorname\{Emb\}\(m\)\\big\)\.where𝐎~m\\widetilde\{\\mathbf\{O\}\}\_\{m\}contains the observed historical object embeddings at the firstLLpositions and the diffused target representation𝐨m\\mathbf\{o\}\_\{m\}at the query position\. The relation sequence𝐑\\mathbf\{R\}, relative\-time sequence𝐓\\mathbf\{T\}, and diffusion\-step embeddingEmb⁡\(m\)\\operatorname\{Emb\}\(m\)are then incorporated to form𝐇m\\mathbf\{H\}\_\{m\}\. The resulting representation is processed by two complementary branches\.

#### Temporal Dependency Learning\.

The temporal branch explicitly models sequential dependencies by processing the conditioned hidden states through a standard Transformer encoder:

𝐇mtime=Transformer⁡\(𝐇m\)\.\\mathbf\{H\}^\{\\mathrm\{time\}\}\_\{m\}=\\operatorname\{Transformer\}\(\\mathbf\{H\}\_\{m\}\)\.\(9\)

#### Context\-aware Spectral Filtering\.

The spectral branch complements the temporal branch by explicitly modeling frequency\-domain variations in the subject\-oriented event sequence, which may be less directly preserved by time\-domain attention\. To generate a context\-aware spectral response, the historical representations are summarized by mean pooling and mapped to routing coefficients:

𝐜=Mean−Pool\(𝐇m,1:L\)∈ℝh,\\displaystyle\\mathbf\{c\}=\\operatorname\{Mean\-Pool\}\(\\mathbf\{H\}\_\{m,1:L\}\)\\in\\mathbb\{R\}^\{h\},\(10\)𝐀=tanh⁡\(MLP⁡\(𝐜\)\)∈ℝG×F,\\displaystyle\\mathbf\{A\}=\\tanh\\big\(\\operatorname\{MLP\}\(\\mathbf\{c\}\)\\big\)\\in\\mathbb\{R\}^\{G\\times F\},whereGGdenotes the number of feature groups andFFdenotes the number of learnable basis filters\. Let\{𝐁f\}f=1F\\\{\\mathbf\{B\}\_\{f\}\\\}\_\{f=1\}^\{F\}be the set of spectral basis filters, where each basis filter satisfies𝐁f∈ℝK×\(h/G\)\\mathbf\{B\}\_\{f\}\\in\\mathbb\{R\}^\{K\\times\(h/G\)\}, andKKis the number of valid frequency bins produced by FFT\. For each feature groupgg, the context\-aware spectral filter is synthesized as:

𝐖g=∑f=1F𝐀g,f​𝐁f,𝐖g∈ℝK×\(h/G\)\\mathbf\{W\}\_\{g\}=\\sum\_\{f=1\}^\{F\}\\mathbf\{A\}\_\{g,f\}\\mathbf\{B\}\_\{f\},\\quad\\mathbf\{W\}\_\{g\}\\in\\mathbb\{R\}^\{K\\times\(h/G\)\}\(11\)The routing coefficients𝐀g,f\\mathbf\{A\}\_\{g,f\}instantiate a context\-aware spectral filter by linearly combining the learnable basis filters\. The resulting filter𝐖g\\mathbf\{W\}\_\{g\}is applied to the group\-wise spectrum of𝐇m\\mathbf\{H\}\_\{m\}which is split along the feature dimension into𝒢\\mathcal\{G\}groups:

𝒵re,g′=Re⁡\(ℱ​\(𝐇m\)g\)⊙𝐖g,\\displaystyle\\mathcal\{Z\}^\{\\prime\}\_\{\\mathrm\{re\},g\}=\\operatorname\{Re\}\\big\(\\mathcal\{F\}\(\\mathbf\{H\}\_\{m\}\)\_\{g\}\\big\)\\odot\\mathbf\{W\}\_\{g\},\(12\)𝒵im,g′=Im⁡\(ℱ​\(𝐇m\)g\)⊙𝐖g\.\\displaystyle\\mathcal\{Z\}^\{\\prime\}\_\{\\mathrm\{im\},g\}=\\operatorname\{Im\}\\big\(\\mathcal\{F\}\(\\mathbf\{H\}\_\{m\}\)\_\{g\}\\big\)\\odot\\mathbf\{W\}\_\{g\}\.whereRe⁡\(⋅\)\\operatorname\{Re\}\(\\cdot\)andIm⁡\(⋅\)\\operatorname\{Im\}\(\\cdot\)denote the real and imaginary spectral components\.g∈\{1,…,G\}g\\in\\\{1,\\ldots,G\\\}indexes the feature group, and⊙\\odotdenotes element\-wise multiplication\. The calibrated groups are concatenated along the feature dimension and mapped back to the time domain via inverse FFT:

𝐇mfreq=ℱ−1​\(𝒵re′\+j⋅𝒵im′\)\.\\mathbf\{H\}^\{\\mathrm\{freq\}\}\_\{m\}=\\mathcal\{F\}^\{\-1\}\(\\mathcal\{Z\}^\{\\prime\}\_\{\\mathrm\{re\}\}\+j\\cdot\\mathcal\{Z\}^\{\\prime\}\_\{\\mathrm\{im\}\}\)\.\(13\)

#### Temporal\-spectral Fusion\.

The temporal and spectral representations are fused by interpolation:

𝐇mfuse=LN⁡\(α​𝐇mtime\+\(1−α\)​𝐇mfreq\)\.\\mathbf\{H\}^\{\\mathrm\{fuse\}\}\_\{m\}=\\operatorname\{LN\}\\big\(\\alpha\\mathbf\{H\}^\{\\mathrm\{time\}\}\_\{m\}\+\(1\-\\alpha\)\\mathbf\{H\}^\{\\mathrm\{freq\}\}\_\{m\}\\big\)\.\(14\)whereα∈\[0,1\]\\alpha\\in\[0,1\]is a fusion coefficient\. The target representation is obtained from the query position:

𝐨^0=𝐇m,L\+1fuse\.\\hat\{\\mathbf\{o\}\}\_\{0\}=\\mathbf\{H\}^\{\\mathrm\{fuse\}\}\_\{m,L\+1\}\.\(15\)

### 4\.4Training Objective

The model is trained with a reconstruction objective on the denoised query representation, together with an auxiliary frequency\-domain regularizer\.

#### Reconstruction Loss\.

Given the denoised target𝐨^0\\hat\{\\mathbf\{o\}\}\_\{0\}, all candidate entities are scored by dot\-product matching with the entity embedding matrix𝐄o∈ℝ\|ℰ\|×h\\mathbf\{E\}\_\{o\}\\in\\mathbb\{R\}^\{\|\\mathcal\{E\}\|\\times h\}\. The reconstruction loss is defined as the negative log\-likelihood of the gold objectoto\_\{t\}:

ℒrec=−log⁡\(Softmax⁡\(𝐄o​𝐨^0h\)ot\),\\mathcal\{L\}\_\{\\mathrm\{rec\}\}=\-\\log\\left\(\\operatorname\{Softmax\}\\left\(\\frac\{\\mathbf\{E\}\_\{o\}\\hat\{\\mathbf\{o\}\}\_\{0\}\}\{\\sqrt\{h\}\}\\right\)\_\{o\_\{t\}\}\\right\),\(16\)

#### Frequency\-Domain Regularization\.

To further constrain the denoising process, a frequency\-domain consistency loss is imposed between the denoised target representation and the gold object embedding\. Specifically, FFT is applied along the feature dimension of both representations:

ℒfft=\\displaystyle\\mathcal\{L\}\_\{\\mathrm\{fft\}\}=ℓ⁡\(Re⁡\(ℱ⁡\(𝐨^0\)\),Re⁡\(ℱ⁡\(𝐄o​\(ot\)\)\)\)\+\\displaystyle\\ell\\Big\(\\operatorname\{Re\}\\big\(\\mathcal\{F\}\(\\hat\{\\mathbf\{o\}\}\_\{0\}\)\\big\),\\operatorname\{Re\}\\big\(\\mathcal\{F\}\(\\mathbf\{E\}\_\{o\}\(o\_\{t\}\)\)\\big\)\\Big\)\+\(17\)ℓ⁡\(Im⁡\(ℱ⁡\(𝐨^0\)\),Im⁡\(ℱ⁡\(𝐄o​\(ot\)\)\)\),\\displaystyle\\ell\\Big\(\\operatorname\{Im\}\\big\(\\mathcal\{F\}\(\\hat\{\\mathbf\{o\}\}\_\{0\}\)\\big\),\\operatorname\{Im\}\\big\(\\mathcal\{F\}\(\\mathbf\{E\}\_\{o\}\(o\_\{t\}\)\)\\big\)\\Big\),whereℓ⁡\(⋅,⋅\)\\ell\(\\cdot,\\cdot\)denotes a point\-wise distance function222Here we utilize point\-wise L1 distance\.\. This regularizer encourages the denoised representation to align with the gold object not only in the embedding space, but also in its feature\-domain spectral profile, providing an explicit constraint for frequency\-aware denoising\.

The overall training objective is then denoted as:

ℒ=ℒrec\+λ​ℒfft\.\\mathcal\{L\}=\\mathcal\{L\}\_\{\\mathrm\{rec\}\}\+\\lambda\\mathcal\{L\}\_\{\\mathrm\{fft\}\}\.\(18\)whereλ\\lambdacontrols the strength of the auxiliary frequency\-domain regularization\.

### 4\.5Inference

During inference, FreqDiff initialize the unknown target representation with Gaussian noise\. A standard reverse diffusion sampler would apply the denoising networkfθ​\(⋅\)f\_\{\\theta\}\(\\cdot\)step by step fromMMto 0, but this iterative process increases computational cost\. Sincefθ​\(⋅\)f\_\{\\theta\}\(\\cdot\)is trained to recover the clean target representation from a corrupted representationom\\mathrm\{o\}\_\{m\}at any diffusion stepmm, we adopt an efficient inference strategy[5](https://arxiv.org/html/2608.20804#bib.bib4);[20](https://arxiv.org/html/2608.20804#bib.bib48)that directly predicts the clean target from the maximum\-noise representationoM\\mathrm\{o\}\_\{M\}, without performing all intermediate reverse transitions:

𝐎~M=\[𝐄o​\(o1\);…;𝐄o​\(oL\);𝐨M\],𝐇M=𝐎~M\+𝐑\+𝐓\+Emb⁡\(M\)\.\\begin\{gathered\}\\widetilde\{\\mathbf\{O\}\}\_\{M\}=\[\\mathbf\{E\}\_\{o\}\(o\_\{1\}\);\\ldots;\\mathbf\{E\}\_\{o\}\(o\_\{L\}\);\\mathbf\{o\}\_\{M\}\],\\\\ \\mathbf\{H\}\_\{M\}=\\widetilde\{\\mathbf\{O\}\}\_\{M\}\+\\mathbf\{R\}\+\\mathbf\{T\}\+\\operatorname\{Emb\}\(M\)\.\\end\{gathered\}\(19\)The learned denoising network then directly predicts the clean target representation:

𝐨^0=fθ​\(𝐇M,M\)\.\\hat\{\\mathbf\{o\}\}\_\{0\}=f\_\{\\theta\}\(\\mathbf\{H\}\_\{M\},M\)\.\(20\)

## 5Experiments

### 5\.1Experimental Setups

Datasets\.Our experiments employ four benchmark datasets, including ICEWS14, ICEWS05\-15, ICEWS18, and GDELT, to evaluate the proposed model\. Specifically, the ICEWS datasets originate from the Integrated Crisis Early Warning System[2](https://arxiv.org/html/2608.20804#bib.bib1), while the GDELT dataset is sourced from the Global Database of Events, Language, and Tone[35](https://arxiv.org/html/2608.20804#bib.bib2)\. The data statistics are summarized in Appendix[C\.1](https://arxiv.org/html/2608.20804#A3.SS1)\.

Baseline Models\.We benchmark FreqDiff against three sets of approaches:Static methods: DistMult[66](https://arxiv.org/html/2608.20804#bib.bib11), ConvE[15](https://arxiv.org/html/2608.20804#bib.bib12), RotatE[55](https://arxiv.org/html/2608.20804#bib.bib13);Interpolation methods: TTransE[33](https://arxiv.org/html/2608.20804#bib.bib10), TA\-DistMult[21](https://arxiv.org/html/2608.20804#bib.bib9), DE\-SimpIE[22](https://arxiv.org/html/2608.20804#bib.bib14);Extrapolation methods: RE\-NET[30](https://arxiv.org/html/2608.20804#bib.bib15), Re\-GCN[41](https://arxiv.org/html/2608.20804#bib.bib3), CEN[39](https://arxiv.org/html/2608.20804#bib.bib17), TiRGN[38](https://arxiv.org/html/2608.20804#bib.bib18), TITer[54](https://arxiv.org/html/2608.20804#bib.bib29), RETIA[44](https://arxiv.org/html/2608.20804#bib.bib20), CENET[65](https://arxiv.org/html/2608.20804#bib.bib21), THCN[10](https://arxiv.org/html/2608.20804#bib.bib22), DiffuTKG[5](https://arxiv.org/html/2608.20804#bib.bib4), LogiQ[11](https://arxiv.org/html/2608.20804#bib.bib7), CognTKE[13](https://arxiv.org/html/2608.20804#bib.bib8), NADEx[20](https://arxiv.org/html/2608.20804#bib.bib48)\. We provide detailed baseline descriptions in Appendix[C\.3](https://arxiv.org/html/2608.20804#A3.SS3)\.

Evaluation Metrics\.To measure temporal extrapolation performance, we cast the task as masked entity prediction, where either the subject or object is held out in quadruples of the form\(s,r,?,t\)\(s,r,?,t\)or\(?,r,o,t\)\(?,r,o,t\)\. Predictions are scored and ranked, and we report Mean Reciprocal Rank \(MRR\) alongside Hits@1, Hits@3, and Hits@10\. All results are computed under the time\-aware filtering protocol\.

Implementation Details\.All models are optimized with Adam and trained for 100 epochs\. The learning rate is set to1​e−31e^\{\-3\}on ICEWS14 and ICEWS18, and5​e−45e^\{\-4\}on ICEWS05\-15 and GDELT\. Entity and relation embeddings are both initialized with a dimensionality of 200\. Experiments are conducted on a single NVIDIA A100 GPU with 80GB memory\. Hyper\-parameter configurations are provided in Appendix[C\.2](https://arxiv.org/html/2608.20804#A3.SS2)\.The reported results are averaged with five runs with different seeds\.

Table 1:Performance comparison \(%\) on four benchmarks with MRR and Hits@1/3/10\. Best and second\-best results are shown inboldandunderlined, respectively\.♠\\spadesuitindicates results re\-implemented using official code\.ModelsICEWS14ICEWS18ICEWS05\-15GDELTMRRHit@1Hit@3Hit@10MRRHit@1Hit@3Hit@10MRRHit@1Hit@3Hit@10MRRHit@1Hit@3Hit@10DisMult\([66](https://arxiv.org/html/2608.20804#bib.bib11)\)15\.4410\.9117\.2423\.9211\.517\.0312\.8720\.8617\.9513\.1220\.7129\.328\.685\.589\.9617\.13ConvE\([15](https://arxiv.org/html/2608.20804#bib.bib12)\)35\.0925\.2339\.3854\.6824\.5116\.2329\.2544\.5133\.8124\.7839\.0054\.9516\.5511\.0218\.8831\.60RotatE\([55](https://arxiv.org/html/2608.20804#bib.bib13)\)21\.3110\.2624\.3544\.7512\.784\.0114\.8931\.9124\.7113\.2229\.0448\.1613\.456\.9514\.0925\.99TTransE\([33](https://arxiv.org/html/2608.20804#bib.bib10)\)13\.722\.9817\.7035\.748\.311\.928\.5621\.8915\.574\.8019\.2438\.295\.500\.474\.9415\.25TA\-DisMult\([21](https://arxiv.org/html/2608.20804#bib.bib9)\)25\.8016\.9429\.7442\.9916\.758\.6118\.4133\.5924\.3114\.5827\.9244\.2112\.005\.7612\.9423\.54DE\-SimIE\([22](https://arxiv.org/html/2608.20804#bib.bib14)\)33\.3624\.8537\.1548\.9219\.3011\.5321\.8634\.8035\.0225\.9138\.9952\.7519\.7012\.2221\.3933\.70RE\-NET\([30](https://arxiv.org/html/2608.20804#bib.bib15)\)36\.9326\.8339\.5154\.7828\.8119\.0532\.4447\.5143\.3233\.4347\.7763\.0619\.6212\.4221\.0034\.01RE\-GCN\([41](https://arxiv.org/html/2608.20804#bib.bib3)\)40\.3930\.6644\.9659\.2130\.5821\.0134\.3448\.7548\.0337\.3353\.8568\.2719\.6412\.4220\.9033\.69CyGNet\([70](https://arxiv.org/html/2608.20804#bib.bib16)\)35\.0525\.7339\.0153\.5524\.9315\.9028\.2842\.6136\.8126\.6141\.6356\.2218\.4811\.5219\.5731\.98TITer\([54](https://arxiv.org/html/2608.20804#bib.bib29)\)41\.7332\.7446\.4658\.4429\.9822\.0533\.4644\.8347\.6937\.9552\.9265\.8115\.4610\.9815\.6124\.31CEN\([39](https://arxiv.org/html/2608.20804#bib.bib17)\)42\.2032\.0847\.4661\.3131\.5021\.7035\.4450\.5946\.8436\.3852\.4567\.0120\.3912\.9621\.7734\.97TiRGN\([38](https://arxiv.org/html/2608.20804#bib.bib18)\)44\.0433\.8348\.9563\.8433\.6623\.1937\.9954\.2250\.0439\.2556\.1370\.7121\.6713\.6323\.2737\.60RETIA\([44](https://arxiv.org/html/2608.20804#bib.bib20)\)42\.7632\.2847\.7762\.7532\.4322\.2336\.4852\.9447\.2636\.6452\.9067\.7620\.1212\.7621\.4534\.49CENET\([65](https://arxiv.org/html/2608.20804#bib.bib21)\)39\.0229\.6243\.2357\.4927\.8518\.1531\.6346\.9841\.9532\.1746\.9360\.4320\.2312\.6921\.7034\.92THCN\([10](https://arxiv.org/html/2608.20804#bib.bib22)\)45\.3936\.5850\.8466\.0735\.6324\.9039\.2656\.7651\.9440\.3257\.7972\.1823\.4615\.1825\.2139\.03DiffuTKG♠\([5](https://arxiv.org/html/2608.20804#bib.bib4)\)47\.5836\.3853\.4166\.0135\.6525\.1939\.3959\.5548\.9739\.8056\.9269\.8421\.3514\.4323\.6836\.05LogiQ\([11](https://arxiv.org/html/2608.20804#bib.bib7)\)44\.7135\.7251\.0364\.2134\.9424\.7639\.5756\.3251\.0440\.7157\.5571\.00––––CognTKE\([13](https://arxiv.org/html/2608.20804#bib.bib8)\)46\.0636\.4951\.1164\.4935\.2425\.2139\.9354\.7153\.1342\.6259\.4272\.70––––NADEx♠\([20](https://arxiv.org/html/2608.20804#bib.bib48)\)48\.1237\.8955\.2670\.5535\.3725\.4840\.2758\.6952\.1743\.3860\.4771\.9321\.7814\.6923\.3737\.17FreqDiff50\.8539\.8257\.4871\.4836\.8526\.8541\.5161\.4754\.7145\.0261\.1674\.4525\.0417\.6427\.0341\.83Improve\.5\.67%5\.09%4\.01%1\.32%3\.37%5\.37%3\.08%3\.22%2\.97%3\.78%1\.14%2\.40%6\.73%16\.20%7\.22%7\.17%
### 5\.2Overall Performance

Table[1](https://arxiv.org/html/2608.20804#S5.T1)summarizes FreqDiff’s performance against state\-of\-the\-art \(SOTA\) baselines across four benchmark datasets\. From these results, we make the following key observations:

- •FreqDiff achieves the best results across all four datasets and all 16 evaluation metrics, with relative improvements ranging from 1\.14% to 16\.14% over the strongest baseline\. This consistent superiority demonstrates that incorporating frequency\-aware modeling into the diffusion framework leads to broadly effective temporal knowledge graph extrapolation\.
- •The largest improvement appears on GDELT, especially with a 16\.14% gain on Hit@1 and a 6\.73% gain on MRR\. Since GDELT involves more complex temporal evolution patterns, these gains suggest that frequency\-aware modeling is beneficial in challenging extrapolation scenarios\. This further supports that spectral information provides complementary signals beyond conventional temporal modeling\.
- •Static and interpolation\-based methods lag behind extrapolation\-oriented models, confirming that forward\-looking temporal reasoning is essential for predicting future facts\. Although interpolation models can exploit temporal information within observed histories, they are not explicitly optimized for future event evolution, which limits their ability in extrapolation settings\.

Table 2:Ablation study results ICEWS14 and ICEWS18 datasets in terms of MRR and Hit@1/10\.SettingsICEWS14ICEWS18MRRHit@1Hit@10MRRHit@1Hit@10FreqDiff50\.8539\.8271\.4836\.8526\.8561\.47w/o\.F​r​e​qFreq48\.6838\.9470\.6435\.8126\.0458\.79w/o\.T​i​m​eTime42\.1432\.3765\.3918\.2111\.7635\.52w/o\.ℒfft\\mathcal\{L\}\_\{\\text\{fft\}\}49\.3038\.8469\.8236\.1026\.1359\.47w\.ℓ2\\ell\_\{2\}Distance50\.2139\.1370\.7735\.1425\.5359\.22w\. global filter48\.7039\.0370\.5834\.4224\.9358\.01w\. static filter48\.6138\.8969\.8132\.0723\.1055\.18w\. maxpool49\.0639\.4670\.0134\.0524\.8457\.78
### 5\.3Ablation Studies

We validate the contribution of each FreqDiff component by comparing it against seven variants:

- •w/o\. Freq:omits frequency\-domian modeling\.
- •w/o\. Time:no time\-domain modeling\.
- •w/o\.ℒfft\\mathcal\{L\}\_\{\\text\{fft\}\}:removes frequency\-domain loss\.
- •w\.ℓ2\\ell\_\{2\}Distance: replacesℓ1\\ell\_\{1\}distance in the frequency\-domain regularizer withℓ2\\ell\_\{2\}distance\.
- •w\. global filter:replaces context\-aware spectral filter with a shared global filter\.
- •w\. static filter:replaces context\-aware spectral filter with a static filter\.
- •w\. maxpool:replaces mean\-pool with maxpool\.

As shown in Table[2](https://arxiv.org/html/2608.20804#S5.T2), both time\-domain and frequency\-domain designs are necessary for FreqDiff\. Removing the frequency branch \(w/o\.F​r​e​qFreq\) causes consistent drops, confirming that spectral information provides useful complementary signals\. Removing the time branch \(w/o\.T​i​m​eTime\) leads to the most severe degradation, indicating that time\-domain modeling remains the core component for preserving event order and relation\-specific temporal context\. In contrast, frequency modeling works as a complementary signal\. The drop after removingℒfft\\mathcal\{L\}\_\{\\text\{fft\}\}further verifies the value of explicit spectral supervision\. Moreover, replacing theℓ​1\\ell\{1\}distance withℓ2\\ell\_\{2\}leads to inferior results, suggesting thatℓ1\\ell\_\{1\}provides a more robust constraint for spectral alignment\. Finally, replacing the context\-aware filter with global or static filters consistently weakens performance, suggesting that different event histories require adaptive frequency responses rather than shared or fixed filtering\. The degradation caused by max\-pooling further shows that, within the frequency branch, mean\-pooling better preserves the overall spectral distribution, whereas max\-pooling may overemphasize dominant frequency components and suppress weaker but informative spectral patterns\.

\(a\)FreqDiff w/o\. Freq\(b\)FreqDiff
Figure 3:Visualization of learned spectral energy distributions on ICEWS14\. The y\-axis represents frequency indices, and the x\-axis represents latent channels\.Redindicates higher spectral energy\.\(a\)Impact on ICEWS18\(b\)Impact on GDELT
Figure 4:Performance under different ratios of sequence corruption on ICEWS18 and GDELT\.
### 5\.4Analysis of Spectral Learning

We further examine how spectral learning contributes to contextual representation learning and performance under sequence corruption\.

#### Visualization of Spectral Learning\.

Figure[3](https://arxiv.org/html/2608.20804#S5.F3)visualizes the learned spectral energy distributions of FreqDiff and its variant without frequency modeling\. The variant without frequency modeling shows a relatively concentrated response pattern, suggesting that its denoising representation is mainly dominated by the overall temporal patterns in the subject history\. In contrast, FreqDiff exhibits a more adaptive spectral response across frequency indices and latent channels\. Rather than uniformly amplifying spectral responses, it modulates the frequency\-channel components of the denoising representation, attenuating generic temporal signals while retaining components more aligned with the queried relation and the target object\. In this way, spectral learning introduces finer query\-conditioned temporal variations into the denoising process\. Additional visualized comparisons with other diffusion\-based models are provided in Appendix[D\.1](https://arxiv.org/html/2608.20804#A4.SS1)\.

#### Effectiveness under Noise Condition\.

Figure[4](https://arxiv.org/html/2608.20804#S5.F4)further evaluates the effectiveness of FreqDiff when the historical context is partially corrupted\. Specifically, for each test query, we randomly select a given proportion \(ranging from 10% to 70%\) of historical events in the subject\-centric sequence and perturb their event representations while keeping the trained model unchanged\. As the corruption ratio increases, the performance of both FreqDiff and its variant without spectral learning declines, indicating that reliable historical context is important for TKG extrapolation\. Nevertheless, FreqDiff consistently outperforms the variant without spectral modeling on both ICEWS18 and GDELT in terms of MRR and Hits@1, with a more evident advantage under higher corruption ratios\. These results suggest that spectral learning improves robustness under corrupted historical observations\. By introducing a frequency\-aware filter, FreqDiff re\-calibrates temporal\-frequency representations, attenuating corrupted responses while preserving reliable denoising signals\.

Table 3:Effectiveness of the frequency regularizer\.Redsuperscripts indicate the improvement rates\.

### 5\.5Generalization Analysis

#### Effectiveness of Frequency Regularizer\.

Table[3](https://arxiv.org/html/2608.20804#S5.T3)validates the effectiveness andplug\-and\-playapplicability of the frequency\-domain regularizer across different backbone models and datasets\. Without changing the original architectures or training settings, incorporatingℒfft\\mathcal\{L\}\_\{\\text\{fft\}\}consistently improves DiffuTKG, NADEx, and CENET on ICEWS14, ICEWS18, and GDELT under both MRR and H@1\. Specifically,ℒfft\\mathcal\{L\}\_\{\\text\{fft\}\}improves DiffuTKG, NADEx, and CENET by 3\.73%/5\.76%, 3\.40%/3\.52%, and 9\.01%/11\.20% on average in terms of MRR/H@1, respectively\. These improvements confirm that penalizing frequency\-domain inconsistency provides complementary guidance to conventional objectives, leading to more discriminative representations for event prediction\.

Table 4:Performance of predicting unseen events in terms of MRR and Hit@1 on ICEWS14 and ICEWS18\.ModelsICEWS14ICEWS18MRRHit@1MRRHit@1RE\-GCN23\.2613\.9115\.087\.09CEN22\.0613\.2815\.418\.20RETIA24\.1714\.6716\.629\.08HisMatch27\.4919\.0417\.5111\.13DiffuTKG25\.2215\.2316\.488\.84NADEx29\.7119\.3419\.5212\.17FreqDiff31\.4221\.3320\.3312\.55Improve\.5\.75%10\.29%4\.15%3\.12%
#### Effectiveness on Unseen Events\.

To examine FreqDiff’s generalization to unseen temporal relational facts, we evaluate unseen event prediction on ICEWS14 and ICEWS18\. As shown in Table[4](https://arxiv.org/html/2608.20804#S5.T4), FreqDiff achieves the best results across all metrics, outperforming the strongest baseline NADEx by 5\.75%/10\.29% on ICEWS14 and 4\.15%/3\.12% on ICEWS18 in terms of MRR/Hit@1\. The consistent gains over conventional temporal reasoning methods and diffusion\-based baselines suggest that frequency\-aware modeling offers complementary signals for unseen event prediction\. By exploiting spectral patterns beyond time\-domain histories, FreqDiff better distinguishes plausible future facts from unseen candidates\.

\(a\)Impact ofGG
\(b\)Impact ofFF

Figure 5:Hyper\-parameter sensitivity analysis on ICEWS14 \(left\) and ICEWS18 \(right\) datasets\.

### 5\.6Sensitivity Analysis

Figure[5](https://arxiv.org/html/2608.20804#S5.F5)shows that FreqDiff is generally stable across different hyper\-parameter settings\. For the feature groupsGG, the best results appear around H/25 on ICEWS14 and H/20 on ICEWS18, suggesting that moderate grouping provides a better balance between flexible spectral calibration and stable representation learning\. For the basis numberFF, performance remains robust, while larger or moderate basis sets usually work better, indicating that multiple spectral bases help capture diverse frequency patterns\. Overall, the results indicate that FreqDiff is not overly sensitive to hyper\-parameters, and its best performance comes from a balanced temporal\-spectral configuration\. Additional analysis on fusion coefficientα\\alphaand loss balance termλ\\lambdais provided in Appendix[D\.2](https://arxiv.org/html/2608.20804#A4.SS2)\.

Table 5:Computational efficiency test on ICEWS14/18\.
### 5\.7Computational Efficiency

Table[5](https://arxiv.org/html/2608.20804#S5.T5)compares the inference efficiency and parameter scale of different models on ICEWS14 and ICEWS18 on a single NVIDIA A100 GPU under their optimal settings\. FreqDiff achieves the fastest inference on both datasets, reducing inference time from 10\.91s to 7\.28s on ICEWS14 and from 96\.95s to 81\.24s on ICEWS18 compared with NADEx, corresponding to reductions of 33\.27% and 16\.20%, respectively\. Meanwhile, FreqDiff only introduces a slight parameter increase over NADEx, from 16\.30Mb to 17\.00Mb on ICEWS14 and from 32\.42Mb to 32\.83Mb on ICEWS18\. These results show that the frequency\-aware design improves predictive performance while maintaining competitive efficiency, achieving a favorable balance among accuracy, inference speed, and model size\.

### 5\.8Comparison with LLM\-based Forecasters

Table 6:Performance comparison \(%\) with LLM\-based forecasters\. The best results are highlighted inbold\.As shown in Table[6](https://arxiv.org/html/2608.20804#S5.T6), FreqDiff achieves the best result on 11 of the 16 dataset–metric combinations, including all four metrics on ICEWS14, three metrics on ICEWS05\-15, H@10 on ICEWS18, and H@1/H@3/H@10 on GDELT\. However, it is not uniformly superior\. CRI performs best on ICEWS05\-15 H@10 and ICEWS18 MRR/H@3, while LANTERN obtains the strongest ICEWS18 H@1 and GDELT MRR\.

The results also suggest complementary strengths\. Diffusion\-based FreqDiff is particularly competitive when prediction depends on distributed temporal patterns and when maintaining broad candidate coverage is important, as reflected by its consistent H@10 performance\. Its learned denoising representation can aggregate noisy or heterogeneous histories without requiring an explicit symbolic rule to cover each query\. LLM\-based approaches may be preferable when a query has strong symbolic or semantic support, such as a high\-confidence temporal rule, a closely matched historical analogy, or a compact set of highly informative events that can be expressed in the prompt\. This is consistent with the design of LLM\-DA, TV\-LLM, and CRI, which rely on temporal rule induction or validation, and with AnRe and LANTERN, which emphasize analogical demonstrations and carefully selected historical evidence\. We provide detailed model descriptions in Appendix[C\.3](https://arxiv.org/html/2608.20804#A3.SS3)\.

Table 7:Performance comparison on YAGO and WIKI\.ModelYAGOWIKIMRRH@1H@3H@10MRRH@1H@3H@10TITer87\.4780\.0989\.9690\.2773\.9171\.7075\.4176\.93TiRGN87\.9584\.3491\.3792\.9281\.6577\.7785\.1287\.08DiffuTKG88\.2984\.3691\.7993\.5582\.2178\.9685\.6988\.03NADEx88\.3185\.1492\.1893\.7282\.8379\.0285\.8388\.34w/o Freq86\.6584\.7889\.2489\.9082\.5581\.4384\.8986\.38w/oℒfft\\mathcal\{L\}\_\{\\mathrm\{fft\}\}88\.7486\.6291\.8791\.2384\.0883\.0386\.9287\.99FreqDiff90\.3288\.6093\.1593\.9185\.8484\.7688\.2789\.83

### 5\.9Performance on Knowledge\-Centric KGs

Table[7](https://arxiv.org/html/2608.20804#S5.T7)further evaluates FreqDiff on YAGO and WIKI, whose knowledge\-centric facts and temporal patterns differ from the event\-driven ICEWS and GDELT datasets\. FreqDiff consistently outperforms all competing methods across the eight evaluation settings\. Compared with the strongest baseline, NADEx, FreqDiff improves MRR and Hit@1 by 2\.01 and 3\.46 percentage points on YAGO, respectively\. The improvements are more pronounced on WIKI, reaching 3\.01 points in MRR and 5\.74 points in Hit@1\. FreqDiff also achieves consistent gains in Hit@3 and Hit@10 on both datasets\. These results demonstrate that its effectiveness generalizes beyond geopolitical event forecasting to knowledge\-centric temporal graphs\.

The ablation results further confirm the contributions of the frequency\-aware components\. Removing the spectral branch decreases MRR by 3\.67 points on YAGO and 3\.29 points on WIKI, accompanied by consistent degradation across all Hits metrics\. Removingℒfft\\mathcal\{L\}\_\{\\mathrm\{fft\}\}also reduces MRR by 1\.58 and 1\.76 points, respectively\. The larger degradation caused by removing the spectral branch highlights the importance of context\-aware spectral modeling, while the consistent decline withoutℒfft\\mathcal\{L\}\_\{\\mathrm\{fft\}\}verifies the complementary role of frequency\-domain supervision\. Together, these results show that both components remain effective across TKGs with distinct temporal characteristics\.

## 6Conclusion

In this paper, we proposed FreqDiff, a frequency\-aware diffusion framework for TKG extrapolation\. FreqDiff formulates future object prediction as query\-slot denoising and reconstructs the target representation with a dual\-stream denoiser that combines temporal dependency modeling and context\-aware spectral calibration\. We further introduced a frequency\-domain consistency regularizer to provide explicit spectral supervision for target reconstruction\. Experiments on four public TKG benchmarks demonstrate that FreqDiff achieves state\-of\-the\-art performance, while ablation studies verify the effectiveness of spectral calibration and frequency\-domain regularization\.

## Acknowledgments

We thank the anonymous reviewers for their valuable discussion and feedback\. This work was supported by the National Natural Science Foundation of China \(U22B2061\)\.

## Limitation

This work has two main limitations\. First, although we evaluate FreqDiff on four widely used TKG benchmarks, including ICEWS14, ICEWS05–15, ICEWS18, and GDELT, these datasets are primarily centered on political and international relations events\. Therefore, the generalizability of FreqDiff to other temporal knowledge graphs, such as those in scientific discovery, financial transactions, public health, or natural disasters, remains to be further examined\. Second, FreqDiff introduces context\-aware spectral calibration to improve frequency\-aware denoising, but its current design relies on a finite set of learnable basis filters\. While effective in our experiments, this design may still provide limited flexibility when modeling highly irregular or domain\-specific temporal dynamics\. Future work may explore more adaptive spectral parameterization strategies and evaluate frequency\-aware diffusion reasoning across broader TKG domains\.

## Ethics Statement

This study follows established ethical standards\. We use only publicly available benchmark datasets that have been collected and processed by prior research, and our work does not involve new data collection, human\-subject interaction, or the use of private personal information\. The proposed model is developed for scientific analysis and benchmarking in temporal knowledge graph reasoning\. It is not intended for surveillance, deception, profiling, or any harmful application\. We respect the data\-use terms of the adopted benchmarks and aim to ensure that the research does not compromise the rights, safety, or dignity of any individual or group\.

## References

- Bordeset al\.\(2013\)A\. Bordes, N\. Usunier, A\. Garcia\-Duran, J\. Weston, and O\. YakhnenkoTranslating embeddings for modeling multi\-relational data\.Advances in neural information processing systems26\.Cited by:[§1](https://arxiv.org/html/2608.20804#S1.p2.1),[§2\.1](https://arxiv.org/html/2608.20804#S2.SS1.p1.1)\.
- Boscheeet al\.\(2015\)E\. Boschee, J\. Lautenschlager, S\. O’Brien, S\. Shellman, J\. Starz, and M\. WardICEWS Coded Event Data\.Harvard Dataverse\.External Links:[Document](https://dx.doi.org/10.7910/DVN/28075),[Link](https://doi.org/10.7910/DVN/28075)Cited by:[§5\.1](https://arxiv.org/html/2608.20804#S5.SS1.p1.1)\.
- Caiet al\.\(2023\)B\. Cai, Y\. Xiang, L\. Gao, H\. Zhang, Y\. Li, and J\. LiTemporal knowledge graph completion: a survey\.InProceedings of the Thirty\-Second International Joint Conference on Artificial Intelligence,pp\. 6545–6553\.Cited by:[§1](https://arxiv.org/html/2608.20804#S1.p1.1)\.
- Caiet al\.\(2021\)M\. Cai, H\. Zhang, H\. Huang, Q\. Geng, Y\. Li, and G\. HuangFrequency domain image translation: more photo\-realistic, better identity\-preserving\.InProceedings of the IEEE/CVF International Conference on Computer Vision,pp\. 13930–13940\.Cited by:[§A\.1](https://arxiv.org/html/2608.20804#A1.SS1.p1.1)\.
- Caiet al\.\(2024\)Y\. Cai, Q\. Liu, Y\. Gan, C\. Li, X\. Liu, R\. Lin, D\. Luo, and J\. YangPredicting the unpredictable: uncertainty\-aware reasoning over temporal knowledge graphs via diffusion process\.InFindings of the Association for Computational Linguistics: ACL 2024,Bangkok, Thailand,pp\. 5766–5778\.External Links:[Link](https://aclanthology.org/2024.findings-acl.343/),[Document](https://dx.doi.org/10.18653/v1/2024.findings-acl.343)Cited by:[10th item](https://arxiv.org/html/2608.20804#A3.I3.i10.p1.1),[§C\.1](https://arxiv.org/html/2608.20804#A3.SS1.p1.1),[2nd item](https://arxiv.org/html/2608.20804#S1.I1.i2.p1.1),[§1](https://arxiv.org/html/2608.20804#S1.p3.1),[§2\.2](https://arxiv.org/html/2608.20804#S2.SS2.p1.1),[§4\.5](https://arxiv.org/html/2608.20804#S4.SS5.p1.1),[§5\.1](https://arxiv.org/html/2608.20804#S5.SS1.p2.1),[Table 1](https://arxiv.org/html/2608.20804#S5.T1.6.18.1)\.
- Caoet al\.\(2025\)Y\. Cao, L\. Wang, and L\. HuangDPCL\-diff: temporal knowledge graph reasoning based on graph node diffusion model with dual\-domain periodic contrastive learning\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.39,pp\. 14806–14814\.Cited by:[§2\.2](https://arxiv.org/html/2608.20804#S2.SS2.p1.1)\.
- Chenet al\.\(2024a\)B\. Chen, C\. Xiao, and F\. ZhouNatural evolution\-based dual\-level aggregation for temporal knowledge graph reasoning\.InFindings of the association for computational linguistics: EMNLP 2024,pp\. 9274–9284\.Cited by:[1st item](https://arxiv.org/html/2608.20804#S1.I1.i1.p1.1)\.
- Chenet al\.\(2025a\)K\. Chen, X\. Song, Y\. Wang, L\. Gao, A\. Li, X\. Zhao, B\. Zhou, and Y\. XieLLM\-dr: a novel llm\-aided diffusion model for rule generation on temporal knowledge graphs\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.39,pp\. 11481–11489\.Cited by:[§2\.2](https://arxiv.org/html/2608.20804#S2.SS2.p1.1)\.
- Chenet al\.\(2025b\)L\. Chen, L\. Gu, and Y\. FuFrequency\-dynamic attention modulation for dense prediction\.InProceedings of the IEEE/CVF International Conference on Computer Vision,pp\. 22620–22632\.Cited by:[§A\.1](https://arxiv.org/html/2608.20804#A1.SS1.p1.1)\.
- Chenet al\.\(2024b\)T\. Chen, J\. Long, Z\. Wang, S\. Luo, J\. Huang, and L\. YangTHCN: a hawkes process based temporal causal convolutional network for extrapolation reasoning in temporal knowledge graphs\.IEEE Transactions on Knowledge and Data Engineering\.Cited by:[9th item](https://arxiv.org/html/2608.20804#A3.I3.i9.p1.1),[§2\.1](https://arxiv.org/html/2608.20804#S2.SS1.p1.1),[§5\.1](https://arxiv.org/html/2608.20804#S5.SS1.p2.1),[Table 1](https://arxiv.org/html/2608.20804#S5.T1.6.17.1)\.
- Chenet al\.\(2025c\)T\. Chen, L\. Yang, Z\. Wang, S\. Luo, and J\. LongEnhancing extrapolation reasoning on temporal knowledge graphs with logic rules and queries\.InICASSP 2025\-2025 IEEE International Conference on Acoustics, Speech and Signal Processing \(ICASSP\),pp\. 1–5\.Cited by:[11st item](https://arxiv.org/html/2608.20804#A3.I3.i11.p1.1),[§1](https://arxiv.org/html/2608.20804#S1.p2.1),[§5\.1](https://arxiv.org/html/2608.20804#S5.SS1.p2.1),[Table 1](https://arxiv.org/html/2608.20804#S5.T1.6.19.1)\.
- Chenet al\.\(2024c\)W\. Chen, H\. Wan, Y\. Wu, S\. Zhao, J\. Cheng, Y\. Li, and Y\. LinLocal\-global history\-aware contrastive learning for temporal knowledge graph reasoning\.In2024 IEEE 40th International Conference on Data Engineering \(ICDE\),pp\. 733–746\.Cited by:[§1](https://arxiv.org/html/2608.20804#S1.p2.1)\.
- Chenet al\.\(2025d\)W\. Chen, Y\. Wu, S\. Wu, Z\. Zhang, M\. Liao, Y\. Lin, and H\. WanCognTKE: a cognitive temporal knowledge extrapolation framework\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.39,pp\. 14815–14823\.Cited by:[12nd item](https://arxiv.org/html/2608.20804#A3.I3.i12.p1.1),[§1](https://arxiv.org/html/2608.20804#S1.p2.1),[§2\.1](https://arxiv.org/html/2608.20804#S2.SS1.p2.1),[§5\.1](https://arxiv.org/html/2608.20804#S5.SS1.p2.1),[Table 1](https://arxiv.org/html/2608.20804#S5.T1.6.20.1)\.
- Denget al\.\(2025\)Y\. Deng, Y\. Wu, Y\. Wang, G\. Zhao, L\. Zhu, Q\. Liu, D\. Xu, Z\. Fu, X\. Wu, Y\. Zheng,et al\.A multi\-expert structural\-semantic hybrid framework for unveiling historical patterns in temporal knowledge graphs\.InFindings of the Association for Computational Linguistics: ACL 2025,pp\. 20553–20565\.Cited by:[2nd item](https://arxiv.org/html/2608.20804#A3.I4.i2.p1.1),[Table 6](https://arxiv.org/html/2608.20804#S5.T6.4.1.4.1)\.
- Dettmerset al\.\(2018\)T\. Dettmers, P\. Minervini, P\. Stenetorp, and S\. RiedelConvolutional 2d knowledge graph embeddings\.InProceedings of the AAAI conference on artificial intelligence,Vol\.32\.Cited by:[2nd item](https://arxiv.org/html/2608.20804#A3.I1.i2.p1.1),[§5\.1](https://arxiv.org/html/2608.20804#S5.SS1.p2.1),[Table 1](https://arxiv.org/html/2608.20804#S5.T1.6.4.1)\.
- Dhariwal and Nichol \(2021\)P\. Dhariwal and A\. NicholDiffusion models beat gans on image synthesis\.Advances in neural information processing systems34,pp\. 8780–8794\.Cited by:[§A\.2](https://arxiv.org/html/2608.20804#A1.SS2.p1.1)\.
- Donget al\.\(2023\)H\. Dong, Z\. Ning, P\. Wang, Z\. Qiao, P\. Wang, Y\. Zhou, and Y\. FuAdaptive path\-memory network for temporal knowledge graph reasoning\.InProceedings of the Thirty\-Second International Joint Conference on Artificial Intelligence,pp\. 2086–2094\.Cited by:[§2\.1](https://arxiv.org/html/2608.20804#S2.SS1.p2.1)\.
- Duhamel and Vetterli \(1990\)P\. Duhamel and M\. VetterliFast fourier transforms: a tutorial review and a state of the art\.Signal processing19\(4\),pp\. 259–299\.Cited by:[§A\.1](https://arxiv.org/html/2608.20804#A1.SS1.p1.1)\.
- Frigo and Johnson \(2005\)M\. Frigo and S\. G\. JohnsonThe design and implementation of fftw3\.Proceedings of the IEEE93\(2\),pp\. 216–231\.Cited by:[§A\.1](https://arxiv.org/html/2608.20804#A1.SS1.p1.1)\.
- Ganet al\.\(2026\)Y\. Gan, P\. He, Y\. Cai, R\. Lin, G\. Zhou, and Q\. LiuNegative\-aware diffusion process for temporal knowledge graph extrapolation\.InFindings of the Association for Computational Linguistics: EACL 2026,pp\. 3352–3367\.Cited by:[13rd item](https://arxiv.org/html/2608.20804#A3.I3.i13.p1.1),[§C\.1](https://arxiv.org/html/2608.20804#A3.SS1.p1.1),[2nd item](https://arxiv.org/html/2608.20804#S1.I1.i2.p1.1),[§1](https://arxiv.org/html/2608.20804#S1.p3.1),[§2\.2](https://arxiv.org/html/2608.20804#S2.SS2.p1.1),[§4\.5](https://arxiv.org/html/2608.20804#S4.SS5.p1.1),[§5\.1](https://arxiv.org/html/2608.20804#S5.SS1.p2.1),[Table 1](https://arxiv.org/html/2608.20804#S5.T1.6.21.1)\.
- Garcia\-Duranet al\.\(2018\)A\. Garcia\-Duran, S\. Dumančić, and M\. NiepertLearning sequence encoders for temporal knowledge graph completion\.InProceedings of the 2018 Conference on Empirical Methods in Natural Language Processing,pp\. 4816–4821\.Cited by:[2nd item](https://arxiv.org/html/2608.20804#A3.I2.i2.p1.1),[§5\.1](https://arxiv.org/html/2608.20804#S5.SS1.p2.1),[Table 1](https://arxiv.org/html/2608.20804#S5.T1.6.7.1)\.
- Goelet al\.\(2020\)R\. Goel, S\. M\. Kazemi, M\. Brubaker, and P\. PoupartDiachronic embedding for temporal knowledge graph completion\.InProceedings of the AAAI conference on artificial intelligence,Vol\.34,pp\. 3988–3995\.Cited by:[§A\.1](https://arxiv.org/html/2608.20804#A1.SS1.p2.1),[3rd item](https://arxiv.org/html/2608.20804#A3.I2.i3.p1.1),[§5\.1](https://arxiv.org/html/2608.20804#S5.SS1.p2.1),[Table 1](https://arxiv.org/html/2608.20804#S5.T1.6.8.1)\.
- Gonget al\.\(2022\)S\. Gong, M\. Li, J\. Feng, Z\. Wu, and L\. KongDiffuSeq: sequence to sequence text generation with diffusion models\.InThe Eleventh International Conference on Learning Representations,Cited by:[§A\.2](https://arxiv.org/html/2608.20804#A1.SS2.p1.1)\.
- Gonget al\.\(2023\)S\. Gong, M\. Li, J\. Feng, Z\. Wu, and L\. KongDiffuSeq\-v2: bridging discrete and continuous text spaces for accelerated seq2seq diffusion models\.InFindings of the Association for Computational Linguistics: EMNLP 2023,pp\. 9868–9875\.Cited by:[§A\.2](https://arxiv.org/html/2608.20804#A1.SS2.p1.1)\.
- Hanet al\.\(2021\)Z\. Han, P\. Chen, Y\. Ma, and V\. TrespExplainable subgraph reasoning for forecasting on temporal knowledge graphs\.InInternational Conference on Learning Representations,External Links:[Link](https://openreview.net/forum?id=pGIHq1m7PU)Cited by:[1st item](https://arxiv.org/html/2608.20804#S1.I1.i1.p1.1),[§2\.1](https://arxiv.org/html/2608.20804#S2.SS1.p1.1),[§2\.1](https://arxiv.org/html/2608.20804#S2.SS1.p2.1)\.
- Heet al\.\(2026a\)P\. He, Y\. Gan, T\. Dai, R\. Lin, X\. Li, Y\. Liu, and Q\. LiuExploiting inter\-session information with frequency\-enhanced dual\-path networks for sequential recommendation\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.40,pp\. 14820–14828\.Cited by:[§A\.1](https://arxiv.org/html/2608.20804#A1.SS1.p1.1)\.
- Heet al\.\(2026b\)P\. He, Y\. Liu, Y\. Gan, R\. Lin, Y\. Cai, and Q\. LiuFAiT: frequency\-aware inverted transformer for multivariate time series forecasting\.InProceedings of the 32nd ACM SIGKDD Conference on Knowledge Discovery and Data Mining V\. 2,pp\. 1614–1625\.Cited by:[§A\.1](https://arxiv.org/html/2608.20804#A1.SS1.p1.1)\.
- Jiet al\.\(2021\)S\. Ji, S\. Pan, E\. Cambria, P\. Marttinen, and S\. Y\. PhilipA survey on knowledge graphs: representation, acquisition, and applications\.IEEE transactions on neural networks and learning systems33\(2\),pp\. 494–514\.Cited by:[§1](https://arxiv.org/html/2608.20804#S1.p1.1)\.
- Jinet al\.\(2026\)C\. Jin, A\. Chang, D\. Zeng, W\. Teng, X\. Liao, K\. Liu, J\. Zhao, and Y\. ChenLANTERN in the event stream: training\-free temporal knowledge graph forecasting by balancing inertia and shifts\.InFindings of the Association for Computational Linguistics: ACL 2026,pp\. 11519–11533\.Cited by:[6th item](https://arxiv.org/html/2608.20804#A3.I4.i6.p1.1),[Table 6](https://arxiv.org/html/2608.20804#S5.T6.4.1.8.1)\.
- Jinet al\.\(2020\)W\. Jin, M\. Qu, X\. Jin, and X\. RenRecurrent event network: autoregressive structure inferenceover temporal knowledge graphs\.InProceedings of the 2020 Conference on Empirical Methods in Natural Language Processing \(EMNLP\),pp\. 6669–6683\.Cited by:[1st item](https://arxiv.org/html/2608.20804#A3.I3.i1.p1.1),[§1](https://arxiv.org/html/2608.20804#S1.p2.1),[§2\.1](https://arxiv.org/html/2608.20804#S2.SS1.p1.1),[§5\.1](https://arxiv.org/html/2608.20804#S5.SS1.p2.1),[Table 1](https://arxiv.org/html/2608.20804#S5.T1.6.9.1)\.
- Kazemi and Poole \(2018\)S\. M\. Kazemi and D\. PooleSimple embedding for link prediction in knowledge graphs\.Advances in neural information processing systems31\.Cited by:[§3](https://arxiv.org/html/2608.20804#S3.p1.3)\.
- Konget al\.\(2020\)Z\. Kong, W\. Ping, J\. Huang, K\. Zhao, and B\. CatanzaroDiffWave: a versatile diffusion model for audio synthesis\.InInternational Conference on Learning Representations,Cited by:[§A\.2](https://arxiv.org/html/2608.20804#A1.SS2.p1.1)\.
- Leblay and Chekol \(2018\)J\. Leblay and M\. W\. ChekolDeriving validity time in knowledge graph\.InCompanion proceedings of the the web conference 2018,pp\. 1771–1776\.Cited by:[1st item](https://arxiv.org/html/2608.20804#A3.I2.i1.p1.1),[§5\.1](https://arxiv.org/html/2608.20804#S5.SS1.p2.1),[Table 1](https://arxiv.org/html/2608.20804#S5.T1.6.6.1)\.
- Lee\-Thorpet al\.\(2022\)J\. Lee\-Thorp, J\. Ainslie, I\. Eckstein, and S\. OntanonFNet: mixing tokens with fourier transforms\.InProceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies,pp\. 4296–4313\.Cited by:[§A\.1](https://arxiv.org/html/2608.20804#A1.SS1.p1.1)\.
- Leetaru and Schrodt \(2013\)K\. Leetaru and P\. A\. SchrodtGDELT: global data on events, location, and tone\.ISA Annual Convention2,pp\. 1–49\.External Links:[Link](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.686.6605)Cited by:[§5\.1](https://arxiv.org/html/2608.20804#S5.SS1.p1.1)\.
- Liet al\.\(2023\)J\. Li, X\. Su, and G\. GaoTeast: temporal knowledge graph embedding via archimedean spiral timeline\.InProceedings of the 61st Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 15460–15474\.Cited by:[§A\.1](https://arxiv.org/html/2608.20804#A1.SS1.p2.1)\.
- Liet al\.\(2022a\)X\. Li, J\. Thickstun, I\. Gulrajani, P\. S\. Liang, and T\. B\. HashimotoDiffusion\-lm improves controllable text generation\.Advances in neural information processing systems35,pp\. 4328–4343\.Cited by:[§A\.2](https://arxiv.org/html/2608.20804#A1.SS2.p1.1)\.
- Liet al\.\(2022b\)Y\. Li, S\. Sun, and J\. ZhaoTiRGN: time\-guided recurrent graph network with local\-global historical patterns for temporal knowledge graph reasoning\.\.InIJCAI,pp\. 2152–2158\.Cited by:[6th item](https://arxiv.org/html/2608.20804#A3.I3.i6.p1.1),[§1](https://arxiv.org/html/2608.20804#S1.p2.1),[§5\.1](https://arxiv.org/html/2608.20804#S5.SS1.p2.1),[Table 1](https://arxiv.org/html/2608.20804#S5.T1.6.14.1)\.
- Liet al\.\(2022c\)Z\. Li, S\. Guan, X\. Jin, W\. Peng, Y\. Lyu, Y\. Zhu, L\. Bai, W\. Li, J\. Guo, and X\. ChengComplex evolutional pattern learning for temporal knowledge graph reasoning\.InProceedings of the 60th Annual Meeting of the Association for Computational Linguistics \(Volume 2: Short Papers\),pp\. 290–296\.Cited by:[5th item](https://arxiv.org/html/2608.20804#A3.I3.i5.p1.1),[§2\.1](https://arxiv.org/html/2608.20804#S2.SS1.p1.1),[§5\.1](https://arxiv.org/html/2608.20804#S5.SS1.p2.1),[Table 1](https://arxiv.org/html/2608.20804#S5.T1.6.13.1)\.
- Liet al\.\(2022d\)Z\. Li, Z\. Hou, S\. Guan, X\. Jin, W\. Peng, L\. Bai, Y\. Lyu, W\. Li, J\. Guo, and X\. ChengHiSMatch: historical structure matching based temporal knowledge graph reasoning\.InFindings of the Association for Computational Linguistics: EMNLP 2022,pp\. 7328–7338\.Cited by:[§2\.1](https://arxiv.org/html/2608.20804#S2.SS1.p1.1)\.
- Liet al\.\(2021\)Z\. Li, X\. Jin, W\. Li, S\. Guan, J\. Guo, H\. Shen, Y\. Wang, and X\. ChengTemporal knowledge graph reasoning based on evolutional representation learning\.InProceedings of the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval,SIGIR ’21,New York, NY, USA,pp\. 408–417\.External Links:ISBN 9781450380379,[Link](https://doi.org/10.1145/3404835.3462963),[Document](https://dx.doi.org/10.1145/3404835.3462963)Cited by:[2nd item](https://arxiv.org/html/2608.20804#A3.I3.i2.p1.1),[§C\.1](https://arxiv.org/html/2608.20804#A3.SS1.p1.1),[§1](https://arxiv.org/html/2608.20804#S1.p1.1),[§1](https://arxiv.org/html/2608.20804#S1.p2.1),[§2\.1](https://arxiv.org/html/2608.20804#S2.SS1.p1.1),[§5\.1](https://arxiv.org/html/2608.20804#S5.SS1.p2.1),[Table 1](https://arxiv.org/html/2608.20804#S5.T1.6.10.1)\.
- Lianget al\.\(2024\)K\. Liang, L\. Meng, M\. Liu, Y\. Liu, W\. Tu, S\. Wang, S\. Zhou, X\. Liu, F\. Sun, and K\. HeA survey of knowledge graph reasoning on graph types: static, dynamic, and multi\-modal\.IEEE Transactions on Pattern Analysis and Machine Intelligence\.Cited by:[§1](https://arxiv.org/html/2608.20804#S1.p1.1)\.
- Liuet al\.\(2023a\)H\. Liu, Z\. Chen, Y\. Yuan, X\. Mei, X\. Liu, D\. Mandic, W\. Wang, and M\. D\. PlumbleyAudioLDM: text\-to\-audio generation with latent diffusion models\.InInternational Conference on Machine Learning,pp\. 21450–21474\.Cited by:[§A\.2](https://arxiv.org/html/2608.20804#A1.SS2.p1.1)\.
- Liuet al\.\(2023b\)K\. Liu, F\. Zhao, G\. Xu, X\. Wang, and H\. JinRETIA: relation\-entity twin\-interact aggregation for temporal knowledge graph extrapolation\.In2023 IEEE 39th international conference on data engineering \(ICDE\),pp\. 1761–1774\.Cited by:[7th item](https://arxiv.org/html/2608.20804#A3.I3.i7.p1.1),[§5\.1](https://arxiv.org/html/2608.20804#S5.SS1.p2.1),[Table 1](https://arxiv.org/html/2608.20804#S5.T1.6.15.1)\.
- Liuet al\.\(2022\)Y\. Liu, Y\. Ma, M\. Hildebrandt, M\. Joblin, and V\. TrespTlogic: temporal logical rules for explainable link forecasting on temporal knowledge graphs\.InProceedings of the AAAI conference on artificial intelligence,Vol\.36,pp\. 4120–4127\.Cited by:[§2\.1](https://arxiv.org/html/2608.20804#S2.SS1.p2.1)\.
- Liu and Wang \(2025\)Z\. Liu and C\. WangTerdy: temporal relation dynamics through frequency decomposition for temporal knowledge graph completion\.InProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 9611–9622\.Cited by:[§A\.1](https://arxiv.org/html/2608.20804#A1.SS1.p2.1)\.
- Luoet al\.\(2024\)R\. Luo, T\. Gu, H\. Li, J\. Li, Z\. Lin, J\. Li, and Y\. YangChain of history: learning and forecasting with llms for temporal knowledge graph completion\.CoRR\.Cited by:[§1](https://arxiv.org/html/2608.20804#S1.p1.1),[§2\.2](https://arxiv.org/html/2608.20804#S2.SS2.p1.1)\.
- Nicholet al\.\(2022\)A\. Q\. Nichol, P\. Dhariwal, A\. Ramesh, P\. Shyam, P\. Mishkin, B\. Mcgrew, I\. Sutskever, and M\. ChenGLIDE: towards photorealistic image generation and editing with text\-guided diffusion models\.InInternational Conference on Machine Learning,pp\. 16784–16804\.Cited by:[§A\.2](https://arxiv.org/html/2608.20804#A1.SS2.p1.1)\.
- Ninget al\.\(2026\)Y\. Ning, F\. Zhang, J\. Cheng, J\. Peng, and X\. WangCritic rule induction: improving temporal knowledge graph forecasting with generator\-critic language models\.InFindings of the Association for Computational Linguistics: ACL 2026,pp\. 29436–29448\.Cited by:[5th item](https://arxiv.org/html/2608.20804#A3.I4.i5.p1.1),[Table 6](https://arxiv.org/html/2608.20804#S5.T6.4.1.7.1)\.
- Panet al\.\(2025\)Q\. Pan, L\. Yao, G\. Shen, X\. Han, Y\. Chen, and X\. KongLeveraging temporal validity of rules via llms for enhanced temporal knowledge graph reasoning\.Knowledge\-based systems,pp\. 114094\.Cited by:[4th item](https://arxiv.org/html/2608.20804#A3.I4.i4.p1.1),[Table 6](https://arxiv.org/html/2608.20804#S5.T6.4.1.6.1)\.
- Sadeghianet al\.\(2021\)A\. Sadeghian, M\. Armandpour, A\. Colas, and D\. Z\. WangChronor: rotation based temporal knowledge graph embedding\.InProceedings of the AAAI conference on artificial intelligence,Vol\.35,pp\. 6471–6479\.Cited by:[§A\.1](https://arxiv.org/html/2608.20804#A1.SS1.p2.1)\.
- Shenet al\.\(2023\)Y\. Shen, K\. Song, X\. Tan, D\. Li, W\. Lu, and Y\. ZhuangDiffusionNER: boundary diffusion for named entity recognition\.InProceedings of the 61st Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 3875–3890\.Cited by:[§A\.2](https://arxiv.org/html/2608.20804#A1.SS2.p1.1)\.
- Sohl\-Dicksteinet al\.\(2015\)J\. Sohl\-Dickstein, E\. Weiss, N\. Maheswaranathan, and S\. GanguliDeep unsupervised learning using nonequilibrium thermodynamics\.InInternational conference on machine learning,pp\. 2256–2265\.Cited by:[§A\.2](https://arxiv.org/html/2608.20804#A1.SS2.p1.1)\.
- Sunet al\.\(2021\)H\. Sun, J\. Zhong, Y\. Ma, Z\. Han, and K\. HeTimeTraveler: reinforcement learning for temporal knowledge graph forecasting\.InProceedings of the 2021 Conference on Empirical Methods in Natural Language Processing,pp\. 8306–8319\.Cited by:[4th item](https://arxiv.org/html/2608.20804#A3.I3.i4.p1.1),[§2\.1](https://arxiv.org/html/2608.20804#S2.SS1.p2.1),[§5\.1](https://arxiv.org/html/2608.20804#S5.SS1.p2.1),[Table 1](https://arxiv.org/html/2608.20804#S5.T1.6.12.1)\.
- Sunet al\.\(2019\)Z\. Sun, Z\. Deng, J\. Nie, and J\. TangRotatE: knowledge graph embedding by relational rotation in complex space\.InInternational Conference on Learning Representations,External Links:[Link](https://openreview.net/forum?id=HkgEQnRqYQ)Cited by:[3rd item](https://arxiv.org/html/2608.20804#A3.I1.i3.p1.1),[§5\.1](https://arxiv.org/html/2608.20804#S5.SS1.p2.1),[Table 1](https://arxiv.org/html/2608.20804#S5.T1.6.5.1)\.
- Tamkinet al\.\(2020\)A\. Tamkin, D\. Jurafsky, and N\. GoodmanLanguage through a prism: a spectral approach for multiscale language representations\.Advances in Neural Information Processing Systems33,pp\. 5492–5504\.Cited by:[§A\.1](https://arxiv.org/html/2608.20804#A1.SS1.p1.1)\.
- Tanget al\.\(2025\)G\. Tang, Z\. Chu, W\. Zheng, J\. Xiang, Y\. Li, W\. Zhang, M\. Liu, and B\. QinAnRe: analogical replay for temporal knowledge graph forecasting\.InProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 4632–4650\.Cited by:[3rd item](https://arxiv.org/html/2608.20804#A3.I4.i3.p1.1),[Table 6](https://arxiv.org/html/2608.20804#S5.T6.4.1.5.1)\.
- Tatsunami and Taki \(2024\)Y\. Tatsunami and M\. TakiFft\-based dynamic token mixer for vision\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.38,pp\. 15328–15336\.Cited by:[§A\.1](https://arxiv.org/html/2608.20804#A1.SS1.p1.1)\.
- Trivediet al\.\(2017\)R\. Trivedi, H\. Dai, Y\. Wang, and L\. SongKnow\-evolve: deep temporal reasoning for dynamic knowledge graphs\.Ininternational conference on machine learning,pp\. 3462–3471\.Cited by:[§1](https://arxiv.org/html/2608.20804#S1.p2.1)\.
- Wanget al\.\(2024\)J\. Wang, S\. Kai, L\. Luo, W\. Wei, Y\. Hu, A\. W\. Liew, S\. Pan, and B\. YinLarge language models\-guided dynamic adaptation for temporal knowledge graph reasoning\.Advances in Neural Information Processing Systems37,pp\. 8384–8410\.Cited by:[1st item](https://arxiv.org/html/2608.20804#A3.I4.i1.p1.1),[Table 6](https://arxiv.org/html/2608.20804#S5.T6.4.1.3.1)\.
- Wanget al\.\(2023\)W\. Wang, Y\. Xu, F\. Feng, X\. Lin, X\. He, and T\. ChuaDiffusion recommender model\.InProceedings of the 46th International ACM SIGIR Conference on Research and Development in Information Retrieval,pp\. 832–841\.Cited by:[§A\.2](https://arxiv.org/html/2608.20804#A1.SS2.p2.1)\.
- Wanget al\.\(2025a\)X\. Wang, F\. Zhang, J\. Cheng, Y\. Chi, J\. Peng, and Y\. NingDLTKG: denoising logic\-based temporal knowledge graph reasoning\.InFindings of the Association for Computational Linguistics: EMNLP 2025,Suzhou, China,pp\. 18730–18743\.External Links:[Link](https://aclanthology.org/2025.findings-emnlp.1017/),[Document](https://dx.doi.org/10.18653/v1/2025.findings-emnlp.1017),ISBN 979\-8\-89176\-335\-7Cited by:[1st item](https://arxiv.org/html/2608.20804#S1.I1.i1.p1.1)\.
- Wanget al\.\(2025b\)Y\. Wang, Y\. Liu, X\. Duan, and K\. WangFilterts: comprehensive frequency filtering for multivariate time series forecasting\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.39,pp\. 21375–21383\.Cited by:[§A\.1](https://arxiv.org/html/2608.20804#A1.SS1.p1.1)\.
- Xuet al\.\(2020\)C\. Xu, M\. Nayyeri, F\. Alkhoury, H\. S\. Yazdi, and J\. LehmannTeRo: a time\-aware knowledge graph embedding via temporal rotation\.InProceedings of the 28th International Conference on Computational Linguistics,pp\. 1583–1593\.Cited by:[§A\.1](https://arxiv.org/html/2608.20804#A1.SS1.p2.1)\.
- Xuet al\.\(2023\)Y\. Xu, J\. Ou, H\. Xu, and L\. FuTemporal knowledge graph reasoning with historical contrastive learning\.InProceedings of the AAAI conference on artificial intelligence,Vol\.37,pp\. 4765–4773\.Cited by:[8th item](https://arxiv.org/html/2608.20804#A3.I3.i8.p1.1),[§1](https://arxiv.org/html/2608.20804#S1.p2.1),[§2\.1](https://arxiv.org/html/2608.20804#S2.SS1.p2.1),[§5\.1](https://arxiv.org/html/2608.20804#S5.SS1.p2.1),[Table 1](https://arxiv.org/html/2608.20804#S5.T1.6.16.1)\.
- Yanget al\.\(2015\)B\. Yang, S\. W\. Yih, X\. He, J\. Gao, and L\. DengEmbedding entities and relations for learning and inference in knowledge bases\.InProceedings of the International Conference on Learning Representations \(ICLR\) 2015,Cited by:[1st item](https://arxiv.org/html/2608.20804#A3.I1.i1.p1.1),[§1](https://arxiv.org/html/2608.20804#S1.p1.1),[§1](https://arxiv.org/html/2608.20804#S1.p2.1),[§5\.1](https://arxiv.org/html/2608.20804#S5.SS1.p2.1),[Table 1](https://arxiv.org/html/2608.20804#S5.T1.6.3.1)\.
- Yanget al\.\(2023\)Z\. Yang, J\. Wu, Z\. Wang, X\. Wang, Y\. Yuan, and X\. HeGenerate what you prefer: reshaping sequential recommendation via guided diffusion\.Advances in Neural Information Processing Systems36,pp\. 24247–24261\.Cited by:[§A\.2](https://arxiv.org/html/2608.20804#A1.SS2.p2.1)\.
- Zhanget al\.\(2023a\)M\. Zhang, Y\. Xia, Q\. Liu, S\. Wu, and L\. WangLearning latent relations for temporal knowledge graph reasoning\.InProceedings of the 61st Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 12617–12631\.Cited by:[1st item](https://arxiv.org/html/2608.20804#S1.I1.i1.p1.1)\.
- Zhanget al\.\(2023b\)M\. Zhang, Y\. Xia, Q\. Liu, S\. Wu, and L\. WangLearning long\-and short\-term representations for temporal knowledge graph reasoning\.InProceedings of the ACM web conference 2023,pp\. 2412–2422\.Cited by:[§2\.1](https://arxiv.org/html/2608.20804#S2.SS1.p2.1)\.
- Zhuet al\.\(2021\)C\. Zhu, M\. Chen, C\. Fan, G\. Cheng, and Y\. ZhangLearning from history: modeling temporal knowledge graphs with sequential copy\-generation networks\.InProceedings of the AAAI conference on artificial intelligence,Vol\.35,pp\. 4732–4740\.Cited by:[3rd item](https://arxiv.org/html/2608.20804#A3.I3.i3.p1.1),[§1](https://arxiv.org/html/2608.20804#S1.p1.1),[§2\.1](https://arxiv.org/html/2608.20804#S2.SS1.p1.1),[Table 1](https://arxiv.org/html/2608.20804#S5.T1.6.11.1)\.

## Appendix AAdditional Related Work

### A\.1Spectral Representation Learning

Spectral analysis, most commonly implemented with the Discrete Fourier Transform \(DFT\), decomposes signals into frequency components for efficient processing[18](https://arxiv.org/html/2608.20804#bib.bib49);[19](https://arxiv.org/html/2608.20804#bib.bib50)\. Motivated by the convolution theorem, recent deep models incorporate spectral transforms to capture global dependencies and improve efficiency\. This idea has been adopted in computer vision[4](https://arxiv.org/html/2608.20804#bib.bib52);[58](https://arxiv.org/html/2608.20804#bib.bib53);[9](https://arxiv.org/html/2608.20804#bib.bib51), natural language processing[56](https://arxiv.org/html/2608.20804#bib.bib54);[34](https://arxiv.org/html/2608.20804#bib.bib55), sequential recommendation[26](https://arxiv.org/html/2608.20804#bib.bib65), and time\-series forecasting[63](https://arxiv.org/html/2608.20804#bib.bib56);[27](https://arxiv.org/html/2608.20804#bib.bib64)\.

In the realm of Temporal Knowledge Graph \(TKG\) reasoning, explicit spectral learning remains relatively underexplored, although several earlier TKG Completion \(TKGC\) models can be regarded as important precursors\. Diachronic Embedding introduces sine\-based temporal entity functions, and its expressivity analysis explicitly relates this parameterization to Fourier sine series[22](https://arxiv.org/html/2608.20804#bib.bib14)\. Along a related line, TeRo[64](https://arxiv.org/html/2608.20804#bib.bib57)and ChronoR[51](https://arxiv.org/html/2608.20804#bib.bib58)model temporal evolution through rotations in complex or high\-dimensional embedding spaces, while TeAST[36](https://arxiv.org/html/2608.20804#bib.bib59)maps relations onto an Archimedean spiral timeline\. These methods capture phase\-sensitive, periodic, or geometrically regular temporal patterns, but they mainly encode temporal regularity through parametric embedding functions rather than explicitly transforming representations into the frequency domain\. More recently, TeRDy[46](https://arxiv.org/html/2608.20804#bib.bib60)establishes a more direct connection to spectral learning by applying FFT\-based low\-pass and high\-pass decomposition to relation embeddings, thereby separating long\-term and short\-term temporal relation dynamics\.

### A\.2Diffusion Models on Discrete Data

Diffusion models \(DMs\)[53](https://arxiv.org/html/2608.20804#bib.bib34)have become a powerful generative paradigm, achieving strong performance in image generation[16](https://arxiv.org/html/2608.20804#bib.bib35);[48](https://arxiv.org/html/2608.20804#bib.bib36)and audio synthesis[32](https://arxiv.org/html/2608.20804#bib.bib37);[43](https://arxiv.org/html/2608.20804#bib.bib38)\. Although early diffusion models were mainly designed for continuous Euclidean spaces, recent studies have extended them to discrete symbolic data\. For text generation, Diffusion\-LM[37](https://arxiv.org/html/2608.20804#bib.bib39)maps word tokens into continuous embeddings and performs denoising in the latent space, while DiffuSeq[23](https://arxiv.org/html/2608.20804#bib.bib40);[24](https://arxiv.org/html/2608.20804#bib.bib41)introduces a sequence\-level corruption and denoising process to support coherent non\-autoregressive generation\. Diffusion has also been adapted to structured prediction tasks\. DiffusionNER[52](https://arxiv.org/html/2608.20804#bib.bib43)formulates named entity recognition as a span\-boundary denoising problem, gradually refining noisy boundaries into valid entity predictions\.

Beyond text and structured prediction, diffusion models have been applied to symbolic interaction modeling\. In recommendation, DiffRec[61](https://arxiv.org/html/2608.20804#bib.bib44)and DreamRec[67](https://arxiv.org/html/2608.20804#bib.bib42)inject noise into user–item interaction histories and learn the reverse process to capture uncertain preference distributions\. These developments suggest that diffusion is not limited to dense continuous signals, but can also provide a flexible generative mechanism for discrete data, where iterative denoising helps model latent structure, uncertainty, and complex dependencies\.

## Appendix BPreliminary

Definition 3\. Discrete Fourier Transform\.The Discrete Fourier Transform \(DFT\) is a fundamental tool in digital signal processing\. Given a lengthNNtime\-domain sequencex⁡\[n\]x\[n\], the DFT maps it to the frequency domain via:

𝒳\[k\]=∑n=0N−1x\[n\]e−j2πkn/N,k=0,1,…,N−1,\\mathcal\{X\}\[k\]=\\sum\_\{n=0\}^\{N\-1\}x\[n\]e^\{\-j2\\pi kn/N\},\\quad k=0,1,\.\.\.,N\-1,\(21\)wherejjis the imaginary unit and𝒳⁡\[k\]\\mathcal\{X\}\[k\]is the complex spectral coefficient associated with the discrete frequencyωk=2​π​k/N\\omega\_\{k\}=2\\pi k/N\. Each𝒳⁡\[k\]\\mathcal\{X\}\[k\]can be decomposed into real and imaginary parts:

𝒳⁡\[k\]=Real​\(𝒳⁡\[k\]\)\+j​Imag​\(𝒳⁡\[k\]\),\\displaystyle\\mathcal\{X\}\[k\]=\\textbf\{Real\}\(\\mathcal\{X\}\[k\]\)\+j\\textbf\{Imag\}\(\\mathcal\{X\}\[k\]\),\(22\)Real​\(𝒳⁡\[k\]\)=∑n=0N−1x⁡\[n\]​cos⁡\(2​πN​k​n\),\\displaystyle\\textbf\{Real\}\(\\mathcal\{X\}\[k\]\)=\\sum\_\{n=0\}^\{N\-1\}x\[n\]\\cos\\left\(\\frac\{2\\pi\}\{N\}kn\\right\),Imag\(𝒳\[k\]\)=−∑n=0N−1x\[n\]sin\(2​πNkn\)\.\\displaystyle\\textbf\{Imag\}\(\\mathcal\{X\}\[k\]\)=\-\\sum\_\{n=0\}^\{N\-1\}x\[n\]\\sin\\left\(\\frac\{2\\pi\}\{N\}kn\\right\)\.The inverse DFT \(IDFT\) reconstructs the original sequence via:

x\[n\]=1N∑k=0N−1𝒳\[k\]ej​2​π​k​n/N,n=0,1,…,N−1\.x\[n\]=\\frac\{1\}\{N\}\\sum\_\{k=0\}^\{N\-1\}\\mathcal\{X\}\[k\]e^\{j2\\pi kn/N\},\\quad n=0,1,\\dots,N\-1\.\(23\)In short, we denote DFT and IDFT operators asℱ\\mathcal\{F\},ℱ−1\\mathcal\{F\}^\{\-1\}, respectively\.

## Appendix CExperimental Setup

### C\.1Dataset Statistics

To ensure consistency and comparability with prior TKG extrapolation studies, we follow the chronological splitting protocol adopted by[41](https://arxiv.org/html/2608.20804#bib.bib3);[5](https://arxiv.org/html/2608.20804#bib.bib4);[20](https://arxiv.org/html/2608.20804#bib.bib48), where the earliest 80% of facts are used for training, the subsequent 10% for validation, and the latest 10% for testing\. This protocol preserves the temporal order of observed facts and avoids information leakage from future timestamps during model training\.

Table 8:The statistics of the datasets\.\|E\|\|E\|and\|R\|\|R\|denote the number of unique entities and event types, respectively\.Table 9:Implementation details for each benchmark\.
### C\.2Implementation Details

Table[9](https://arxiv.org/html/2608.20804#A3.T9)summarizes the main implementation settings\. For all datasets, the hidden dimension is set to 200, with both dropout and embedding dropout fixed at 0\.2\. The maximum history length and input length are set to 128 and 64, respectively, and all models are trained for 100 epochs with 200 diffusion steps\. Most hyperparameters are kept consistent across datasets to ensure fair comparison, while the learning rate and filterbank configuration are adjusted according to dataset characteristics\. Specifically, ICEWS14 and ICEWS18 use a learning rate of1​e−31e^\{\-3\}, whereas GDELT and ICEWS05\-15 adopt a smaller learning rate of5​e−45e^\{\-4\}\. The fusion weightα\\alphaand regularization weightλ\\lambdaare fixed at 0\.7 and 0\.3, respectively, and the FFT regularization adopts an L1 loss for all datasets\.

### C\.3Baselines

#### Static Baselines:

- •DistMult[66](https://arxiv.org/html/2608.20804#bib.bib11), employs a bilinear scoring function, modeling triple plausibility via a relation matrix that captures pairwise interactions between subject and object embeddings\.
- •ConvE[15](https://arxiv.org/html/2608.20804#bib.bib12), applies 2D convolution over reshaped entity and relation embeddings, followed by a projection layer to learn richer feature interactions for link prediction\.
- •RotatE[55](https://arxiv.org/html/2608.20804#bib.bib13), represents relations as complex\-valued rotations in the embedding space, enabling the model to naturally encode and infer diverse relational patterns such as symmetry and inversion\.

#### Interpolation Baselines:

- •TTransE[33](https://arxiv.org/html/2608.20804#bib.bib10), explicitly models temporal dynamics by embedding entities and relations within a continuous time framework, using translation operations along the time dimension to capture their evolution\.
- •TA\-DistMult[21](https://arxiv.org/html/2608.20804#bib.bib9), extends the DistMult scoring function with time\-aware embeddings, allowing the model to adapt relation parameters according to temporal context\.
- •DE\-SimplE[22](https://arxiv.org/html/2608.20804#bib.bib14), employs diachronic embeddings that parameterize entity and relation representations as functions of time, hence modeling progressive change across different timestamps\.

#### Extrapolation Baselines:

- •RE\-NET[30](https://arxiv.org/html/2608.20804#bib.bib15), integrates recurrent neural architectures with graph convolution to capture the sequential evolution of entities and predict future links\.
- •Re\-GCN[41](https://arxiv.org/html/2608.20804#bib.bib3), employs a Recurrent Evolutionary GCN that recurrently updates entity and relation embeddings at each timestamp by propagating temporal signals through the KG\.
- •CyGNet[70](https://arxiv.org/html/2608.20804#bib.bib16), models cyclical temporal patterns, enabling the learning of periodic behaviors and extrapolate yet\-unseen links\.
- •TITer[54](https://arxiv.org/html/2608.20804#bib.bib29), applies hierarchical transformations to entity embeddings, iteratively tracking their evolution to anticipate future TKG states\.
- •CEN[39](https://arxiv.org/html/2608.20804#bib.bib17), uses length\-aware convolutional filters to extract multi\-scale evolutionary patterns, with an online training strategy to handle temporal variability\.
- •TiRGN[38](https://arxiv.org/html/2608.20804#bib.bib18), leverages recurrent graph networks to encode dynamic relational structures, improving inference of unseen facts\.
- •RETIA[44](https://arxiv.org/html/2608.20804#bib.bib20), constructs a twin hyper\-relation subgraph and evolutionarily aggregates adjacent entity and relation features for enriched message passing\.
- •CENET[65](https://arxiv.org/html/2608.20804#bib.bib21), incorporates contrastive learning objectives to strengthen dynamic representation learning within temporal graphs\.
- •THCN[10](https://arxiv.org/html/2608.20804#bib.bib22), introduces temporal causal convolutional networks grounded in Hawkes processes to distinguish the relative importance of concurrent facts\.
- •DiffuTKG[5](https://arxiv.org/html/2608.20804#bib.bib4), reframes TKG reasoning as a denoising diffusion process over entity embeddings to generate future links\.
- •LogiQ[11](https://arxiv.org/html/2608.20804#bib.bib7), augments diffusion\-based generation with logical constraints, improving both accuracy and interpretability\.
- •CognTKE[13](https://arxiv.org/html/2608.20804#bib.bib8), integrates cognitively symbolic priors into embedding, enabling more transparent and reliable extrapolation\.
- •NADEx[20](https://arxiv.org/html/2608.20804#bib.bib48), incorporates negative\-aware diffusion to better distinguish plausible future facts from spurious candidates\.

#### LLM\-based Forecasters:

- •LLM\-DA[60](https://arxiv.org/html/2608.20804#bib.bib46), generates temporal rules using LLMs and dynamically updates them based on recent events\.
- •MESH[14](https://arxiv.org/html/2608.20804#bib.bib66), employs multiple expert modules to integrate structural and semantic information for future link prediction\.
- •AnRe[57](https://arxiv.org/html/2608.20804#bib.bib67), combines long\- and short\-term historical contexts with LLM\-generated analogical demonstrations to support temporal reasoning\.
- •TV\-LLM[50](https://arxiv.org/html/2608.20804#bib.bib68), models the validity of LLM\-generated rules and integrates rule\-based retrieval with graph\-based candidate scoring\.
- •CRI[49](https://arxiv.org/html/2608.20804#bib.bib69), adopts a generator\-critic framework that uses fact\-grounded evaluation to validate LLM\-induced rules before reasoning\.
- •LANTERN[29](https://arxiv.org/html/2608.20804#bib.bib70), constructs reasoning prompts by balancing long\-term interaction strength and short\-term novelty, complemented by structure\-aware analogical demonstrations\.

\(a\)FreqDiff w/o\. Freq\(b\)FreqDiff\(c\)DiffuTKG\(d\)NADEx
Figure 6:Visualization of learned spectral energy distributions on ICEWS14\. The y\-axis represents frequency indices, and the x\-axis represents latent channels\.Redindicates higher spectral energy\.

## Appendix DExperimental Analysis

### D\.1Spectral Energy Distributions

Figure[6](https://arxiv.org/html/2608.20804#A3.F6)shows that the four variants learn markedly different spectral energy distributions on ICEWS14\. In FreqDiff w/o\.F​r​e​qFreq, the energy is highly concentrated in the lowest frequency band, while most frequency–channel positions remain weakly activated, indicating that the model mainly relies on dominant low\-frequency temporal signals and lacks sufficient capacity to capture diverse evolutionary patterns\. DiffuTKG and NADEx exhibit a similar tendency, where spectral responses are sparse and mostly confined to a few low\-frequency regions, suggesting that conventional diffusion\-based TKG extrapolation models still under\-utilize frequency\-domain information in historical event dynamics\. In contrast, FreqDiff presents a more distributed and structured energy pattern across both frequency indices and latent channels, with visible activation not only in the low\-frequency region but also in middle and higher frequency bands\. This indicates that the proposed frequency\-aware design enables the model to preserve richer spectral components, including stable long\-term trends and more fluctuating short\-term relational changes\. Therefore, the visualization provides intuitive evidence that spectral modeling introduces complementary temporal signals beyond standard time\-domain representations, which helps explain the improved extrapolation performance of FreqDiff\.

\(a\)Impact ofλ\\lambda
\(b\)Impact ofα\\alpha

Figure 7:Hyper\-parameter Sensitivity analysis on ICEWS14 \(left\) and ICEWS18 \(right\) datasets\.
### D\.2Sensitivity Analysis

Table[7](https://arxiv.org/html/2608.20804#A4.F7)evaluates the sensitivity of the weighting coefficientλ\\lambdaon ICEWS14 and ICEWS18, where MRR and Hit@1 exhibit a generally consistent trend across the two datasets\. Whenλ\\lambdaincreases from 0\.1 to 0\.3, both metrics improve noticeably, indicating that a moderate strength of the corresponding regularization/objective term can effectively enhance representation learning and improve future fact prediction\. The best performance is obtained atλ\\lambda=0\.3 on both datasets, suggesting that this setting provides the most balanced contribution between the main prediction objective and the auxiliary constraint\. However, whenλ\\lambdacontinues to increase beyond 0\.3, the performance gradually declines, especially on ICEWS14, where both MRR and Hit@1 show a clear downward trend from 0\.5 to 0\.9\. This implies that an excessively largeλ\\lambdamay overemphasize the auxiliary learning signal and weaken the model’s ability to optimize the primary extrapolation objective\. For the fusion coefficientα\\alpha, both datasets achieve strong performance aroundα\\alpha= 0\.7, showing that temporal modeling should remain dominant while spectral calibration provides complementary information\.

Table 10:Case study of future entity prediction on ICEWS14\. Given a query fact with the target entity masked, the table reports the top\-5 predicted entities and their confidence scores produced by FreqDiff, FreqDiff w/o\.F​r​e​qFreq, and DiffuTKG\. The red entries denote the ground\-truth entities\.
### D\.3Case Study

Table[10](https://arxiv.org/html/2608.20804#A4.T10)offers a concrete comparison of how different models rank candidate entities under realistic temporal extrapolation scenarios\. In Case 1, for the query \(Democratic Party \(Nigeria\), Criticize or denounce, ?\), FreqDiff correctly predicts Muhammadu Buhari as the top\-ranked entity with a confidence score of 0\.7906, which is substantially higher than the scores assigned to other candidates\. This shows that FreqDiff can identify the specific political figure most likely to be involved in the future event, rather than merely selecting broad and frequent entities such as Citizen \(Nigeria\) or Government \(Nigeria\)\. In contrast, FreqDiff w/o\. Freq ranks the correct entity second, while DiffuTKG places it third with a much lower confidence score\. This comparison suggests that removing frequency modeling weakens the model’s ability to capture discriminative temporal signals, causing it to rely more heavily on generic co\-occurrence patterns\. A similar observation can be made in Case 2\. For the query \(Ethiopia, Sign formal agreement, ?\), FreqDiff ranks Sudan first with a confidence score of 0\.7782, whereas FreqDiff w/o\. Freq ranks it second and DiffuTKG fails to prioritize the correct answer, instead assigning higher ranks to countries such as Portugal, China, and Iran\. These results indicate that the frequency\-aware module helps FreqDiff capture relation\-specific temporal regularities and distinguish the most contextually appropriate future entity from plausible but less accurate alternatives\. Overall, the case study demonstrates that spectral information not only improves quantitative performance but also leads to more reliable and interpretable entity ranking in future fact prediction\.

Muhammadu Buhari\-linked input events[⬇](data:text/plain;base64,WzAxXSAoTXVoYW1tYWR1IEJ1aGFyaSwgR2l2ZSB1bHRpbWF0dW0sIERlbW9jcmF0aWMgUGFydHkgKE5pZ2VyaWEpLCAyMDE0LTA0LTE4KQpbMDJdIChNdWhhbW1hZHUgQnVoYXJpLCBNYWtlIHN0YXRlbWVudCwgRGVtb2NyYXRpYyBQYXJ0eSAoTmlnZXJpYSksIDIwMTQtMTAtMTYpClswM10gKE11aGFtbWFkdSBCdWhhcmksIEFjY3VzZSwgRGVtb2NyYXRpYyBQYXJ0eSAoTmlnZXJpYSksIDIwMTQtMTEtMjApClswNF0gKERlbW9jcmF0aWMgUGFydHkgKE5pZ2VyaWEpLCBDcml0aWNpemUgb3IgZGVub3VuY2UsIE11aGFtbWFkdSBCdWhhcmksIDIwMTQtMTItMDQpClswNV0gKERlbW9jcmF0aWMgUGFydHkgKE5pZ2VyaWEpLCBNYWtlIHN0YXRlbWVudCwgTXVoYW1tYWR1IEJ1aGFyaSwgMjAxNC0xMi0wNCkKWzA2XSAoRGVtb2NyYXRpYyBQYXJ0eSAoTmlnZXJpYSksIFByYWlzZSBvciBlbmRvcnNlLCBNdWhhbW1hZHUgQnVoYXJpLCAyMDE0LTEyLTEyKQpbMDddIChEZW1vY3JhdGljIFBhcnR5IChOaWdlcmlhKSwgQ3JpdGljaXplIG9yIGRlbm91bmNlLCBNdWhhbW1hZHUgQnVoYXJpLCAyMDE0LTEyLTE1KQpbMDhdIChEZW1vY3JhdGljIFBhcnR5IChOaWdlcmlhKSwgQ3JpdGljaXplIG9yIGRlbm91bmNlLCBNdWhhbW1hZHUgQnVoYXJpLCAyMDE0LTEyLTE1KQpbMDldIChEZW1vY3JhdGljIFBhcnR5IChOaWdlcmlhKSwgQ3JpdGljaXplIG9yIGRlbm91bmNlLCBNdWhhbW1hZHUgQnVoYXJpLCAyMDE0LTEyLTE1KQpbMTBdIChEZW1vY3JhdGljIFBhcnR5IChOaWdlcmlhKSwgQWNjdXNlLCBNdWhhbW1hZHUgQnVoYXJpLCAyMDE0LTEyLTE1KQ==)\[01\]\(MuhammaduBuhari,Giveultimatum,DemocraticParty\(Nigeria\),2014\-04\-18\)\[02\]\(MuhammaduBuhari,Makestatement,DemocraticParty\(Nigeria\),2014\-10\-16\)\[03\]\(MuhammaduBuhari,Accuse,DemocraticParty\(Nigeria\),2014\-11\-20\)\[04\]\(DemocraticParty\(Nigeria\),Criticizeordenounce,MuhammaduBuhari,2014\-12\-04\)\[05\]\(DemocraticParty\(Nigeria\),Makestatement,MuhammaduBuhari,2014\-12\-04\)\[06\]\(DemocraticParty\(Nigeria\),Praiseorendorse,MuhammaduBuhari,2014\-12\-12\)\[07\]\(DemocraticParty\(Nigeria\),Criticizeordenounce,MuhammaduBuhari,2014\-12\-15\)\[08\]\(DemocraticParty\(Nigeria\),Criticizeordenounce,MuhammaduBuhari,2014\-12\-15\)\[09\]\(DemocraticParty\(Nigeria\),Criticizeordenounce,MuhammaduBuhari,2014\-12\-15\)\[10\]\(DemocraticParty\(Nigeria\),Accuse,MuhammaduBuhari,2014\-12\-15\)

Citizen \(Nigeria\)\-linked input events[⬇](data:text/plain;base64,WzAxXSAoRGVtb2NyYXRpYyBQYXJ0eSAoTmlnZXJpYSksIFVzZSBjb252ZW50aW9uYWwgbWlsaXRhcnkgZm9yY2UsIENpdGl6ZW4gKE5pZ2VyaWEpLCAyMDE0LTAxLTEzKQpbMDJdIChDaXRpemVuIChOaWdlcmlhKSwgUmVqZWN0LCBEZW1vY3JhdGljIFBhcnR5IChOaWdlcmlhKSwgMjAxNC0wMS0yNCkKWzAzXSAoQ2l0aXplbiAoTmlnZXJpYSksIFJlZHVjZSByZWxhdGlvbnMsIERlbW9jcmF0aWMgUGFydHkgKE5pZ2VyaWEpLCAyMDE0LTAyLTA4KQpbMDRdIChEZW1vY3JhdGljIFBhcnR5IChOaWdlcmlhKSwgTWFrZSBhbiBhcHBlYWwgb3IgcmVxdWVzdCwgQ2l0aXplbiAoTmlnZXJpYSksIDIwMTQtMDItMTApClswNV0gKERlbW9jcmF0aWMgUGFydHkgKE5pZ2VyaWEpLCBBcHBlYWwgZm9yIG1pbGl0YXJ5IHByb3RlY3Rpb24gb3IgcGVhY2VrZWVwaW5nLCBDaXRpemVuIChOaWdlcmlhKSwgMjAxNC0wMi0xMCkKWzA2XSAoRGVtb2NyYXRpYyBQYXJ0eSAoTmlnZXJpYSksIE1ha2UgZW1wYXRoZXRpYyBjb21tZW50LCBDaXRpemVuIChOaWdlcmlhKSwgMjAxNC0wMi0xOSkKWzA3XSAoRGVtb2NyYXRpYyBQYXJ0eSAoTmlnZXJpYSksIENyaXRpY2l6ZSBvciBkZW5vdW5jZSwgQ2l0aXplbiAoTmlnZXJpYSksIDIwMTQtMDItMjUpClswOF0gKENpdGl6ZW4gKE5pZ2VyaWEpLCBSZWplY3QsIERlbW9jcmF0aWMgUGFydHkgKE5pZ2VyaWEpLCAyMDE0LTAzLTA3KQpbMDldIChEZW1vY3JhdGljIFBhcnR5IChOaWdlcmlhKSwgTWFrZSBwZXNzaW1pc3RpYyBjb21tZW50LCBDaXRpemVuIChOaWdlcmlhKSwgMjAxNC0wNS0wMikKWzEwXSAoRGVtb2NyYXRpYyBQYXJ0eSAoTmlnZXJpYSksIERlbWFuZCwgQ2l0aXplbiAoTmlnZXJpYSksIDIwMTQtMDYtMTgpClsxMV0gKENpdGl6ZW4gKE5pZ2VyaWEpLCBBY2N1c2UsIERlbW9jcmF0aWMgUGFydHkgKE5pZ2VyaWEpLCAyMDE0LTA3LTI4KQpbMTJdIChDaXRpemVuIChOaWdlcmlhKSwgQ3JpdGljaXplIG9yIGRlbm91bmNlLCBEZW1vY3JhdGljIFBhcnR5IChOaWdlcmlhKSwgMjAxNC0wOC0wMSkKWzEzXSAoRGVtb2NyYXRpYyBQYXJ0eSAoTmlnZXJpYSksIEFjY3VzZSwgQ2l0aXplbiAoTmlnZXJpYSksIDIwMTQtMDktMTUpClsxNF0gKERlbW9jcmF0aWMgUGFydHkgKE5pZ2VyaWEpLCBUaHJlYXRlbiwgQ2l0aXplbiAoTmlnZXJpYSksIDIwMTQtMDktMTUpClsxNV0gKERlbW9jcmF0aWMgUGFydHkgKE5pZ2VyaWEpLCBBY2N1c2UsIENpdGl6ZW4gKE5pZ2VyaWEpLCAyMDE0LTEwLTA5KQpbMTZdIChEZW1vY3JhdGljIFBhcnR5IChOaWdlcmlhKSwgVGhyZWF0ZW4sIENpdGl6ZW4gKE5pZ2VyaWEpLCAyMDE0LTEwLTEzKQpbMTddIChEZW1vY3JhdGljIFBhcnR5IChOaWdlcmlhKSwgUmVmdXNlIHRvIHlpZWxkLCBDaXRpemVuIChOaWdlcmlhKSwgMjAxNC0xMC0xMykKWzE4XSAoQ2l0aXplbiAoTmlnZXJpYSksIFJlZHVjZSByZWxhdGlvbnMsIERlbW9jcmF0aWMgUGFydHkgKE5pZ2VyaWEpLCAyMDE0LTEwLTEzKQpbMTldIChEZW1vY3JhdGljIFBhcnR5IChOaWdlcmlhKSwgQnJpbmcgbGF3c3VpdCBhZ2FpbnN0LCBDaXRpemVuIChOaWdlcmlhKSwgMjAxNC0xMC0xNCkKWzIwXSAoRGVtb2NyYXRpYyBQYXJ0eSAoTmlnZXJpYSksIEFjY3VzZSwgQ2l0aXplbiAoTmlnZXJpYSksIDIwMTQtMTAtMTYpClsyMV0gKENpdGl6ZW4gKE5pZ2VyaWEpLCBDcml0aWNpemUgb3IgZGVub3VuY2UsIERlbW9jcmF0aWMgUGFydHkgKE5pZ2VyaWEpLCAyMDE0LTEwLTIwKQpbMjJdIChDaXRpemVuIChOaWdlcmlhKSwgUmVkdWNlIHJlbGF0aW9ucywgRGVtb2NyYXRpYyBQYXJ0eSAoTmlnZXJpYSksIDIwMTQtMTAtMzEpClsyM10gKENpdGl6ZW4gKE5pZ2VyaWEpLCBNYWtlIG9wdGltaXN0aWMgY29tbWVudCwgRGVtb2NyYXRpYyBQYXJ0eSAoTmlnZXJpYSksIDIwMTQtMTEtMTQp)\[01\]\(DemocraticParty\(Nigeria\),Useconventionalmilitaryforce,Citizen\(Nigeria\),2014\-01\-13\)\[02\]\(Citizen\(Nigeria\),Reject,DemocraticParty\(Nigeria\),2014\-01\-24\)\[03\]\(Citizen\(Nigeria\),Reducerelations,DemocraticParty\(Nigeria\),2014\-02\-08\)\[04\]\(DemocraticParty\(Nigeria\),Makeanappealorrequest,Citizen\(Nigeria\),2014\-02\-10\)\[05\]\(DemocraticParty\(Nigeria\),Appealformilitaryprotectionorpeacekeeping,Citizen\(Nigeria\),2014\-02\-10\)\[06\]\(DemocraticParty\(Nigeria\),Makeempatheticcomment,Citizen\(Nigeria\),2014\-02\-19\)\[07\]\(DemocraticParty\(Nigeria\),Criticizeordenounce,Citizen\(Nigeria\),2014\-02\-25\)\[08\]\(Citizen\(Nigeria\),Reject,DemocraticParty\(Nigeria\),2014\-03\-07\)\[09\]\(DemocraticParty\(Nigeria\),Makepessimisticcomment,Citizen\(Nigeria\),2014\-05\-02\)\[10\]\(DemocraticParty\(Nigeria\),Demand,Citizen\(Nigeria\),2014\-06\-18\)\[11\]\(Citizen\(Nigeria\),Accuse,DemocraticParty\(Nigeria\),2014\-07\-28\)\[12\]\(Citizen\(Nigeria\),Criticizeordenounce,DemocraticParty\(Nigeria\),2014\-08\-01\)\[13\]\(DemocraticParty\(Nigeria\),Accuse,Citizen\(Nigeria\),2014\-09\-15\)\[14\]\(DemocraticParty\(Nigeria\),Threaten,Citizen\(Nigeria\),2014\-09\-15\)\[15\]\(DemocraticParty\(Nigeria\),Accuse,Citizen\(Nigeria\),2014\-10\-09\)\[16\]\(DemocraticParty\(Nigeria\),Threaten,Citizen\(Nigeria\),2014\-10\-13\)\[17\]\(DemocraticParty\(Nigeria\),Refusetoyield,Citizen\(Nigeria\),2014\-10\-13\)\[18\]\(Citizen\(Nigeria\),Reducerelations,DemocraticParty\(Nigeria\),2014\-10\-13\)\[19\]\(DemocraticParty\(Nigeria\),Bringlawsuitagainst,Citizen\(Nigeria\),2014\-10\-14\)\[20\]\(DemocraticParty\(Nigeria\),Accuse,Citizen\(Nigeria\),2014\-10\-16\)\[21\]\(Citizen\(Nigeria\),Criticizeordenounce,DemocraticParty\(Nigeria\),2014\-10\-20\)\[22\]\(Citizen\(Nigeria\),Reducerelations,DemocraticParty\(Nigeria\),2014\-10\-31\)\[23\]\(Citizen\(Nigeria\),Makeoptimisticcomment,DemocraticParty\(Nigeria\),2014\-11\-14\)

Figure 8:Input event histories associated with the correct candidate and the misleading high\-ranked candidate in Case \#1\.We further analyze the composition of the decoded subject histories to understand why different models favor different candidate entities\. Taking Case \#1 as an example, Figure[8](https://arxiv.org/html/2608.20804#A4.F8)shows that the two competing candidates are supported by different types of historical evidence\. The entityMuhammadu Buhari, which is ranked first by FreqDiff, is associated with only 10 input events\. However, these events are highly query\-relevant, as they involve direct interactions with theDemocratic Party \(Nigeria\)and include several recent criticism\- and accusation\-related events immediately before the query timestamp\. In contrast,Citizen \(Nigeria\), which is selected as the top\-1 prediction by FreqDiff w/o\.F​r​e​qFreqand DiffuTKG, is linked to 23 input events\. Although this candidate appears more frequently in the subject history, its associated events are more generic and broadly reflect interactions between the party and a collective political actor, rather than providing specific evidence for the masked entity in the given query\. This comparison suggests that the baselines are more easily biased toward historically frequent candidates, especially when the entity has dense but less discriminative historical links\. By contrast, FreqDiff ranksMuhammadu Buharifirst despite its fewer direct connections, indicating that the proposed spectral\-aware filterbank helps to emphasize temporally informative and query\-specific evidence rather than relying on raw historical frequency\.

Similar Articles

Temporal Difference Learning for Diffusion Models

arXiv cs.LG

This paper introduces a temporal difference (TD) learning objective for diffusion models that enforces cross-time consistency along the denoising trajectory. It reformulates denoising as a reinforcement learning policy evaluation problem, showing significant improvements in sample quality (FID), especially for few-step samplers.

Generative Diffusion Models of Stochastic Graph Signals

arXiv cs.LG

This paper proposes a unified denoising diffusion framework for conditional generation of graph signals, introducing a novel U-GNN architecture that extends U-Net to graph-structured data. The method is demonstrated on stock price forecasting and wireless resource allocation tasks.