CoOAG
收藏资源简介:
CoOAG数据集是由西安交通大学的研究人员创建的,用于动态图学习。它捕捉了学术合作网络中的研究兴趣的动态特性,提供了丰富的测试平台,用于评估PTCL方法的有效性。数据集的设计旨在解决动态图节点分类问题,特别是当只有最终时间戳标签可用时。该数据集在多个现实场景中进行了实验,证明了PTCL方法在捕捉节点时间演化的能力方面的优越性。
The CoOAG dataset was developed by researchers from Xi'an Jiaotong University for dynamic graph learning. It captures the dynamic properties of research interests within academic collaboration networks, serving as a robust testbed for evaluating the efficacy of the PTCL method. The dataset is designed to tackle dynamic graph node classification tasks, particularly in scenarios where only labels from the final timestamp are available. It has been validated across multiple real-world scenarios, demonstrating the superiority of the PTCL method in capturing the temporal evolution of nodes.
FLiD 数据集概述
数据集基本信息
- 名称: FLiD (Framework for Label-Limited Dynamic Node Classification)
- 用途: 动态图学习框架,适用于仅具有最终时间戳标签的场景
- 相关论文: PTCL: Pseudo-Label Temporal Curriculum Learning for Label-Limited Dynamic Graph
- 许可证: MIT License
关键特性
-
架构:
- 双模型EM优化与伪标签增强
- 支持多种范式(CFT, DLS, NPL, SEM, PTCL-2D, PTCL)
- 支持多种伪标签增强方法(CST, EST, Temporal Curriculum Learning)
- 支持多种骨干模型(TGAT, TGN, GraphMixer, TCL, DyGFormer)
-
数据集支持:
数据集 节点数 边数 持续时间 类别数 Wikipedia 9,227 157,474 1个月 2 Reddit 10,984 672,447 1个月 2 Dsub 150,000 168,154 1年 2 CoOAG 9,559 114,337 22年 5
使用方法
- 数据预处理: 使用
preprocess脚本处理数据 - 训练步骤:
- 预热阶段:
- 配置模型名称、GPU、数据集、伪标签阈值等参数
- 训练阶段:
- 选择训练方法(PTCL, SEM, NPL等)
- 设置数据集、伪标签权重、超参数等
- 预热阶段:
方法比较
| 方法 | EM步骤 | 伪标签策略 | 关键特性 |
|---|---|---|---|
| CFT | 无 | 复制最终标签 | 基线方法 |
| DLS | 无 | 全监督 | 动态标签 |
| NPL | 无 | 联合优化生成伪标签 | 单阶段训练 |
| SEM | 完整 | 两阶段生成伪标签 | 标准EM实现 |
| PTCL | 完整 | E-step生成伪标签 | 双阶段EM + 时间过滤 |
| PTCL-2D | 完整 | 双解码器架构 | 防止确认偏差 |
评估指标
- 跟踪指标: AUC, Accuracy, Loss
- 示例输出: json { "AUC": 0.892, "Accuracy": 0.814, "Loss": 0.423 }
存储结构
FLiD/ ├── models/ # 骨干模型 ├── logs/ # 训练日志 ├── results/ # 训练结果 ├── saved_models/ # 模型检查点 ├── process_data/ # 预处理工具 ├── processed_data/ # 预处理数据集 ├── PTCL/ # EM实现 ├── NPL/ # NPL实现 ├── SEM/ # SEM实现 └── utils/ # 基础设施
引用
bibtex @article{ptcl2025, title={PTCL: Pseudo-Label Temporal Curriculum Learning for Label-Limited Dynamic Graph}, author={Shengtao Zhang, Haokai Zhang, Shiqi Lou, Zicheng Wang, Zinan Zeng, Yilin Wang, Minnan Luo}, year={2025} }

- 1PTCL: Pseudo-Label Temporal Curriculum Learning for Label-Limited Dynamic Graph西安交通大学 · 2025年



