Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,35 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
tags:
|
6 |
+
- protein
|
7 |
+
- downstream task
|
8 |
+
---
|
9 |
+
|
10 |
+
# GO-BP Dataset with ESMFold Structural Sequence
|
11 |
+
|
12 |
+
- Description: Biological Process of Gene Ontology (GO) project.
|
13 |
+
- Number of labels: 1943
|
14 |
+
- Problem Type: multi_label_classification
|
15 |
+
- Columns:
|
16 |
+
- aa_seq: protein amino acid sequence
|
17 |
+
- foldseek_seq: foldseek 20 3di structural sequence
|
18 |
+
- ss8_seq: DSSP 8 secondary structure sequence
|
19 |
+
|
20 |
+
# Github
|
21 |
+
|
22 |
+
Simple, Efficient and Scalable Structure-aware Adapter Boosts Protein Language Models
|
23 |
+
|
24 |
+
https://github.com/tyang816/SES-Adapter
|
25 |
+
|
26 |
+
# Citation
|
27 |
+
Please cite our work if you use our dataset.
|
28 |
+
```
|
29 |
+
@article{tan2024ses-adapter,
|
30 |
+
title={Simple, Efficient and Scalable Structure-aware Adapter Boosts Protein Language Models},
|
31 |
+
author={Tan, Yang and Li, Mingchen and Zhou, Bingxin and Zhong, Bozitao and Zheng, Lirong and Tan, Pan and Zhou, Ziyi and Yu, Huiqun and Fan, Guisheng and Hong, Liang},
|
32 |
+
journal={arXiv preprint arXiv:2404.14850},
|
33 |
+
year={2024}
|
34 |
+
}
|
35 |
+
```
|