Temporal Graph Reasoning Benchmark (T-GRAB)
收藏资源简介:
T-GRAB是一个专为评估时间图神经网络(TGNNs)在时间推理方面的能力而设计的合成基准。它包含了一系列的合成任务,旨在系统地检验TGNNs在三个核心方面的能力:计数/记忆周期性重复、推断延迟因果关系以及捕捉跨越时空维度的长期依赖关系。通过这种方式,T-GRAB提供了可控且可解释的任务,这些任务可以隔离出关键的时序技能,并允许在受控的环境中对TGNNs进行评估。数据集T-GRAB包含三个动态链接预测任务类别,分别是周期性任务、因果关系任务和长程时空任务。这些任务旨在帮助研究者更深入地理解TGNNs在处理时序数据时的局限性和挑战。
T-GRAB is a synthetic benchmark specifically developed to assess the temporal reasoning capabilities of Temporal Graph Neural Networks (TGNNs). It comprises a suite of synthetic tasks designed to systematically probe TGNNs' capabilities across three core dimensions: counting/memorizing periodic repetitions, inferring delayed causal relationships, and capturing long-term dependencies spanning spatio-temporal dimensions. As such, T-GRAB offers controllable and interpretable tasks that can isolate critical temporal skills and enable controlled evaluation of TGNNs. The T-GRAB dataset encompasses three categories of dynamic link prediction tasks: periodic tasks, causal relationship tasks, and long-range spatio-temporal tasks. These tasks enable researchers to gain deeper insights into the limitations and challenges faced by TGNNs when processing temporal data.
T-GRAB 数据集概述
数据集简介
- 名称: T-GRAB (A Synthetic Reasoning Benchmark for Learning On Temporal Graphs)
- 类型: 合成时序图推理基准数据集
- 目的: 系统评估时序图神经网络(TGNNs)在时间维度上的推理能力
核心任务
数据集包含三类核心时序推理任务:
- 周期性计数与记忆 (periodicity)
- 计数和记忆周期性重复模式
- 延迟因果效应推断 (cause_effect)
- 推断延迟的因果效应
- 长程依赖捕捉 (long_range)
- 捕捉跨时空维度的长程依赖关系
数据集生成
- 生成方式:
- 快速生成: 使用
sample.sh脚本 - 分布式生成: 使用Slurm的
all_in_one.sh脚本
- 快速生成: 使用
- 存储格式: numpy压缩格式
- 默认存储路径:
scratch/data/
数据集下载
- 下载地址: https://drive.google.com/file/d/12lSbmrfatKGQUx8WWbPpbH4DsyzDLycr/view
支持模型架构
- CTDG-based模型:
- DyGFormer
- TGN
- TGAT
- CTAN
- DTDG-based模型:
- GCN
- GCLSTM
- TGCN
- GAT
- EGCN
- 基线方法:
- EdgeBank
- Previous
实验配置
- 训练脚本路径:
scripts/task/ - 结果存储路径:
scratch/res/ - 实验模式:
- 评估模式(
EVAL_MODE) - 清除结果模式(
CLEAR_RESULT)
- 评估模式(
- 实验管理:
- 支持Slurm批处理作业
- 支持顺序执行
依赖环境
- Python虚拟环境: 需通过
requirements.txt安装依赖 - 实验跟踪: 需要Weights & Biases账户

- 1T-GRAB: A Synthetic Diagnostic Benchmark for Learning on Temporal GraphsMila, DIRO-UdeM, University of Oxford, SoCS-McGill, CIFAR AI Chair · 2025年



