SauravMaheshkar
commited on
Commit
·
c15bc48
1
Parent(s):
c815fae
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,38 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: cc-by-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
task_categories:
|
3 |
+
- graph-ml
|
4 |
+
size_categories:
|
5 |
+
- 1M<n<10M
|
6 |
+
tags:
|
7 |
+
- lrgb
|
8 |
license: cc-by-4.0
|
9 |
---
|
10 |
+
|
11 |
+
# `peptides-functional`
|
12 |
+
|
13 |
+
### Dataset Summary
|
14 |
+
|
15 |
+
| Dataset | Domain | Task | Node Feat. (dim) | Edge Feat. (dim) | Perf. Metric |
|
16 |
+
|---|---|---|---|---|---|
|
17 |
+
| PCQM-Contact | Quantum Chemistry | Link Prediction | Atom Encoder (9) | Bond Encoder (3) | Hits@K, MRR
|
18 |
+
|
19 |
+
| Dataset | # Graphs | # Nodes | μ Nodes | μ Deg. | # Edges | μ Edges | μ Short. Path | μ Diameter
|
20 |
+
|---|---:|---:|---:|:---:|---:|---:|---:|---:|
|
21 |
+
| PCQM-Contact | 529,434 | 15,955,687 | 30.14 | 2.03 | 32,341,644 | 61.09 |4.63±0.63 | 9.86±1.79 |
|
22 |
+
|
23 |
+
## Additional Information
|
24 |
+
|
25 |
+
### Dataset Curators
|
26 |
+
|
27 |
+
* Vijay Prakash Dwivedi ([vijaydwivedi75](https://github.com/vijaydwivedi75))
|
28 |
+
|
29 |
+
### Citation Information
|
30 |
+
|
31 |
+
```
|
32 |
+
@article{dwivedi2022LRGB,
|
33 |
+
title={Long Range Graph Benchmark},
|
34 |
+
author={Dwivedi, Vijay Prakash and Rampášek, Ladislav and Galkin, Mikhail and Parviz, Ali and Wolf, Guy and Luu, Anh Tuan and Beaini, Dominique},
|
35 |
+
journal={arXiv:2206.08164},
|
36 |
+
year={2022}
|
37 |
+
}
|
38 |
+
```
|