Spaces:
Running
Running
Link Space to the paper
Browse filesHi there,
This PR ensures the Space can be viewed from https://huggingface.co/papers/2407.20060.
Cheers,
Niels
Open-source @ HF
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 |
+
```
|