SauravMaheshkar
commited on
Commit
•
a9a9c58
1
Parent(s):
5de3859
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,38 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: cc-by-nc-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-nc-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 |
+
| Peptides-struct | Chemistry | Graph Regression | Atom Encoder (9) | Bond Encoder (3) | MAE |
|
18 |
+
|
19 |
+
| Dataset | # Graphs | # Nodes | μ Nodes | μ Deg. | # Edges | μ Edges | μ Short. Path | μ Diameter
|
20 |
+
|---|---:|---:|---:|:---:|---:|---:|---:|---:|
|
21 |
+
| Peptides-struct | 15,535 | 2,344,859 | 150.94 | 2.04 | 4,773,974 | 307.30 | 20.89±9.79 | 56.99±28.72 |
|
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 |
+
```
|