Spaces:
Runtime error
Runtime error
Commit
•
99be919
1
Parent(s):
acffd67
Link Space to the paper (#1)
Browse files- Link Space to the paper (1bb9c39ce526f6019f062f5c5c498e6ab684414a)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
@@ -41,4 +41,18 @@ If you encounter problem on the space, don't hesitate to restart it to remove th
|
|
41 |
You'll find
|
42 |
- the main table' columns names and properties in `src/display/utils.py`
|
43 |
- the logic to read all results and request files, then convert them in dataframe lines, in `src/leaderboard/read_evals.py`, and `src/populate.py`
|
44 |
-
- teh logic to allow or filter submissions in `src/submission/submit.py` and `src/submission/check_validity.py`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
You'll find
|
42 |
- the main table' columns names and properties in `src/display/utils.py`
|
43 |
- the logic to read all results and request files, then convert them in dataframe lines, in `src/leaderboard/read_evals.py`, and `src/populate.py`
|
44 |
+
- teh logic to allow or filter submissions in `src/submission/submit.py` and `src/submission/check_validity.py`
|
45 |
+
|
46 |
+
# Citation
|
47 |
+
|
48 |
+
```bibtex
|
49 |
+
@misc{robinson2024relbenchbenchmarkdeeplearning,
|
50 |
+
title={RelBench: A Benchmark for Deep Learning on Relational Databases},
|
51 |
+
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},
|
52 |
+
year={2024},
|
53 |
+
eprint={2407.20060},
|
54 |
+
archivePrefix={arXiv},
|
55 |
+
primaryClass={cs.LG},
|
56 |
+
url={https://arxiv.org/abs/2407.20060},
|
57 |
+
}
|
58 |
+
```
|