Add dataset-source citation to README
Browse files
README.md
CHANGED
|
@@ -44,3 +44,16 @@ train = task.get_table("train")
|
|
| 44 |
See the RelBench
|
| 45 |
[CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md)
|
| 46 |
for the manifest layout.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
See the RelBench
|
| 45 |
[CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md)
|
| 46 |
for the manifest layout.
|
| 47 |
+
|
| 48 |
+
## Citation
|
| 49 |
+
|
| 50 |
+
These datasets are from the 4DBInfer benchmark. If you use them, please cite:
|
| 51 |
+
|
| 52 |
+
```bibtex
|
| 53 |
+
@article{dbinfer,
|
| 54 |
+
title={4DBInfer: A 4D Benchmarking Toolbox for Graph-Centric Predictive Modeling on Relational DBs},
|
| 55 |
+
author={Wang, Minjie and Gan, Quan and Wipf, David and Cai, Zhenkun and Li, Ning and Tang, Jianheng and Zhang, Yanlin and Zhang, Zizhao and Mao, Zunyao and Song, Yakun and Wang, Yanbo and Li, Jiahang and Zhang, Han and Yang, Guang and Qin, Xiao and Lei, Chuan and Zhang, Muhan and Zhang, Weinan and Faloutsos, Christos and Zhang, Zheng},
|
| 56 |
+
journal={arXiv preprint arXiv:2404.18209},
|
| 57 |
+
year={2024}
|
| 58 |
+
}
|
| 59 |
+
```
|