Datasets:

Modalities:
Text
Formats:
csv
ArXiv:
Libraries:
Datasets
pandas
License:
tyang816 mkbig commited on
Commit
1af82de
·
verified ·
1 Parent(s): 748cfcc

Update README.md (#1)

Browse files

- Update README.md (edc50f44ea94b9bf194a063e0d26381fefeeda45)


Co-authored-by: moyu <[email protected]>

Files changed (1) hide show
  1. README.md +45 -34
README.md CHANGED
@@ -1,35 +1,46 @@
1
- ---
2
- license: apache-2.0
3
- task_categories:
4
- - text-classification
5
- tags:
6
- - protein
7
- - downstream task
8
- ---
9
-
10
- # DeepLocMulti Dataset
11
-
12
- - Description: Protein localization encompasses the processes that establish and maintain proteins at specific locations.
13
- - Number of labels: 10
14
- - Problem Type: single_label_classification
15
- - Columns:
16
- - aa_seq: protein amino acid sequence
17
- - location: Specific location
18
-
19
- # Github
20
-
21
- Simple, Efficient and Scalable Structure-aware Adapter Boosts Protein Language Models
22
-
23
- https://github.com/tyang816/SES-Adapter
24
-
25
- # Citation
26
- Please cite our work if you use our dataset.
27
- ```
28
- @article{tan2024ses-adapter,
29
- title={Simple, Efficient, and Scalable Structure-Aware Adapter Boosts Protein Language Models},
30
- 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},
31
- journal={Journal of Chemical Information and Modeling},
32
- year={2024},
33
- publisher={ACS Publications}
34
- }
 
 
 
 
 
 
 
 
 
 
 
35
  ```
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - text-classification
5
+ tags:
6
+ - protein
7
+ - downstream task
8
+ ---
9
+
10
+ # DeepLocMulti Dataset
11
+
12
+ - Description: Protein localization encompasses the processes that establish and maintain proteins at specific locations.
13
+ - Number of labels: 10
14
+ - Problem Type: single_label_classification
15
+ - Columns:
16
+ - aa_seq: protein amino acid sequence
17
+ - location: Specific location
18
+
19
+ # Github
20
+
21
+ Simple, Efficient and Scalable Structure-aware Adapter Boosts Protein Language Models
22
+
23
+ https://github.com/tyang816/SES-Adapter
24
+
25
+ VenusFactory: A Unified Platform for Protein Engineering Data Retrieval and Language Model Fine-Tuning
26
+
27
+ https://github.com/ai4protein/VenusFactory
28
+
29
+ # Citation
30
+ Please cite our work if you use our dataset.
31
+ ```
32
+ @article{tan2024ses-adapter,
33
+ title={Simple, Efficient, and Scalable Structure-Aware Adapter Boosts Protein Language Models},
34
+ 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},
35
+ journal={Journal of Chemical Information and Modeling},
36
+ year={2024},
37
+ publisher={ACS Publications}
38
+ }
39
+
40
+ @article{tan2025venusfactory,
41
+ title={VenusFactory: A Unified Platform for Protein Engineering Data Retrieval and Language Model Fine-Tuning},
42
+ author={Tan, Yang and Liu, Chen and Gao, Jingyuan and Wu, Banghao and Li, Mingchen and Wang, Ruilin and Zhang, Lingrong and Yu, Huiqun and Fan, Guisheng and Hong, Liang and Zhou, Bingxin},
43
+ journal={arXiv preprint arXiv:2503.15438},
44
+ year={2025}
45
+ }
46
  ```