nielsr HF staff commited on
Commit
7391ba1
1 Parent(s): 171d721

Add link to paper

Browse files

Hi there,

This PR ensures the dataset can be viewed from https://huggingface.co/papers/2407.20060.

Cheers,

Niels
Open-source @ HF

Files changed (1) hide show
  1. README.md +13 -0
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
+ ```