| # plurel-1021 | |
| PluRel synthetic relational database, seed 1021 (v1.0.0 workload preset). | |
| ## Schema | |
|  | |
| ## Loading | |
| ```python | |
| import relbench | |
| ds = relbench.load_dataset("relbench/plurel/plurel-1021") | |
| task = relbench.load_task("relbench/plurel/plurel-1021", "<task>") | |
| ``` | |
| ## Citation | |
| Please cite [RelBench](https://proceedings.neurips.cc/paper_files/paper/2024/hash/25cd345233c65fac1fec0ce61d0f7836-Abstract-Datasets_and_Benchmarks_Track.html): | |
| ```bibtex | |
| @inproceedings{robinson2024relbench, | |
| title = {{RelBench}: A Benchmark for Deep Learning on Relational Databases}, | |
| author = {Robinson, Joshua and Ranjan, Rishabh and Hu, Weihua and Huang, Kexin and Han, Jiaqi and Dobles, Alejandro and Fey, Matthias and Lenssen, Jan E. and Yuan, Yiwen and Zhang, Zecheng and He, Xinwei and Leskovec, Jure}, | |
| booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track}, | |
| year = {2024} | |
| } | |
| ``` | |