Add link to paper
Browse filesHi there,
This PR ensures the dataset can be viewed from https://huggingface.co/papers/2407.20060.
Cheers,
Niels
Open-source @ HF
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Citation
|
2 |
+
|
3 |
+
```bibtex
|
4 |
+
@misc{robinson2024relbenchbenchmarkdeeplearning,
|
5 |
+
title={RelBench: A Benchmark for Deep Learning on Relational Databases},
|
6 |
+
author={Joshua Robinson and Rishabh Ranjan and Weihua Hu and Kexin Huang and Jiaqi Han and Alejandro Dobles and Matthias Fey and Jan E. Lenssen and Yiwen Yuan and Zecheng Zhang and Xinwei He and Jure Leskovec},
|
7 |
+
year={2024},
|
8 |
+
eprint={2407.20060},
|
9 |
+
archivePrefix={arXiv},
|
10 |
+
primaryClass={cs.LG},
|
11 |
+
url={https://arxiv.org/abs/2407.20060},
|
12 |
+
}
|
13 |
+
```
|