lhallee commited on
Commit
f934b80
·
verified ·
1 Parent(s): 1620d1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -19,3 +19,18 @@ configs:
19
  - split: train
20
  path: data/train-*
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  - split: train
20
  path: data/train-*
21
  ---
22
+
23
+ # SHS27k
24
+
25
+ Popular multiclass PPI dataset from [Chen et al.](https://academic.oup.com/bioinformatics/article/35/14/i305/5529260?login=false).
26
+
27
+ Labels correspond to the following PPI types
28
+ ```
29
+ PTM: 0
30
+ Reaction: 1
31
+ Catalysis: 2
32
+ Inhibition: 3
33
+ Binding: 4
34
+ Activation: 5
35
+ Expression: 6
36
+ ```