Refresh ER schema diagrams (1-12 of 12)
Browse files- tgbl-coin/README.md +31 -0
- tgbl-comment/README.md +31 -0
- tgbl-flight/README.md +31 -0
- tgbl-review-v2/README.md +31 -0
- tgbl-review/README.md +31 -0
- tgbl-wiki-v2/README.md +31 -0
- tgbl-wiki/README.md +31 -0
- tgbn-trade/README.md +31 -0
- thgl-forum/README.md +31 -0
- thgl-github/README.md +31 -0
- thgl-myket/README.md +31 -0
- thgl-software/README.md +31 -0
tgbl-coin/README.md
CHANGED
|
@@ -19,3 +19,34 @@ import relbench
|
|
| 19 |
ds = relbench.load_dataset("relbench/tgb/tgbl-coin")
|
| 20 |
task = relbench.load_task("relbench/tgb/tgbl-coin", "<task>")
|
| 21 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
ds = relbench.load_dataset("relbench/tgb/tgbl-coin")
|
| 20 |
task = relbench.load_task("relbench/tgb/tgbl-coin", "<task>")
|
| 21 |
```
|
| 22 |
+
|
| 23 |
+
## Citation
|
| 24 |
+
|
| 25 |
+
Original dataset: [Temporal Graph Benchmark (TGB / TGB 2.0)](https://tgb.complexdatalab.com/).
|
| 26 |
+
|
| 27 |
+
```bibtex
|
| 28 |
+
@inproceedings{huang2023temporal,
|
| 29 |
+
title = {Temporal Graph Benchmark for Machine Learning on Temporal Graphs},
|
| 30 |
+
author = {Huang, Shenyang and Poursafaei, Farimah and Danovitch, Jacob and Fey, Matthias and Hu, Weihua and Rossi, Emanuele and Leskovec, Jure and Bronstein, Michael and Rabusseau, Guillaume and Rabbany, Reihaneh},
|
| 31 |
+
booktitle = {Advances in Neural Information Processing Systems 36 (NeurIPS 2023) Datasets and Benchmarks Track},
|
| 32 |
+
year = {2023}
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
@inproceedings{gastinger2024tgb2,
|
| 36 |
+
title = {{TGB 2.0}: A Benchmark for Learning on Temporal Knowledge Graphs and Heterogeneous Graphs},
|
| 37 |
+
author = {Gastinger, Julia and Huang, Shenyang and Galkin, Mikhail and Loghmani, Erfan and Parviz, Ali and Poursafaei, Farimah and Danovitch, Jacob and Rossi, Emanuele and Koutis, Ioannis and Stuckenschmidt, Heiner and Rabbany, Reihaneh and Rabusseau, Guillaume},
|
| 38 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 39 |
+
year = {2024}
|
| 40 |
+
}
|
| 41 |
+
```
|
| 42 |
+
|
| 43 |
+
If you use this dataset as hosted by RelBench, please also cite [RelBench](https://proceedings.neurips.cc/paper_files/paper/2024/hash/25cd345233c65fac1fec0ce61d0f7836-Abstract-Datasets_and_Benchmarks_Track.html):
|
| 44 |
+
|
| 45 |
+
```bibtex
|
| 46 |
+
@inproceedings{robinson2024relbench,
|
| 47 |
+
title = {{RelBench}: A Benchmark for Deep Learning on Relational Databases},
|
| 48 |
+
author = {Robinson, Joshua and Ranjan, Rishabh and Hu, Weihua and Huang, Kexin and Han, Jiaqi and Dobles, Alejandro and Fey, Matthias and Lenssen, Jan E. and Yuan, Yiwen and Zhang, Zecheng and He, Xinwei and Leskovec, Jure},
|
| 49 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 50 |
+
year = {2024}
|
| 51 |
+
}
|
| 52 |
+
```
|
tgbl-comment/README.md
CHANGED
|
@@ -19,3 +19,34 @@ import relbench
|
|
| 19 |
ds = relbench.load_dataset("relbench/tgb/tgbl-comment")
|
| 20 |
task = relbench.load_task("relbench/tgb/tgbl-comment", "<task>")
|
| 21 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
ds = relbench.load_dataset("relbench/tgb/tgbl-comment")
|
| 20 |
task = relbench.load_task("relbench/tgb/tgbl-comment", "<task>")
|
| 21 |
```
|
| 22 |
+
|
| 23 |
+
## Citation
|
| 24 |
+
|
| 25 |
+
Original dataset: [Temporal Graph Benchmark (TGB / TGB 2.0)](https://tgb.complexdatalab.com/).
|
| 26 |
+
|
| 27 |
+
```bibtex
|
| 28 |
+
@inproceedings{huang2023temporal,
|
| 29 |
+
title = {Temporal Graph Benchmark for Machine Learning on Temporal Graphs},
|
| 30 |
+
author = {Huang, Shenyang and Poursafaei, Farimah and Danovitch, Jacob and Fey, Matthias and Hu, Weihua and Rossi, Emanuele and Leskovec, Jure and Bronstein, Michael and Rabusseau, Guillaume and Rabbany, Reihaneh},
|
| 31 |
+
booktitle = {Advances in Neural Information Processing Systems 36 (NeurIPS 2023) Datasets and Benchmarks Track},
|
| 32 |
+
year = {2023}
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
@inproceedings{gastinger2024tgb2,
|
| 36 |
+
title = {{TGB 2.0}: A Benchmark for Learning on Temporal Knowledge Graphs and Heterogeneous Graphs},
|
| 37 |
+
author = {Gastinger, Julia and Huang, Shenyang and Galkin, Mikhail and Loghmani, Erfan and Parviz, Ali and Poursafaei, Farimah and Danovitch, Jacob and Rossi, Emanuele and Koutis, Ioannis and Stuckenschmidt, Heiner and Rabbany, Reihaneh and Rabusseau, Guillaume},
|
| 38 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 39 |
+
year = {2024}
|
| 40 |
+
}
|
| 41 |
+
```
|
| 42 |
+
|
| 43 |
+
If you use this dataset as hosted by RelBench, please also cite [RelBench](https://proceedings.neurips.cc/paper_files/paper/2024/hash/25cd345233c65fac1fec0ce61d0f7836-Abstract-Datasets_and_Benchmarks_Track.html):
|
| 44 |
+
|
| 45 |
+
```bibtex
|
| 46 |
+
@inproceedings{robinson2024relbench,
|
| 47 |
+
title = {{RelBench}: A Benchmark for Deep Learning on Relational Databases},
|
| 48 |
+
author = {Robinson, Joshua and Ranjan, Rishabh and Hu, Weihua and Huang, Kexin and Han, Jiaqi and Dobles, Alejandro and Fey, Matthias and Lenssen, Jan E. and Yuan, Yiwen and Zhang, Zecheng and He, Xinwei and Leskovec, Jure},
|
| 49 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 50 |
+
year = {2024}
|
| 51 |
+
}
|
| 52 |
+
```
|
tgbl-flight/README.md
CHANGED
|
@@ -19,3 +19,34 @@ import relbench
|
|
| 19 |
ds = relbench.load_dataset("relbench/tgb/tgbl-flight")
|
| 20 |
task = relbench.load_task("relbench/tgb/tgbl-flight", "<task>")
|
| 21 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
ds = relbench.load_dataset("relbench/tgb/tgbl-flight")
|
| 20 |
task = relbench.load_task("relbench/tgb/tgbl-flight", "<task>")
|
| 21 |
```
|
| 22 |
+
|
| 23 |
+
## Citation
|
| 24 |
+
|
| 25 |
+
Original dataset: [Temporal Graph Benchmark (TGB / TGB 2.0)](https://tgb.complexdatalab.com/).
|
| 26 |
+
|
| 27 |
+
```bibtex
|
| 28 |
+
@inproceedings{huang2023temporal,
|
| 29 |
+
title = {Temporal Graph Benchmark for Machine Learning on Temporal Graphs},
|
| 30 |
+
author = {Huang, Shenyang and Poursafaei, Farimah and Danovitch, Jacob and Fey, Matthias and Hu, Weihua and Rossi, Emanuele and Leskovec, Jure and Bronstein, Michael and Rabusseau, Guillaume and Rabbany, Reihaneh},
|
| 31 |
+
booktitle = {Advances in Neural Information Processing Systems 36 (NeurIPS 2023) Datasets and Benchmarks Track},
|
| 32 |
+
year = {2023}
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
@inproceedings{gastinger2024tgb2,
|
| 36 |
+
title = {{TGB 2.0}: A Benchmark for Learning on Temporal Knowledge Graphs and Heterogeneous Graphs},
|
| 37 |
+
author = {Gastinger, Julia and Huang, Shenyang and Galkin, Mikhail and Loghmani, Erfan and Parviz, Ali and Poursafaei, Farimah and Danovitch, Jacob and Rossi, Emanuele and Koutis, Ioannis and Stuckenschmidt, Heiner and Rabbany, Reihaneh and Rabusseau, Guillaume},
|
| 38 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 39 |
+
year = {2024}
|
| 40 |
+
}
|
| 41 |
+
```
|
| 42 |
+
|
| 43 |
+
If you use this dataset as hosted by RelBench, please also cite [RelBench](https://proceedings.neurips.cc/paper_files/paper/2024/hash/25cd345233c65fac1fec0ce61d0f7836-Abstract-Datasets_and_Benchmarks_Track.html):
|
| 44 |
+
|
| 45 |
+
```bibtex
|
| 46 |
+
@inproceedings{robinson2024relbench,
|
| 47 |
+
title = {{RelBench}: A Benchmark for Deep Learning on Relational Databases},
|
| 48 |
+
author = {Robinson, Joshua and Ranjan, Rishabh and Hu, Weihua and Huang, Kexin and Han, Jiaqi and Dobles, Alejandro and Fey, Matthias and Lenssen, Jan E. and Yuan, Yiwen and Zhang, Zecheng and He, Xinwei and Leskovec, Jure},
|
| 49 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 50 |
+
year = {2024}
|
| 51 |
+
}
|
| 52 |
+
```
|
tgbl-review-v2/README.md
CHANGED
|
@@ -19,3 +19,34 @@ import relbench
|
|
| 19 |
ds = relbench.load_dataset("relbench/tgb/tgbl-review-v2")
|
| 20 |
task = relbench.load_task("relbench/tgb/tgbl-review-v2", "<task>")
|
| 21 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
ds = relbench.load_dataset("relbench/tgb/tgbl-review-v2")
|
| 20 |
task = relbench.load_task("relbench/tgb/tgbl-review-v2", "<task>")
|
| 21 |
```
|
| 22 |
+
|
| 23 |
+
## Citation
|
| 24 |
+
|
| 25 |
+
Original dataset: [Temporal Graph Benchmark (TGB / TGB 2.0)](https://tgb.complexdatalab.com/).
|
| 26 |
+
|
| 27 |
+
```bibtex
|
| 28 |
+
@inproceedings{huang2023temporal,
|
| 29 |
+
title = {Temporal Graph Benchmark for Machine Learning on Temporal Graphs},
|
| 30 |
+
author = {Huang, Shenyang and Poursafaei, Farimah and Danovitch, Jacob and Fey, Matthias and Hu, Weihua and Rossi, Emanuele and Leskovec, Jure and Bronstein, Michael and Rabusseau, Guillaume and Rabbany, Reihaneh},
|
| 31 |
+
booktitle = {Advances in Neural Information Processing Systems 36 (NeurIPS 2023) Datasets and Benchmarks Track},
|
| 32 |
+
year = {2023}
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
@inproceedings{gastinger2024tgb2,
|
| 36 |
+
title = {{TGB 2.0}: A Benchmark for Learning on Temporal Knowledge Graphs and Heterogeneous Graphs},
|
| 37 |
+
author = {Gastinger, Julia and Huang, Shenyang and Galkin, Mikhail and Loghmani, Erfan and Parviz, Ali and Poursafaei, Farimah and Danovitch, Jacob and Rossi, Emanuele and Koutis, Ioannis and Stuckenschmidt, Heiner and Rabbany, Reihaneh and Rabusseau, Guillaume},
|
| 38 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 39 |
+
year = {2024}
|
| 40 |
+
}
|
| 41 |
+
```
|
| 42 |
+
|
| 43 |
+
If you use this dataset as hosted by RelBench, please also cite [RelBench](https://proceedings.neurips.cc/paper_files/paper/2024/hash/25cd345233c65fac1fec0ce61d0f7836-Abstract-Datasets_and_Benchmarks_Track.html):
|
| 44 |
+
|
| 45 |
+
```bibtex
|
| 46 |
+
@inproceedings{robinson2024relbench,
|
| 47 |
+
title = {{RelBench}: A Benchmark for Deep Learning on Relational Databases},
|
| 48 |
+
author = {Robinson, Joshua and Ranjan, Rishabh and Hu, Weihua and Huang, Kexin and Han, Jiaqi and Dobles, Alejandro and Fey, Matthias and Lenssen, Jan E. and Yuan, Yiwen and Zhang, Zecheng and He, Xinwei and Leskovec, Jure},
|
| 49 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 50 |
+
year = {2024}
|
| 51 |
+
}
|
| 52 |
+
```
|
tgbl-review/README.md
CHANGED
|
@@ -19,3 +19,34 @@ import relbench
|
|
| 19 |
ds = relbench.load_dataset("relbench/tgb/tgbl-review")
|
| 20 |
task = relbench.load_task("relbench/tgb/tgbl-review", "<task>")
|
| 21 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
ds = relbench.load_dataset("relbench/tgb/tgbl-review")
|
| 20 |
task = relbench.load_task("relbench/tgb/tgbl-review", "<task>")
|
| 21 |
```
|
| 22 |
+
|
| 23 |
+
## Citation
|
| 24 |
+
|
| 25 |
+
Original dataset: [Temporal Graph Benchmark (TGB / TGB 2.0)](https://tgb.complexdatalab.com/).
|
| 26 |
+
|
| 27 |
+
```bibtex
|
| 28 |
+
@inproceedings{huang2023temporal,
|
| 29 |
+
title = {Temporal Graph Benchmark for Machine Learning on Temporal Graphs},
|
| 30 |
+
author = {Huang, Shenyang and Poursafaei, Farimah and Danovitch, Jacob and Fey, Matthias and Hu, Weihua and Rossi, Emanuele and Leskovec, Jure and Bronstein, Michael and Rabusseau, Guillaume and Rabbany, Reihaneh},
|
| 31 |
+
booktitle = {Advances in Neural Information Processing Systems 36 (NeurIPS 2023) Datasets and Benchmarks Track},
|
| 32 |
+
year = {2023}
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
@inproceedings{gastinger2024tgb2,
|
| 36 |
+
title = {{TGB 2.0}: A Benchmark for Learning on Temporal Knowledge Graphs and Heterogeneous Graphs},
|
| 37 |
+
author = {Gastinger, Julia and Huang, Shenyang and Galkin, Mikhail and Loghmani, Erfan and Parviz, Ali and Poursafaei, Farimah and Danovitch, Jacob and Rossi, Emanuele and Koutis, Ioannis and Stuckenschmidt, Heiner and Rabbany, Reihaneh and Rabusseau, Guillaume},
|
| 38 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 39 |
+
year = {2024}
|
| 40 |
+
}
|
| 41 |
+
```
|
| 42 |
+
|
| 43 |
+
If you use this dataset as hosted by RelBench, please also cite [RelBench](https://proceedings.neurips.cc/paper_files/paper/2024/hash/25cd345233c65fac1fec0ce61d0f7836-Abstract-Datasets_and_Benchmarks_Track.html):
|
| 44 |
+
|
| 45 |
+
```bibtex
|
| 46 |
+
@inproceedings{robinson2024relbench,
|
| 47 |
+
title = {{RelBench}: A Benchmark for Deep Learning on Relational Databases},
|
| 48 |
+
author = {Robinson, Joshua and Ranjan, Rishabh and Hu, Weihua and Huang, Kexin and Han, Jiaqi and Dobles, Alejandro and Fey, Matthias and Lenssen, Jan E. and Yuan, Yiwen and Zhang, Zecheng and He, Xinwei and Leskovec, Jure},
|
| 49 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 50 |
+
year = {2024}
|
| 51 |
+
}
|
| 52 |
+
```
|
tgbl-wiki-v2/README.md
CHANGED
|
@@ -19,3 +19,34 @@ import relbench
|
|
| 19 |
ds = relbench.load_dataset("relbench/tgb/tgbl-wiki-v2")
|
| 20 |
task = relbench.load_task("relbench/tgb/tgbl-wiki-v2", "<task>")
|
| 21 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
ds = relbench.load_dataset("relbench/tgb/tgbl-wiki-v2")
|
| 20 |
task = relbench.load_task("relbench/tgb/tgbl-wiki-v2", "<task>")
|
| 21 |
```
|
| 22 |
+
|
| 23 |
+
## Citation
|
| 24 |
+
|
| 25 |
+
Original dataset: [Temporal Graph Benchmark (TGB / TGB 2.0)](https://tgb.complexdatalab.com/).
|
| 26 |
+
|
| 27 |
+
```bibtex
|
| 28 |
+
@inproceedings{huang2023temporal,
|
| 29 |
+
title = {Temporal Graph Benchmark for Machine Learning on Temporal Graphs},
|
| 30 |
+
author = {Huang, Shenyang and Poursafaei, Farimah and Danovitch, Jacob and Fey, Matthias and Hu, Weihua and Rossi, Emanuele and Leskovec, Jure and Bronstein, Michael and Rabusseau, Guillaume and Rabbany, Reihaneh},
|
| 31 |
+
booktitle = {Advances in Neural Information Processing Systems 36 (NeurIPS 2023) Datasets and Benchmarks Track},
|
| 32 |
+
year = {2023}
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
@inproceedings{gastinger2024tgb2,
|
| 36 |
+
title = {{TGB 2.0}: A Benchmark for Learning on Temporal Knowledge Graphs and Heterogeneous Graphs},
|
| 37 |
+
author = {Gastinger, Julia and Huang, Shenyang and Galkin, Mikhail and Loghmani, Erfan and Parviz, Ali and Poursafaei, Farimah and Danovitch, Jacob and Rossi, Emanuele and Koutis, Ioannis and Stuckenschmidt, Heiner and Rabbany, Reihaneh and Rabusseau, Guillaume},
|
| 38 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 39 |
+
year = {2024}
|
| 40 |
+
}
|
| 41 |
+
```
|
| 42 |
+
|
| 43 |
+
If you use this dataset as hosted by RelBench, please also cite [RelBench](https://proceedings.neurips.cc/paper_files/paper/2024/hash/25cd345233c65fac1fec0ce61d0f7836-Abstract-Datasets_and_Benchmarks_Track.html):
|
| 44 |
+
|
| 45 |
+
```bibtex
|
| 46 |
+
@inproceedings{robinson2024relbench,
|
| 47 |
+
title = {{RelBench}: A Benchmark for Deep Learning on Relational Databases},
|
| 48 |
+
author = {Robinson, Joshua and Ranjan, Rishabh and Hu, Weihua and Huang, Kexin and Han, Jiaqi and Dobles, Alejandro and Fey, Matthias and Lenssen, Jan E. and Yuan, Yiwen and Zhang, Zecheng and He, Xinwei and Leskovec, Jure},
|
| 49 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 50 |
+
year = {2024}
|
| 51 |
+
}
|
| 52 |
+
```
|
tgbl-wiki/README.md
CHANGED
|
@@ -19,3 +19,34 @@ import relbench
|
|
| 19 |
ds = relbench.load_dataset("relbench/tgb/tgbl-wiki")
|
| 20 |
task = relbench.load_task("relbench/tgb/tgbl-wiki", "<task>")
|
| 21 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
ds = relbench.load_dataset("relbench/tgb/tgbl-wiki")
|
| 20 |
task = relbench.load_task("relbench/tgb/tgbl-wiki", "<task>")
|
| 21 |
```
|
| 22 |
+
|
| 23 |
+
## Citation
|
| 24 |
+
|
| 25 |
+
Original dataset: [Temporal Graph Benchmark (TGB / TGB 2.0)](https://tgb.complexdatalab.com/).
|
| 26 |
+
|
| 27 |
+
```bibtex
|
| 28 |
+
@inproceedings{huang2023temporal,
|
| 29 |
+
title = {Temporal Graph Benchmark for Machine Learning on Temporal Graphs},
|
| 30 |
+
author = {Huang, Shenyang and Poursafaei, Farimah and Danovitch, Jacob and Fey, Matthias and Hu, Weihua and Rossi, Emanuele and Leskovec, Jure and Bronstein, Michael and Rabusseau, Guillaume and Rabbany, Reihaneh},
|
| 31 |
+
booktitle = {Advances in Neural Information Processing Systems 36 (NeurIPS 2023) Datasets and Benchmarks Track},
|
| 32 |
+
year = {2023}
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
@inproceedings{gastinger2024tgb2,
|
| 36 |
+
title = {{TGB 2.0}: A Benchmark for Learning on Temporal Knowledge Graphs and Heterogeneous Graphs},
|
| 37 |
+
author = {Gastinger, Julia and Huang, Shenyang and Galkin, Mikhail and Loghmani, Erfan and Parviz, Ali and Poursafaei, Farimah and Danovitch, Jacob and Rossi, Emanuele and Koutis, Ioannis and Stuckenschmidt, Heiner and Rabbany, Reihaneh and Rabusseau, Guillaume},
|
| 38 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 39 |
+
year = {2024}
|
| 40 |
+
}
|
| 41 |
+
```
|
| 42 |
+
|
| 43 |
+
If you use this dataset as hosted by RelBench, please also cite [RelBench](https://proceedings.neurips.cc/paper_files/paper/2024/hash/25cd345233c65fac1fec0ce61d0f7836-Abstract-Datasets_and_Benchmarks_Track.html):
|
| 44 |
+
|
| 45 |
+
```bibtex
|
| 46 |
+
@inproceedings{robinson2024relbench,
|
| 47 |
+
title = {{RelBench}: A Benchmark for Deep Learning on Relational Databases},
|
| 48 |
+
author = {Robinson, Joshua and Ranjan, Rishabh and Hu, Weihua and Huang, Kexin and Han, Jiaqi and Dobles, Alejandro and Fey, Matthias and Lenssen, Jan E. and Yuan, Yiwen and Zhang, Zecheng and He, Xinwei and Leskovec, Jure},
|
| 49 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 50 |
+
year = {2024}
|
| 51 |
+
}
|
| 52 |
+
```
|
tgbn-trade/README.md
CHANGED
|
@@ -19,3 +19,34 @@ import relbench
|
|
| 19 |
ds = relbench.load_dataset("relbench/tgb/tgbn-trade")
|
| 20 |
task = relbench.load_task("relbench/tgb/tgbn-trade", "<task>")
|
| 21 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
ds = relbench.load_dataset("relbench/tgb/tgbn-trade")
|
| 20 |
task = relbench.load_task("relbench/tgb/tgbn-trade", "<task>")
|
| 21 |
```
|
| 22 |
+
|
| 23 |
+
## Citation
|
| 24 |
+
|
| 25 |
+
Original dataset: [Temporal Graph Benchmark (TGB / TGB 2.0)](https://tgb.complexdatalab.com/).
|
| 26 |
+
|
| 27 |
+
```bibtex
|
| 28 |
+
@inproceedings{huang2023temporal,
|
| 29 |
+
title = {Temporal Graph Benchmark for Machine Learning on Temporal Graphs},
|
| 30 |
+
author = {Huang, Shenyang and Poursafaei, Farimah and Danovitch, Jacob and Fey, Matthias and Hu, Weihua and Rossi, Emanuele and Leskovec, Jure and Bronstein, Michael and Rabusseau, Guillaume and Rabbany, Reihaneh},
|
| 31 |
+
booktitle = {Advances in Neural Information Processing Systems 36 (NeurIPS 2023) Datasets and Benchmarks Track},
|
| 32 |
+
year = {2023}
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
@inproceedings{gastinger2024tgb2,
|
| 36 |
+
title = {{TGB 2.0}: A Benchmark for Learning on Temporal Knowledge Graphs and Heterogeneous Graphs},
|
| 37 |
+
author = {Gastinger, Julia and Huang, Shenyang and Galkin, Mikhail and Loghmani, Erfan and Parviz, Ali and Poursafaei, Farimah and Danovitch, Jacob and Rossi, Emanuele and Koutis, Ioannis and Stuckenschmidt, Heiner and Rabbany, Reihaneh and Rabusseau, Guillaume},
|
| 38 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 39 |
+
year = {2024}
|
| 40 |
+
}
|
| 41 |
+
```
|
| 42 |
+
|
| 43 |
+
If you use this dataset as hosted by RelBench, please also cite [RelBench](https://proceedings.neurips.cc/paper_files/paper/2024/hash/25cd345233c65fac1fec0ce61d0f7836-Abstract-Datasets_and_Benchmarks_Track.html):
|
| 44 |
+
|
| 45 |
+
```bibtex
|
| 46 |
+
@inproceedings{robinson2024relbench,
|
| 47 |
+
title = {{RelBench}: A Benchmark for Deep Learning on Relational Databases},
|
| 48 |
+
author = {Robinson, Joshua and Ranjan, Rishabh and Hu, Weihua and Huang, Kexin and Han, Jiaqi and Dobles, Alejandro and Fey, Matthias and Lenssen, Jan E. and Yuan, Yiwen and Zhang, Zecheng and He, Xinwei and Leskovec, Jure},
|
| 49 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 50 |
+
year = {2024}
|
| 51 |
+
}
|
| 52 |
+
```
|
thgl-forum/README.md
CHANGED
|
@@ -20,3 +20,34 @@ import relbench
|
|
| 20 |
ds = relbench.load_dataset("relbench/tgb/thgl-forum")
|
| 21 |
task = relbench.load_task("relbench/tgb/thgl-forum", "<task>")
|
| 22 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
ds = relbench.load_dataset("relbench/tgb/thgl-forum")
|
| 21 |
task = relbench.load_task("relbench/tgb/thgl-forum", "<task>")
|
| 22 |
```
|
| 23 |
+
|
| 24 |
+
## Citation
|
| 25 |
+
|
| 26 |
+
Original dataset: [Temporal Graph Benchmark (TGB / TGB 2.0)](https://tgb.complexdatalab.com/).
|
| 27 |
+
|
| 28 |
+
```bibtex
|
| 29 |
+
@inproceedings{huang2023temporal,
|
| 30 |
+
title = {Temporal Graph Benchmark for Machine Learning on Temporal Graphs},
|
| 31 |
+
author = {Huang, Shenyang and Poursafaei, Farimah and Danovitch, Jacob and Fey, Matthias and Hu, Weihua and Rossi, Emanuele and Leskovec, Jure and Bronstein, Michael and Rabusseau, Guillaume and Rabbany, Reihaneh},
|
| 32 |
+
booktitle = {Advances in Neural Information Processing Systems 36 (NeurIPS 2023) Datasets and Benchmarks Track},
|
| 33 |
+
year = {2023}
|
| 34 |
+
}
|
| 35 |
+
|
| 36 |
+
@inproceedings{gastinger2024tgb2,
|
| 37 |
+
title = {{TGB 2.0}: A Benchmark for Learning on Temporal Knowledge Graphs and Heterogeneous Graphs},
|
| 38 |
+
author = {Gastinger, Julia and Huang, Shenyang and Galkin, Mikhail and Loghmani, Erfan and Parviz, Ali and Poursafaei, Farimah and Danovitch, Jacob and Rossi, Emanuele and Koutis, Ioannis and Stuckenschmidt, Heiner and Rabbany, Reihaneh and Rabusseau, Guillaume},
|
| 39 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 40 |
+
year = {2024}
|
| 41 |
+
}
|
| 42 |
+
```
|
| 43 |
+
|
| 44 |
+
If you use this dataset as hosted by RelBench, please also cite [RelBench](https://proceedings.neurips.cc/paper_files/paper/2024/hash/25cd345233c65fac1fec0ce61d0f7836-Abstract-Datasets_and_Benchmarks_Track.html):
|
| 45 |
+
|
| 46 |
+
```bibtex
|
| 47 |
+
@inproceedings{robinson2024relbench,
|
| 48 |
+
title = {{RelBench}: A Benchmark for Deep Learning on Relational Databases},
|
| 49 |
+
author = {Robinson, Joshua and Ranjan, Rishabh and Hu, Weihua and Huang, Kexin and Han, Jiaqi and Dobles, Alejandro and Fey, Matthias and Lenssen, Jan E. and Yuan, Yiwen and Zhang, Zecheng and He, Xinwei and Leskovec, Jure},
|
| 50 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 51 |
+
year = {2024}
|
| 52 |
+
}
|
| 53 |
+
```
|
thgl-github/README.md
CHANGED
|
@@ -32,3 +32,34 @@ import relbench
|
|
| 32 |
ds = relbench.load_dataset("relbench/tgb/thgl-github")
|
| 33 |
task = relbench.load_task("relbench/tgb/thgl-github", "<task>")
|
| 34 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
ds = relbench.load_dataset("relbench/tgb/thgl-github")
|
| 33 |
task = relbench.load_task("relbench/tgb/thgl-github", "<task>")
|
| 34 |
```
|
| 35 |
+
|
| 36 |
+
## Citation
|
| 37 |
+
|
| 38 |
+
Original dataset: [Temporal Graph Benchmark (TGB / TGB 2.0)](https://tgb.complexdatalab.com/).
|
| 39 |
+
|
| 40 |
+
```bibtex
|
| 41 |
+
@inproceedings{huang2023temporal,
|
| 42 |
+
title = {Temporal Graph Benchmark for Machine Learning on Temporal Graphs},
|
| 43 |
+
author = {Huang, Shenyang and Poursafaei, Farimah and Danovitch, Jacob and Fey, Matthias and Hu, Weihua and Rossi, Emanuele and Leskovec, Jure and Bronstein, Michael and Rabusseau, Guillaume and Rabbany, Reihaneh},
|
| 44 |
+
booktitle = {Advances in Neural Information Processing Systems 36 (NeurIPS 2023) Datasets and Benchmarks Track},
|
| 45 |
+
year = {2023}
|
| 46 |
+
}
|
| 47 |
+
|
| 48 |
+
@inproceedings{gastinger2024tgb2,
|
| 49 |
+
title = {{TGB 2.0}: A Benchmark for Learning on Temporal Knowledge Graphs and Heterogeneous Graphs},
|
| 50 |
+
author = {Gastinger, Julia and Huang, Shenyang and Galkin, Mikhail and Loghmani, Erfan and Parviz, Ali and Poursafaei, Farimah and Danovitch, Jacob and Rossi, Emanuele and Koutis, Ioannis and Stuckenschmidt, Heiner and Rabbany, Reihaneh and Rabusseau, Guillaume},
|
| 51 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 52 |
+
year = {2024}
|
| 53 |
+
}
|
| 54 |
+
```
|
| 55 |
+
|
| 56 |
+
If you use this dataset as hosted by RelBench, please also cite [RelBench](https://proceedings.neurips.cc/paper_files/paper/2024/hash/25cd345233c65fac1fec0ce61d0f7836-Abstract-Datasets_and_Benchmarks_Track.html):
|
| 57 |
+
|
| 58 |
+
```bibtex
|
| 59 |
+
@inproceedings{robinson2024relbench,
|
| 60 |
+
title = {{RelBench}: A Benchmark for Deep Learning on Relational Databases},
|
| 61 |
+
author = {Robinson, Joshua and Ranjan, Rishabh and Hu, Weihua and Huang, Kexin and Han, Jiaqi and Dobles, Alejandro and Fey, Matthias and Lenssen, Jan E. and Yuan, Yiwen and Zhang, Zecheng and He, Xinwei and Leskovec, Jure},
|
| 62 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 63 |
+
year = {2024}
|
| 64 |
+
}
|
| 65 |
+
```
|
thgl-myket/README.md
CHANGED
|
@@ -20,3 +20,34 @@ import relbench
|
|
| 20 |
ds = relbench.load_dataset("relbench/tgb/thgl-myket")
|
| 21 |
task = relbench.load_task("relbench/tgb/thgl-myket", "<task>")
|
| 22 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
ds = relbench.load_dataset("relbench/tgb/thgl-myket")
|
| 21 |
task = relbench.load_task("relbench/tgb/thgl-myket", "<task>")
|
| 22 |
```
|
| 23 |
+
|
| 24 |
+
## Citation
|
| 25 |
+
|
| 26 |
+
Original dataset: [Temporal Graph Benchmark (TGB / TGB 2.0)](https://tgb.complexdatalab.com/).
|
| 27 |
+
|
| 28 |
+
```bibtex
|
| 29 |
+
@inproceedings{huang2023temporal,
|
| 30 |
+
title = {Temporal Graph Benchmark for Machine Learning on Temporal Graphs},
|
| 31 |
+
author = {Huang, Shenyang and Poursafaei, Farimah and Danovitch, Jacob and Fey, Matthias and Hu, Weihua and Rossi, Emanuele and Leskovec, Jure and Bronstein, Michael and Rabusseau, Guillaume and Rabbany, Reihaneh},
|
| 32 |
+
booktitle = {Advances in Neural Information Processing Systems 36 (NeurIPS 2023) Datasets and Benchmarks Track},
|
| 33 |
+
year = {2023}
|
| 34 |
+
}
|
| 35 |
+
|
| 36 |
+
@inproceedings{gastinger2024tgb2,
|
| 37 |
+
title = {{TGB 2.0}: A Benchmark for Learning on Temporal Knowledge Graphs and Heterogeneous Graphs},
|
| 38 |
+
author = {Gastinger, Julia and Huang, Shenyang and Galkin, Mikhail and Loghmani, Erfan and Parviz, Ali and Poursafaei, Farimah and Danovitch, Jacob and Rossi, Emanuele and Koutis, Ioannis and Stuckenschmidt, Heiner and Rabbany, Reihaneh and Rabusseau, Guillaume},
|
| 39 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 40 |
+
year = {2024}
|
| 41 |
+
}
|
| 42 |
+
```
|
| 43 |
+
|
| 44 |
+
If you use this dataset as hosted by RelBench, please also cite [RelBench](https://proceedings.neurips.cc/paper_files/paper/2024/hash/25cd345233c65fac1fec0ce61d0f7836-Abstract-Datasets_and_Benchmarks_Track.html):
|
| 45 |
+
|
| 46 |
+
```bibtex
|
| 47 |
+
@inproceedings{robinson2024relbench,
|
| 48 |
+
title = {{RelBench}: A Benchmark for Deep Learning on Relational Databases},
|
| 49 |
+
author = {Robinson, Joshua and Ranjan, Rishabh and Hu, Weihua and Huang, Kexin and Han, Jiaqi and Dobles, Alejandro and Fey, Matthias and Lenssen, Jan E. and Yuan, Yiwen and Zhang, Zecheng and He, Xinwei and Leskovec, Jure},
|
| 50 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 51 |
+
year = {2024}
|
| 52 |
+
}
|
| 53 |
+
```
|
thgl-software/README.md
CHANGED
|
@@ -32,3 +32,34 @@ import relbench
|
|
| 32 |
ds = relbench.load_dataset("relbench/tgb/thgl-software")
|
| 33 |
task = relbench.load_task("relbench/tgb/thgl-software", "<task>")
|
| 34 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
ds = relbench.load_dataset("relbench/tgb/thgl-software")
|
| 33 |
task = relbench.load_task("relbench/tgb/thgl-software", "<task>")
|
| 34 |
```
|
| 35 |
+
|
| 36 |
+
## Citation
|
| 37 |
+
|
| 38 |
+
Original dataset: [Temporal Graph Benchmark (TGB / TGB 2.0)](https://tgb.complexdatalab.com/).
|
| 39 |
+
|
| 40 |
+
```bibtex
|
| 41 |
+
@inproceedings{huang2023temporal,
|
| 42 |
+
title = {Temporal Graph Benchmark for Machine Learning on Temporal Graphs},
|
| 43 |
+
author = {Huang, Shenyang and Poursafaei, Farimah and Danovitch, Jacob and Fey, Matthias and Hu, Weihua and Rossi, Emanuele and Leskovec, Jure and Bronstein, Michael and Rabusseau, Guillaume and Rabbany, Reihaneh},
|
| 44 |
+
booktitle = {Advances in Neural Information Processing Systems 36 (NeurIPS 2023) Datasets and Benchmarks Track},
|
| 45 |
+
year = {2023}
|
| 46 |
+
}
|
| 47 |
+
|
| 48 |
+
@inproceedings{gastinger2024tgb2,
|
| 49 |
+
title = {{TGB 2.0}: A Benchmark for Learning on Temporal Knowledge Graphs and Heterogeneous Graphs},
|
| 50 |
+
author = {Gastinger, Julia and Huang, Shenyang and Galkin, Mikhail and Loghmani, Erfan and Parviz, Ali and Poursafaei, Farimah and Danovitch, Jacob and Rossi, Emanuele and Koutis, Ioannis and Stuckenschmidt, Heiner and Rabbany, Reihaneh and Rabusseau, Guillaume},
|
| 51 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 52 |
+
year = {2024}
|
| 53 |
+
}
|
| 54 |
+
```
|
| 55 |
+
|
| 56 |
+
If you use this dataset as hosted by RelBench, please also cite [RelBench](https://proceedings.neurips.cc/paper_files/paper/2024/hash/25cd345233c65fac1fec0ce61d0f7836-Abstract-Datasets_and_Benchmarks_Track.html):
|
| 57 |
+
|
| 58 |
+
```bibtex
|
| 59 |
+
@inproceedings{robinson2024relbench,
|
| 60 |
+
title = {{RelBench}: A Benchmark for Deep Learning on Relational Databases},
|
| 61 |
+
author = {Robinson, Joshua and Ranjan, Rishabh and Hu, Weihua and Huang, Kexin and Han, Jiaqi and Dobles, Alejandro and Fey, Matthias and Lenssen, Jan E. and Yuan, Yiwen and Zhang, Zecheng and He, Xinwei and Leskovec, Jure},
|
| 62 |
+
booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
|
| 63 |
+
year = {2024}
|
| 64 |
+
}
|
| 65 |
+
```
|