Datasets:
upload
Browse files
README.md
CHANGED
|
@@ -1,3 +1,34 @@
|
|
| 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-MF Dataset
|
| 11 |
+
|
| 12 |
+
- Description: Molecular Function of Gene Ontology (GO) project.
|
| 13 |
+
- Number of labels: 489
|
| 14 |
+
- Problem Type: multi_label_classification
|
| 15 |
+
- Columns:
|
| 16 |
+
- aa_seq: protein amino acid sequence
|
| 17 |
+
|
| 18 |
+
# Github
|
| 19 |
+
|
| 20 |
+
Simple, Efficient and Scalable Structure-aware Adapter Boosts Protein Language Models
|
| 21 |
+
|
| 22 |
+
https://github.com/tyang816/SES-Adapter
|
| 23 |
+
|
| 24 |
+
# Citation
|
| 25 |
+
Please cite our work if you use our dataset.
|
| 26 |
+
```
|
| 27 |
+
@article{tan2024ses-adapter,
|
| 28 |
+
title={Simple, Efficient, and Scalable Structure-Aware Adapter Boosts Protein Language Models},
|
| 29 |
+
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},
|
| 30 |
+
journal={Journal of Chemical Information and Modeling},
|
| 31 |
+
year={2024},
|
| 32 |
+
publisher={ACS Publications}
|
| 33 |
+
}
|
| 34 |
+
```
|