kexinhuang nielsr HF staff commited on
Commit
e808292
1 Parent(s): 171d721

Add link to paper (#1)

Browse files

- Add link to paper (7391ba18684d4a7ab8a27ed6a90e73cb6e96242b)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

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
+ ```