Pith. sign in

REVIEW 3 major objections 5 minor 1 cited by

Temporal graph models systematically fail to learn edge direction, density, and recency, while all succeed at preferential attachment.

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

T0 review · deepseek-v4-flash

2026-08-04 10:26 UTC pith:YKJ3GPTQ

load-bearing objection Useful probe framework for temporal GNNs, but the headline failures on recency and density don't survive close reading of the probes. the 3 major comments →

arxiv 2510.09416 v4 pith:YKJ3GPTQ submitted 2025-10-10 cs.LG cs.SI

What Do Temporal Graph Learning Models Learn?

classification cs.LG cs.SI
keywords temporal graph learninglink predictioninterpretabilitygraph characteristicsrecencypreferential attachmenthomophilydynamic graphs
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper asks whether state-of-the-art temporal graph learning models actually capture the structural, temporal, and generative characteristics of the graphs they are trained on. To answer, it probes seven models on eight characteristics—temporal granularity, edge direction, density, persistence, periodicity, recency, homophily, and preferential attachment—using curated synthetic graphs and real datasets. The main result is a mixed scoreboard: every model learns preferential attachment, but no model learns edge direction, density, or recency, and performance on the other characteristics varies widely. If this is right, strong benchmark results may be driven by popularity-like shortcuts rather than a robust understanding of temporal graph structure.

Core claim

On the paper's own terms, the central discovery is that none of the seven models studied assign measurably different probabilities to an edge (u,v) than to its reverse (v,u); none reproduce the true density of a graph when negative sampling ratios are varied; and none place more predictive weight on recently observed edges than on old ones, even on data with no other signal. By contrast, all seven models extrapolate degree-based preferential attachment: the higher a node's training degree, the higher the model's probability for unseen edges incident to it. The mixed results on temporal granularity, persistence, periodicity, and homophily show that capabilities are model-specific, with indivi

What carries the argument

The paper's experimental engine is a suite of property-isolating probes. For each of eight graph characteristics, it constructs a synthetic or curated dataset in which that characteristic is the only signal—scale-free graphs for preferential attachment, stochastic block models for homophily, fixed or alternating snapshots for persistence and periodicity, disjoint random edge sets for recency, and negative-sampling ratio sweeps for density—then reads model output probabilities for signatures of the characteristic. The probes convert the unobservable question 'does the model understand this property' into a measurable behavioral score, and the resulting eight-by-seven scoreboard is the paper's

Load-bearing premise

That a model's probability scores on these simplified synthetic probe graphs are a valid diagnostic of whether it has learned the corresponding characteristic of real temporal graphs.

What would settle it

Train a temporal graph model on a synthetic graph where edges recur with probability that decays with time since last observed; if the model assigns clearly higher probability to recently seen edges than to older ones, the recency '✗' is falsified. Similarly, a density probe that recalibrates output probabilities before comparing predicted and true density could falsify the density claim.

Watch this falsifier. Get emailed when new claim-graph text bears on it.

If this is right

  • If the scoreboard is correct, high benchmark scores on temporal link prediction can be achieved without learning edge direction, graph density, or edge recency, so simple popularity-based heuristics may explain much of that performance.
  • Practitioners who use these models with a confidence threshold should recalibrate probabilities: predicted density deviates from true density by orders of magnitude depending on negative sampling.
  • Because all models learn preferential attachment, deployed models will tend to favor high-degree nodes, a bias that matters in recommender systems and link-prediction applications.
  • The mixed per-model results mean model choice should be informed by which characteristic matters for the application, not by aggregate accuracy alone.
  • Evaluation of temporal graph models should include interpretability probes alongside accuracy benchmarks; without them, benchmark rankings can hide systematic blind spots.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • Editorial inference: the recency probe uses edge sets that are random and disjoint across timesteps, so flat probability scores may reflect appropriate uncertainty rather than an inability to learn recency; a probe with an actual recency signal would settle this.
  • Editorial inference: the density result conflates learned density with probability calibration; recalibrating output scores to the empirical density could turn a 'fail' into a 'pass', so the failure may be partly an artifact of the readout.
  • Editorial inference: if popularity and recency-blind shortcuts dominate, benchmark negative-sampling protocols should control for node degree and recent activity, or model rankings may reward shortcut learning rather than structural understanding.
  • Editorial inference: the same probe suite could be applied to discrete-time models and heterogeneous graphs, where direction and recency may be learned more or less readily, offering a low-cost extension.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper proposes an evaluation framework for assessing whether temporal graph learning models capture eight fundamental properties of temporal graphs: temporal granularity, direction, density, persistence, periodicity, recency, homophily, and preferential attachment. Seven state-of-the-art models (DyGFormer, DyRep, JODIE, GraphMixer, TCL, TGAT, TGN) are tested on a mix of synthetic and real-world datasets. The central empirical result, summarized in Table 1, is that all models fail to learn direction, density, and recency, while all learn preferential attachment; performance on the other properties varies. The authors conclude that state-of-the-art models rely on popularity-like shortcuts and argue for interpretability-driven evaluations.

Significance. If the negative results are valid, the paper would provide a valuable cautionary complement to performance-oriented benchmarks, with practical implications for model selection and architecture design. The framework is systematic: it covers seven models, three empirical and several synthetic datasets, three training seeds, and a controlled probe for each property. The finding that all models capture preferential attachment is a concrete, falsifiable claim. However, the validity of the three headline failures is undermined by the design of the recency and density probes, as detailed below. Because the central message rests heavily on these failures, the paper in its current form overstates its conclusions. With better-controlled probes, the framework could be a useful contribution to interpretability-focused evaluations.

major comments (3)
  1. [Section 4.2.3 (Figure 5)] The recency probe does not test whether models learn recency. The training data are 10 timesteps of completely disjoint edge sets sampled uniformly at random from the same pool, with no temporal dependence. Under this generative process, the probability that an edge appears at t=11 is independent of its last-seen time, so a model that has correctly captured the data-generating process should assign equal probability to all training edges at test time. The flat average probabilities in Figure 5 are therefore the correct outcome, not evidence of a failure to learn recency. The conclusion that 'models do not place any predictive weight into the recency of edges' is not supported by this experiment. To test recency learning, the synthetic data must contain a recency signal (e.g., edges that recur sooner after last being observed) and the test should check whether model probabilities follow t
  2. [Section 4.1.3 (Figure 2)] The density experiment conflates calibration with learning. Models are trained with negative samples drawn at ratios that differ from the true density, so the sigmoid output is not an estimate of the marginal edge-existence probability under the true distribution. The observation that predicted density is much lower than the training ratio (or far from true density) may simply reflect miscalibration, as the paper itself acknowledges ('one may need to recalibrate output probability scores'). The conclusion that 'models do not appear to learn density' therefore does not follow from the experiment as designed. A valid test would either train with a negative-sampling ratio that matches the true density, apply a calibration step before measuring predicted density, or use rank-based metrics invariant to monotone transforms. Without this, the 'Density ✗' entries in Table 1 are not robust.
  3. [Section 4.1 (Table 1, findings paragraphs)] The assignment of ✓/∼/✗ in Table 1 is based on qualitative inspection of figures and aggregated scores without explicit, pre-registered criteria. For example, in Persistence (Section 4.2.1), DyGFormer is labelled ✓ because it 'appears to perfectly learn', while in Periodicity (Section 4.2.2), models are labelled based on visual separation in Figure 4. No thresholds for effect sizes, confidence intervals, or statistical tests across the three seeds are given. This makes the central summary table non-reproducible and leaves the headline claims insufficiently supported. I recommend specifying quantitative decision rules (e.g., a minimum AUC, difference in means with error bars, or a permutation test) for each of the eight characteristics.
minor comments (5)
  1. [Abstract] The abstract states 'systematically evaluating eight models' but the paper evaluates seven models (see Section 1 and Table 1). Please correct the number.
  2. [Table 3 and Figures 1–6] The typo 'TGA T' appears in several places (e.g., Table 3, Figure 1); it should be 'TGAT'.
  3. [Section 4.2.2] The findings paragraph contains contradictory statements: it first says 'GraphMixer and TGAT appear to distinguish odd and even timestamps very well (✓)', then says 'By contrast, TGAT and TCL appear to consistently separate edges between different timesteps; however, they still tend to be too confident ... (∼)'. According to Table 1, GraphMixer and TCL are ✓ and TGAT is ∼; the text should be corrected.
  4. [Figure 5] The y-axis labels in panels (a) and (b) are truncated ('0.5050.505'); please fix the formatting.
  5. [Section 5 (Limitations)] The limitations section does not mention that the recency experiment uses i.i.d. disjoint edges, which is a key design choice that prevents any recency signal from being present. A discussion of this limitation would be helpful.

Circularity Check

0 steps flagged

No circularity found: the paper is an empirical probe study whose conclusions are read off external synthetic and real datasets, not derived from fitted inputs or self-citations.

full rationale

This is an empirical evaluation, not a derivation. Each graph property is defined operationally, models are trained on external or synthetic datasets independent of the conclusion, and success/failure is read off measured probabilities or accuracies. There are no fitted parameters that are later renamed as predictions, no load-bearing self-citations (the cited works are benchmarks, implementations, and prior evaluations, not uniqueness theorems or justifications of the paper's own claims), and no ansatz is smuggled in via citation. The recency experiment is the closest thing to a concern: its training data has no predictive signal linking recency to the next timestep, so flat probabilities may reflect appropriate uncertainty rather than failure to learn recency. However, this is a measurement-validity / interpretation issue about what the probe can support; it is not circular reasoning, because the paper does not assume the flatness it then reports. The conclusion is a (possibly flawed) empirical inference from observed model outputs, not an equivalence to the inputs by construction. Accordingly, no circular step meeting the required standard is present.

Axiom & Free-Parameter Ledger

4 free parameters · 5 axioms · 0 invented entities

No free parameters are fitted to make a derivation work, but the paper's labels depend on hand-set experimental knobs (negative sampling ratio, top-k values, qualitative thresholds). The conclusions rest on domain assumptions that the synthetic probes isolate each characteristic and that probability-score behavior operationalizes learning; the recency probe is the most fragile of these.

free parameters (4)
  • Qualitative success thresholds (✓/∼/✗)
    Authors assign labels by visual/manual inspection of average probability plots and tables; no quantitative cutoff or statistical test is given. These thresholds determine every row of Table 1.
  • Negative sampling ratio in density experiments = varied from 1:1 upward by doubling
    The density finding depends on how many negatives are sampled; predicted densities are compared against training ratio rather than a calibrated baseline. This is a hand-set experimental knob, not a fitted constant.
  • Top-k thresholds in homophily evaluation = 1000, 10000, 100000
    Whether a model is judged to learn homophily depends on the selected top-k; authors chose three values but the ✓/∼/✗ label is based on visual balance across them.
  • Model hyperparameters per dataset = Appendix A (lr=1e-4, batch=200, etc.)
    Borrowed from DyGLib optimal settings, not fitted in this paper; the conclusions about model capability depend on these choices.
axioms (5)
  • domain assumption DyGLib implementations and the hyperparameters from Yu et al. faithfully represent each model.
    Section 3 states models are trained 'using the implementations from DyGLib' with hyperparameters 'identified as optimal' by Yu et al. If the implementations or hyperparameters are unrepresentative, capability labels may be wrong.
  • domain assumption Probe datasets isolate the target characteristic without confounding.
    Section 4 constructs one synthetic scenario per property, e.g., SBM homophily in Section 4.3.1 and BA preferential attachment in Section 4.3.2. Confounds like node popularity are not controlled across all probes.
  • domain assumption Probability-score behavior under these probes is the right operationalization of 'learning' a characteristic.
    Section 4 intro assigns labels from average probability scores; direction is judged from probability asymmetry, density from predicted density over all possible edges, recency from flat scores on disjoint random edge sets.
  • domain assumption Flat scores in the recency probe indicate failure to learn recency, not absence of learnable signal.
    Section 4.2.3 uses completely random disjoint edge sets; no statistical trend could be learned from the data. The conclusion '✗' assumes the model's inductive bias should nonetheless favor recent edges.
  • domain assumption Empirical datasets (Enron, UCI, Wikipedia) and three synthetic generators are representative enough for general statements about temporal graph models.
    Acknowledged as a limitation in Section 5, but Table 1 states general model-level conclusions across all models.

pith-pipeline@v1.3.0-alltime-deepseek · 13629 in / 13318 out tokens · 126826 ms · 2026-08-04T10:26:55.330401+00:00 · methodology

0 comments
read the original abstract

Learning on temporal graphs has become a central topic in graph representation learning, with numerous benchmarks indicating the strong performance of state-of-the-art models. However, recent work has raised concerns about the reliability of benchmark results, noting issues with commonly used evaluation protocols and the surprising competitiveness of simple heuristics. This contrast raises the question of which characteristics of the underlying graphs temporal graph learning models actually use to form their predictions. We address this by systematically evaluating eight models on their ability to capture eight fundamental characteristics related to the link structure of temporal graphs. These include structural characteristics such as density, temporal patterns such as recency, and edge formation mechanisms such as homophily. Using both synthetic and real-world datasets, we analyze how well models learn these characteristics. Our findings reveal a mixed picture: models capture some characteristics well but fail to reproduce others. With this, we expose important limitations. Overall, we believe that our results provide practical insights for the application of temporal graph learning models and motivate more interpretability-driven evaluations in graph learning research.

Figures

Figures reproduced from arXiv: 2510.09416 by Abigail J. Hayes, Markus Strohmaier, Tobias Schumacher.

Figure 1
Figure 1. Figure 1: Direction: ability of graph learning models to distinguish directions of edges. For each positive edge (u, v) in the UCI test data, we take the probability predicted by the graph learning models and compute the absolute distance to the predicted probability for the non-existing reverse edge (v, u). Panel (a) depicts the cumulative distribution of the distance values when training with the original training… view at source ↗
Figure 2
Figure 2. Figure 2: Density: ability of models to replicate true density of networks. We trained on the same set of positive training edges, but varied the negative sampling ratio. We depict the density resulting from predicting on all potential edges. Predicted density is generally much lower than the density seen during training. True density also appears hard to approximate, as models seem prone to predicting no edges when… view at source ↗
Figure 3
Figure 3. Figure 3: Persistence: ability of models to learn persistent graphs. We trained the temporal graph models on fixed snapshots from the UCI dataset, which were repeated throughout training, and depict the average probability scores resulting from each model when predicting positive and negative edges of these snapshots. Only TGAT and DyGFormer appear to reproduce fixed graphs with reasonable confidence (✓). positive t… view at source ↗
Figure 4
Figure 4. Figure 4: Periodicity: ability of models to learn periodically repeated edges. We selected pairs of consecutive snapshots from the UCI dataset, and tested whether the temporal graph learning models could reproduce a consistent pattern of two oscillating snapshots. We depict average predicted probabilities when testing at even (left) and odd (right) timestamps, colors correspond to predictions on edges present at odd… view at source ↗
Figure 5
Figure 5. Figure 5: Recency: impact of time that an edge was last seen on its probability score at test time. For 10 timesteps, we sampled a random set of positive edges. These edge sets are disjoint over all timesteps, and reflect the density at representative timesteps in the original corresponding dataset. We show average predicted probability scores at timestep t = 11 for all positive edges seen during training, separated… view at source ↗
Figure 6
Figure 6. Figure 6: Preferential Attachment: ability of models to reproduce preferential attachment in edge formation. We trained all models on dynamic Barabasi-Albert graphs over 100 timesteps. From the created graphs, we place the nodes into bins based on their logarithmic degree, and compute the average probability of all edges adjacent to these nodes across all graphs. For each model, we depict these averages per bin, x-a… view at source ↗
Figure 7
Figure 7. Figure 7: Direction: additional results for Enron dataset. Absolute differences are generally even smaller than in the UCI dataset, likely due to higher density of the underlying dataset. 13 [PITH_FULL_IMAGE:figures/full_fig_p013_7.png] view at source ↗
Figure 8
Figure 8. Figure 8: Persistence: additional results using snapshots from Enron and Wikipedia datasets. Only DyGFormer appears to consistently learn persistent networks, while TGAT appears to get the tendency right. Dataset variant Model Edges Both directions Reverse edges Other Original DyGFormer 0.78 0.88 0.80 0.13 DyRep 0.72 0.78 0.74 0.35 GraphMixer 0.74 0.84 0.73 0.15 JODIE 0.71 0.81 0.70 0.08 TCL 0.70 0.81 0.69 0.11 TGAT… view at source ↗
Figure 9
Figure 9. Figure 9: Persistence: ability of models to learn persistent snapshots. We show balanced accuracies of all models across all datasets and training seeds. Only DyGFormer and TGAT appear to consistently learn persistent networks, other models struggle to varying degrees. 14 [PITH_FULL_IMAGE:figures/full_fig_p014_9.png] view at source ↗
Figure 10
Figure 10. Figure 10: Periodicity: additional results using snapshots from Enron and Wikipedia data. Only TGAT, TCL and GraphMixer appear to consistently reproduce the periodic pattern. DyGFormer DyRep GraphMixer JODIE TCL TGAT TGN 0.4 0.5 0.6 0.7 0.8 0.9 1.0 Balanced Accuracy Enron UCI Wikipedia [PITH_FULL_IMAGE:figures/full_fig_p015_10.png] view at source ↗
Figure 11
Figure 11. Figure 11: Periodicity: ability of models to learn periodically changing edges. We balanced accuracies of all models across all datasets and training seeds, averages across odd and even test timesteps. DyGFormer, GraphMixer, TCL TGAT and TGN appear to perform consistently well at this seemingly simple task. However, DyGFormer, TGAT and TGN also struggle to distinguish between edges appearing only at odd or even time… view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. What Softmax Throws Away: Mass-Aware Attention for Evidence Accumulation

    cs.LG 2026-07 conditional novelty 6.0

    Mass-Aware Attention generalizes the softmax denominator from an L1 to an Lp norm, making the scale of attention outputs depend on how much repeated evidence has accumulated.

Reference graph

Works this paper leans on

27 extracted references · 3 linked inside Pith · cited by 1 Pith paper

  1. [1]

    Emergence of Scaling in Random Networks

    Albert-László Barabási and Réka Albert. “Emergence of Scaling in Random Networks”. In: Science 286.5439 (Oct. 1999). Publisher: American Association for the Advancement of Science, pp. 509–512

  2. [2]

    Position: Graph Learning Will Lose Relevance Due To Poor Benchmarks

    Maya Bechler-Speicher et al. Position: Graph Learning Will Lose Relevance Due To Poor Benchmarks. arXiv preprint arXiv:2502.14546. Feb. 2025

  3. [3]

    Do We Really Need Complicated Model Architectures For Temporal Networks?

    Weilin Cong et al. “Do We Really Need Complicated Model Architectures For Temporal Networks?” en. In: International Conference on Learning Representations. Kigali, Rwanda, 2023. 11 Hayes, Schumacher and Strohmaier

  4. [4]

    Are We Really Measuring Progress? Transferring Insights from Evaluating Recommender Systems to Temporal Link Prediction

    Filip Cornell et al. Are We Really Measuring Progress? Transferring Insights from Evaluating Recommender Systems to Temporal Link Prediction. arXiv preprint arXiv:2506.12588. June 2025

  5. [5]

    On the Power of Heuristics in Temporal Graphs

    Filip Cornell et al. “On the Power of Heuristics in Temporal Graphs”. en. In: I Can’t Believe It’s Not Better: Challenges in Applied Deep Learning. Singapore, Mar. 2025

  6. [6]

    TGB 2.0: A Benchmark for Learning on Temporal Knowledge Graphs and Heterogeneous Graphs

    Julia Gastinger et al. “TGB 2.0: A Benchmark for Learning on Temporal Knowledge Graphs and Heterogeneous Graphs”. en. In: Advances in Neural Information Processing Systems 37 (Dec. 2024), pp. 140199–140229

  7. [7]

    Deep Learning for Dynamic Graphs: Models and Benchmarks

    Alessio Gravina and Davide Bacciu. “Deep Learning for Dynamic Graphs: Models and Benchmarks”. en. In: IEEE Transactions on Neural Networks and Learning Systems 35.9 (Sept. 2024), pp. 11788–11801

  8. [8]

    Stochastic blockmodels: First steps

    Paul W. Holland, Kathryn Blackmond Laskey, and Samuel Leinhardt. “Stochastic blockmodels: First steps”. In: Social Networks 5.2 (June 1983), pp. 109–137

  9. [9]

    Open Graph Benchmark: Datasets for Machine Learning on Graphs

    Weihua Hu et al. “Open Graph Benchmark: Datasets for Machine Learning on Graphs”. In: Advances in Neural Information Processing Systems. V ol. 33. Curran Associates, Inc., 2020, pp. 22118–22133

  10. [10]

    Benchtemp: A General Benchmark for Evaluating Temporal Graph Neural Networks

    Qiang Huang et al. “Benchtemp: A General Benchmark for Evaluating Temporal Graph Neural Networks”. In: 2024 IEEE 40th International Conference on Data Engineering (ICDE). Utrecht, Netherlands, May 2024, pp. 4044–4057

  11. [11]

    Temporal Graph Benchmark for Machine Learning on Temporal Graphs

    Shenyang Huang et al. “Temporal Graph Benchmark for Machine Learning on Temporal Graphs”. In:Advances in Neural Information Processing Systems . Ed. by A. Oh et al. V ol. 36. New Orleans (LA), USA: Curran Associates, Inc., 2023, pp. 2056–2073

  12. [12]

    UTG: Towards a Unified View of Snapshot and Event Based Models for Temporal Graphs

    Shenyang Huang et al. “UTG: Towards a Unified View of Snapshot and Event Based Models for Temporal Graphs”. en. In: Proceedings of the Third Learning on Graphs Conference. PMLR, July 2025, 28:1–28:16

  13. [13]

    Homophily influences ranking of minorities in social networks

    Fariba Karimi et al. “Homophily influences ranking of minorities in social networks”. en. In: Scientific Reports 8.1 (July 2018). Publisher: Nature Publishing Group, p. 11077

  14. [14]

    Predicting Dynamic Embedding Trajectory in Temporal Interaction Networks

    Srijan Kumar, Xikun Zhang, and Jure Leskovec. “Predicting Dynamic Embedding Trajectory in Temporal Interaction Networks”. en. In: Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining. Anchorage, AK, USA, July 2019, pp. 1269–1278

  15. [15]

    Evaluating Graph Neural Networks for Link Prediction: Current Pitfalls and New Benchmark- ing

    Juanhui Li et al. “Evaluating Graph Neural Networks for Link Prediction: Current Pitfalls and New Benchmark- ing”. en. In: Advances in Neural Information Processing Systems 36 (Dec. 2023), pp. 3853–3866

  16. [16]

    Patterns and dynamics of users’ behavior and interaction: Network analysis of an online community

    Pietro Panzarasa, Tore Opsahl, and Kathleen M. Carley. “Patterns and dynamics of users’ behavior and interaction: Network analysis of an online community”. In: J. Am. Soc. Inf. Sci. Technol.60.5 (May 2009), pp. 911–932

  17. [17]

    Towards Better Evaluation for Dynamic Link Prediction

    Farimah Poursafaei et al. “Towards Better Evaluation for Dynamic Link Prediction”. en. In:Advances in Neural Information Processing Systems. Ed. by S Koyejo et al. V ol. 35. New Orleans (LA), USA: Curran Associates, Inc., 2022, pp. 32928–32941

  18. [18]

    Rethinking Evaluation for Temporal Link Prediction through Counterfactual Analysis

    Aniq Ur Rahman, Alexander Modell, and Justin Coon. “Rethinking Evaluation for Temporal Link Prediction through Counterfactual Analysis”. en. In: I Can’t Believe It’s Not Better: Challenges in Applied Deep Learning. Singapore, Mar. 2025

  19. [19]

    Temporal Graph Networks for Deep Learning on Dynamic Graphs

    Emanuele Rossi et al. “Temporal Graph Networks for Deep Learning on Dynamic Graphs”. en. In: ICML 2020 Workshop on Graph Representation Learning. Virtual Conference, Oct. 2020

  20. [20]

    The Enron Email Dataset Database Schema and Brief Statistical Report

    Jitesh Shetty and Jafar Adibi. The Enron Email Dataset Database Schema and Brief Statistical Report . en. Tech. rep. University of Southern California, 2004

  21. [21]

    DyRep: Learning Representations over Dynamic Graphs

    Rakshit Trivedi et al. “DyRep: Learning Representations over Dynamic Graphs”. en. In:International Conference on Learning Representations. New Orleans (LA), USA, Sept. 2018

  22. [22]

    TCL: Transformer-based Dynamic Graph Modelling via Contrastive Learning

    Lu Wang et al. TCL: Transformer-based Dynamic Graph Modelling via Contrastive Learning. arXiv:2105.07944 [cs]. 2021

  23. [23]

    Inductive Representation Learning on Temporal Graphs

    Da Xu et al. “Inductive Representation Learning on Temporal Graphs”. en. In: International Conference on Learning Representations. Virtual Conference, Feb. 2020

  24. [24]

    Evaluating link prediction methods

    Yang Yang, Ryan N. Lichtenwalter, and Nitesh V . Chawla. “Evaluating link prediction methods”. en. In: Knowledge and Information Systems 45.3 (2015), pp. 751–782

  25. [25]

    TGB-Seq Benchmark: Challenging Temporal GNNs with Complex Sequential Dynamics

    Lu Yi et al. “TGB-Seq Benchmark: Challenging Temporal GNNs with Complex Sequential Dynamics”. en. In: The Thirteenth International Conference on Learning Representations. Singapore, 2025

  26. [26]

    Towards better dynamic graph learning: new architecture and unified library

    Le Yu et al. “Towards better dynamic graph learning: new architecture and unified library”. en. In:Proceedings of the 37th International Conference on Neural Information Processing Systems. NIPS ’23. Red Hook, NY , USA: Curran Associates Inc., May 2024, pp. 67686–67700

  27. [27]

    A survey of dynamic graph neural networks

    Yanping Zheng, Lu Yi, and Zhewei Wei. “A survey of dynamic graph neural networks”. en. In: Frontiers of Computer Science 19.6 (2025). Number: 6 Publisher: Higher Education Press, p. 196323. 12 What Do Temporal Graph Learning Models Learn? A Choice of Hyperparameters • Learning rate: 1e-4 • Batch size: 200 • Loss: BCELoss • Optimizer: Adam • Dropout: 0.0 •...