Skip to content

Commit 05418e0

Browse files
add link to index-batching paper
1 parent 42127f9 commit 05418e0

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,14 @@
1919

2020
[![PyPI Version][pypi-image]][pypi-url]
2121
[![Docs Status][docs-image]][docs-url]
22-
<!-- [![Code Coverage][coverage-image]][coverage-url] -->
2322
[![Build Status][build-image]][build-url]
23+
2424
[![Arxiv](https://img.shields.io/badge/ArXiv-2104.07788-orange.svg)](https://arxiv.org/abs/2104.07788)
25+
[![Arxiv](https://img.shields.io/badge/ArXiv-2507.11683-blue.svg)](https://arxiv.org/abs/2507.11683)
26+
2527
[![benedekrozemberczki](https://img.shields.io/twitter/follow/benrozemberczki?style=social&logo=twitter)](https://twitter.com/intent/follow?screen_name=benrozemberczki)
2628

29+
<!-- [![Code Coverage][coverage-image]][coverage-url] -->
2730
**[Documentation](https://pytorch-geometric-temporal.readthedocs.io)** | **[External Resources](https://pytorch-geometric-temporal.readthedocs.io/en/latest/notes/resources.html)** | **[Datasets](https://pytorch-geometric-temporal.readthedocs.io/en/latest/notes/introduction.html#discrete-time-datasets)**
2831

2932
*PyTorch Geometric Temporal* is a temporal (dynamic) extension library for [PyTorch Geometric](https://github.com/rusty1s/pytorch_geometric).
@@ -53,7 +56,7 @@ We provide in-depth case study tutorials in the [Documentation](https://pytorch
5356
**Citing**
5457

5558

56-
If you find *PyTorch Geometric Temporal* and the new datasets useful in your research, please consider adding the following citation:
59+
If you find *PyTorch Geometric Temporal* and the new datasets useful in your research, please consider adding the following citation of the orignal work and its more recent extension:
5760

5861
```bibtex
5962
@inproceedings{rozemberczki2021pytorch,
@@ -63,6 +66,20 @@ If you find *PyTorch Geometric Temporal* and the new datasets useful in your res
6366
booktitle={Proceedings of the 30th ACM International Conference on Information and Knowledge Management},
6467
pages = {4564–4573},
6568
}
69+
70+
```
71+
72+
```bibtex
73+
@misc{ockerman2025pgtiscalingspatiotemporalgnns,
74+
title={PGT-I: Scaling Spatiotemporal GNNs with Memory-Efficient Distributed Training},
75+
author={Seth Ockerman and Amal Gueroudji and Tanwi Mallick and Yixuan He and Line Pouchard and Robert Ross and Shivaram Venkataraman},
76+
year={2025},
77+
eprint={2507.11683},
78+
archivePrefix={arXiv},
79+
primaryClass={cs.DC},
80+
url={https://arxiv.org/abs/2507.11683},
81+
}
82+
6683
```
6784

6885
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)