Oxer11 commited on
Commit
c50dfd1
·
verified ·
1 Parent(s): fcedc5c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Summary
2
+
3
+ This is a protein structure and protein prediction dataset for the papers GearNet (https://arxiv.org/abs/2203.06125), ESM-GearNet (https://arxiv.org/abs/2303.06275), ESM-S (https://arxiv.org/abs/2402.05856) and ProtIR ().
4
+ The dataset is first processed by DeepFRI (https://www.nature.com/articles/s41467-021-23303-9) and then collected by CDConv (https://openreview.net/forum?id=P5Z-Zl9XJ7).
5
+ The original files can also be downloaded from the github of CDConv (https://github.com/hehefan/Continuous-Discrete-Convolution).
6
+ We upload the dataset here for the ease of downloading.
7
+
8
+ The details are shown in the following table.
9
+
10
+ | Dataset | #Train | #Valid | #Test 95% | #Test 50% | #Test 30% |
11
+ |------------------|--------|--------|----------------|---------------------|------------|
12
+ | EnzymeCommission | 15,550 | 1,729 | 1,919 | 1,117 | 720 |
13
+ | GeneOntology | 29,898 | 3,322 | 3,416 | 2,199 | 1,717 |
14
+ | Fold | 12,312 | 736 | 1,272 (Family) | 1,254 (Superfamily) | 718 (Fold) |
15
+
16
+ # Evaluation Pipeline
17
+ Please refer to ESM-S (https://github.com/DeepGraphLearning/esm-s) for the training and evaluation code.