rishabh-ranjan commited on
Commit
db41abe
·
verified ·
1 Parent(s): 117884f

Refresh ER schema diagrams (1-7 of 7)

Browse files
dbinfer-amazon/README.md CHANGED
@@ -21,3 +21,27 @@ import relbench
21
  ds = relbench.load_dataset("relbench/dbinfer/dbinfer-amazon")
22
  task = relbench.load_task("relbench/dbinfer/dbinfer-amazon", "<task>")
23
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ds = relbench.load_dataset("relbench/dbinfer/dbinfer-amazon")
22
  task = relbench.load_task("relbench/dbinfer/dbinfer-amazon", "<task>")
23
  ```
24
+
25
+ ## Citation
26
+
27
+ Original dataset: [4DBInfer (NeurIPS 2024)](https://proceedings.neurips.cc/paper_files/paper/2024/hash/2fd67447702c8eff5683dda507a1b0a2-Abstract-Datasets_and_Benchmarks_Track.html).
28
+
29
+ ```bibtex
30
+ @inproceedings{wang2024fourdbinfer,
31
+ title = {{4DBInfer}: A {4D} Benchmarking Toolbox for Graph-Centric Predictive Modeling on Relational Databases},
32
+ author = {Wang, Minjie and Gan, Quan and Wipf, David and Cai, Zhenkun and Li, Ning and Tang, Jianheng and Zhang, Yanlin and Zhang, Zizhao and Mao, Zunyao and Song, Yakun and Wang, Yanbo and Li, Jiahang and Zhang, Han and Yang, Guang and Qin, Xiao and Lei, Chuan and Zhang, Muhan and Zhang, Weinan and Faloutsos, Christos and Zhang, Zheng},
33
+ booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
34
+ year = {2024}
35
+ }
36
+ ```
37
+
38
+ If you use this dataset as hosted by RelBench, please also cite [RelBench](https://proceedings.neurips.cc/paper_files/paper/2024/hash/25cd345233c65fac1fec0ce61d0f7836-Abstract-Datasets_and_Benchmarks_Track.html):
39
+
40
+ ```bibtex
41
+ @inproceedings{robinson2024relbench,
42
+ title = {{RelBench}: A Benchmark for Deep Learning on Relational Databases},
43
+ 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},
44
+ booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
45
+ year = {2024}
46
+ }
47
+ ```
dbinfer-avs/README.md CHANGED
@@ -19,3 +19,27 @@ import relbench
19
  ds = relbench.load_dataset("relbench/dbinfer/dbinfer-avs")
20
  task = relbench.load_task("relbench/dbinfer/dbinfer-avs", "<task>")
21
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ds = relbench.load_dataset("relbench/dbinfer/dbinfer-avs")
20
  task = relbench.load_task("relbench/dbinfer/dbinfer-avs", "<task>")
21
  ```
22
+
23
+ ## Citation
24
+
25
+ Original dataset: [4DBInfer (NeurIPS 2024)](https://proceedings.neurips.cc/paper_files/paper/2024/hash/2fd67447702c8eff5683dda507a1b0a2-Abstract-Datasets_and_Benchmarks_Track.html).
26
+
27
+ ```bibtex
28
+ @inproceedings{wang2024fourdbinfer,
29
+ title = {{4DBInfer}: A {4D} Benchmarking Toolbox for Graph-Centric Predictive Modeling on Relational Databases},
30
+ author = {Wang, Minjie and Gan, Quan and Wipf, David and Cai, Zhenkun and Li, Ning and Tang, Jianheng and Zhang, Yanlin and Zhang, Zizhao and Mao, Zunyao and Song, Yakun and Wang, Yanbo and Li, Jiahang and Zhang, Han and Yang, Guang and Qin, Xiao and Lei, Chuan and Zhang, Muhan and Zhang, Weinan and Faloutsos, Christos and Zhang, Zheng},
31
+ booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
32
+ year = {2024}
33
+ }
34
+ ```
35
+
36
+ If you use this dataset as hosted by RelBench, please also cite [RelBench](https://proceedings.neurips.cc/paper_files/paper/2024/hash/25cd345233c65fac1fec0ce61d0f7836-Abstract-Datasets_and_Benchmarks_Track.html):
37
+
38
+ ```bibtex
39
+ @inproceedings{robinson2024relbench,
40
+ title = {{RelBench}: A Benchmark for Deep Learning on Relational Databases},
41
+ 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},
42
+ booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
43
+ year = {2024}
44
+ }
45
+ ```
dbinfer-diginetica/README.md CHANGED
@@ -20,3 +20,27 @@ import relbench
20
  ds = relbench.load_dataset("relbench/dbinfer/dbinfer-diginetica")
21
  task = relbench.load_task("relbench/dbinfer/dbinfer-diginetica", "<task>")
22
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ds = relbench.load_dataset("relbench/dbinfer/dbinfer-diginetica")
21
  task = relbench.load_task("relbench/dbinfer/dbinfer-diginetica", "<task>")
22
  ```
23
+
24
+ ## Citation
25
+
26
+ Original dataset: [4DBInfer (NeurIPS 2024)](https://proceedings.neurips.cc/paper_files/paper/2024/hash/2fd67447702c8eff5683dda507a1b0a2-Abstract-Datasets_and_Benchmarks_Track.html).
27
+
28
+ ```bibtex
29
+ @inproceedings{wang2024fourdbinfer,
30
+ title = {{4DBInfer}: A {4D} Benchmarking Toolbox for Graph-Centric Predictive Modeling on Relational Databases},
31
+ author = {Wang, Minjie and Gan, Quan and Wipf, David and Cai, Zhenkun and Li, Ning and Tang, Jianheng and Zhang, Yanlin and Zhang, Zizhao and Mao, Zunyao and Song, Yakun and Wang, Yanbo and Li, Jiahang and Zhang, Han and Yang, Guang and Qin, Xiao and Lei, Chuan and Zhang, Muhan and Zhang, Weinan and Faloutsos, Christos and Zhang, Zheng},
32
+ booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
33
+ year = {2024}
34
+ }
35
+ ```
36
+
37
+ If you use this dataset as hosted by RelBench, please also cite [RelBench](https://proceedings.neurips.cc/paper_files/paper/2024/hash/25cd345233c65fac1fec0ce61d0f7836-Abstract-Datasets_and_Benchmarks_Track.html):
38
+
39
+ ```bibtex
40
+ @inproceedings{robinson2024relbench,
41
+ title = {{RelBench}: A Benchmark for Deep Learning on Relational Databases},
42
+ 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},
43
+ booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
44
+ year = {2024}
45
+ }
46
+ ```
dbinfer-outbrain-small/README.md CHANGED
@@ -19,3 +19,27 @@ import relbench
19
  ds = relbench.load_dataset("relbench/dbinfer/dbinfer-outbrain-small")
20
  task = relbench.load_task("relbench/dbinfer/dbinfer-outbrain-small", "<task>")
21
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ds = relbench.load_dataset("relbench/dbinfer/dbinfer-outbrain-small")
20
  task = relbench.load_task("relbench/dbinfer/dbinfer-outbrain-small", "<task>")
21
  ```
22
+
23
+ ## Citation
24
+
25
+ Original dataset: [4DBInfer (NeurIPS 2024)](https://proceedings.neurips.cc/paper_files/paper/2024/hash/2fd67447702c8eff5683dda507a1b0a2-Abstract-Datasets_and_Benchmarks_Track.html).
26
+
27
+ ```bibtex
28
+ @inproceedings{wang2024fourdbinfer,
29
+ title = {{4DBInfer}: A {4D} Benchmarking Toolbox for Graph-Centric Predictive Modeling on Relational Databases},
30
+ author = {Wang, Minjie and Gan, Quan and Wipf, David and Cai, Zhenkun and Li, Ning and Tang, Jianheng and Zhang, Yanlin and Zhang, Zizhao and Mao, Zunyao and Song, Yakun and Wang, Yanbo and Li, Jiahang and Zhang, Han and Yang, Guang and Qin, Xiao and Lei, Chuan and Zhang, Muhan and Zhang, Weinan and Faloutsos, Christos and Zhang, Zheng},
31
+ booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
32
+ year = {2024}
33
+ }
34
+ ```
35
+
36
+ If you use this dataset as hosted by RelBench, please also cite [RelBench](https://proceedings.neurips.cc/paper_files/paper/2024/hash/25cd345233c65fac1fec0ce61d0f7836-Abstract-Datasets_and_Benchmarks_Track.html):
37
+
38
+ ```bibtex
39
+ @inproceedings{robinson2024relbench,
40
+ title = {{RelBench}: A Benchmark for Deep Learning on Relational Databases},
41
+ 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},
42
+ booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
43
+ year = {2024}
44
+ }
45
+ ```
dbinfer-retailrocket/README.md CHANGED
@@ -19,3 +19,27 @@ import relbench
19
  ds = relbench.load_dataset("relbench/dbinfer/dbinfer-retailrocket")
20
  task = relbench.load_task("relbench/dbinfer/dbinfer-retailrocket", "<task>")
21
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ds = relbench.load_dataset("relbench/dbinfer/dbinfer-retailrocket")
20
  task = relbench.load_task("relbench/dbinfer/dbinfer-retailrocket", "<task>")
21
  ```
22
+
23
+ ## Citation
24
+
25
+ Original dataset: [4DBInfer (NeurIPS 2024)](https://proceedings.neurips.cc/paper_files/paper/2024/hash/2fd67447702c8eff5683dda507a1b0a2-Abstract-Datasets_and_Benchmarks_Track.html).
26
+
27
+ ```bibtex
28
+ @inproceedings{wang2024fourdbinfer,
29
+ title = {{4DBInfer}: A {4D} Benchmarking Toolbox for Graph-Centric Predictive Modeling on Relational Databases},
30
+ author = {Wang, Minjie and Gan, Quan and Wipf, David and Cai, Zhenkun and Li, Ning and Tang, Jianheng and Zhang, Yanlin and Zhang, Zizhao and Mao, Zunyao and Song, Yakun and Wang, Yanbo and Li, Jiahang and Zhang, Han and Yang, Guang and Qin, Xiao and Lei, Chuan and Zhang, Muhan and Zhang, Weinan and Faloutsos, Christos and Zhang, Zheng},
31
+ booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
32
+ year = {2024}
33
+ }
34
+ ```
35
+
36
+ If you use this dataset as hosted by RelBench, please also cite [RelBench](https://proceedings.neurips.cc/paper_files/paper/2024/hash/25cd345233c65fac1fec0ce61d0f7836-Abstract-Datasets_and_Benchmarks_Track.html):
37
+
38
+ ```bibtex
39
+ @inproceedings{robinson2024relbench,
40
+ title = {{RelBench}: A Benchmark for Deep Learning on Relational Databases},
41
+ 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},
42
+ booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
43
+ year = {2024}
44
+ }
45
+ ```
dbinfer-seznam/README.md CHANGED
@@ -20,3 +20,27 @@ import relbench
20
  ds = relbench.load_dataset("relbench/dbinfer/dbinfer-seznam")
21
  task = relbench.load_task("relbench/dbinfer/dbinfer-seznam", "<task>")
22
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ds = relbench.load_dataset("relbench/dbinfer/dbinfer-seznam")
21
  task = relbench.load_task("relbench/dbinfer/dbinfer-seznam", "<task>")
22
  ```
23
+
24
+ ## Citation
25
+
26
+ Original dataset: [4DBInfer (NeurIPS 2024)](https://proceedings.neurips.cc/paper_files/paper/2024/hash/2fd67447702c8eff5683dda507a1b0a2-Abstract-Datasets_and_Benchmarks_Track.html).
27
+
28
+ ```bibtex
29
+ @inproceedings{wang2024fourdbinfer,
30
+ title = {{4DBInfer}: A {4D} Benchmarking Toolbox for Graph-Centric Predictive Modeling on Relational Databases},
31
+ author = {Wang, Minjie and Gan, Quan and Wipf, David and Cai, Zhenkun and Li, Ning and Tang, Jianheng and Zhang, Yanlin and Zhang, Zizhao and Mao, Zunyao and Song, Yakun and Wang, Yanbo and Li, Jiahang and Zhang, Han and Yang, Guang and Qin, Xiao and Lei, Chuan and Zhang, Muhan and Zhang, Weinan and Faloutsos, Christos and Zhang, Zheng},
32
+ booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
33
+ year = {2024}
34
+ }
35
+ ```
36
+
37
+ If you use this dataset as hosted by RelBench, please also cite [RelBench](https://proceedings.neurips.cc/paper_files/paper/2024/hash/25cd345233c65fac1fec0ce61d0f7836-Abstract-Datasets_and_Benchmarks_Track.html):
38
+
39
+ ```bibtex
40
+ @inproceedings{robinson2024relbench,
41
+ title = {{RelBench}: A Benchmark for Deep Learning on Relational Databases},
42
+ 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},
43
+ booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
44
+ year = {2024}
45
+ }
46
+ ```
dbinfer-stackexchange/README.md CHANGED
@@ -20,3 +20,27 @@ import relbench
20
  ds = relbench.load_dataset("relbench/dbinfer/dbinfer-stackexchange")
21
  task = relbench.load_task("relbench/dbinfer/dbinfer-stackexchange", "<task>")
22
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ds = relbench.load_dataset("relbench/dbinfer/dbinfer-stackexchange")
21
  task = relbench.load_task("relbench/dbinfer/dbinfer-stackexchange", "<task>")
22
  ```
23
+
24
+ ## Citation
25
+
26
+ Original dataset: [4DBInfer (NeurIPS 2024)](https://proceedings.neurips.cc/paper_files/paper/2024/hash/2fd67447702c8eff5683dda507a1b0a2-Abstract-Datasets_and_Benchmarks_Track.html).
27
+
28
+ ```bibtex
29
+ @inproceedings{wang2024fourdbinfer,
30
+ title = {{4DBInfer}: A {4D} Benchmarking Toolbox for Graph-Centric Predictive Modeling on Relational Databases},
31
+ author = {Wang, Minjie and Gan, Quan and Wipf, David and Cai, Zhenkun and Li, Ning and Tang, Jianheng and Zhang, Yanlin and Zhang, Zizhao and Mao, Zunyao and Song, Yakun and Wang, Yanbo and Li, Jiahang and Zhang, Han and Yang, Guang and Qin, Xiao and Lei, Chuan and Zhang, Muhan and Zhang, Weinan and Faloutsos, Christos and Zhang, Zheng},
32
+ booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
33
+ year = {2024}
34
+ }
35
+ ```
36
+
37
+ If you use this dataset as hosted by RelBench, please also cite [RelBench](https://proceedings.neurips.cc/paper_files/paper/2024/hash/25cd345233c65fac1fec0ce61d0f7836-Abstract-Datasets_and_Benchmarks_Track.html):
38
+
39
+ ```bibtex
40
+ @inproceedings{robinson2024relbench,
41
+ title = {{RelBench}: A Benchmark for Deep Learning on Relational Databases},
42
+ 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},
43
+ booktitle = {Advances in Neural Information Processing Systems 37 (NeurIPS 2024) Datasets and Benchmarks Track},
44
+ year = {2024}
45
+ }
46
+ ```