mgyigit commited on
Commit
e24ec6a
·
verified ·
1 Parent(s): 7d7e727

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +5 -5
src/about.py CHANGED
@@ -112,12 +112,12 @@ LEADERBOARD_INTRODUCTION = """
112
 
113
  Welcome to the PROBE (Protein RepresentatiOn BEnchmark) leaderboard! This platform evaluates protein representation models based on their ability to capture functional properties of proteins through four key benchmarks:
114
 
115
- - **Protein Similarity**: Inferring semantic similarities.
116
- - **Protein Function**: Predicting ontology-based functions.
117
- - **Protein Family**: Classifying drug target families.
118
- - **Protein Affinity**: Estimating binding affinities.
119
 
120
- Submit your own representation models and compare their performance across these tasks. For more details on how to participate, see the submission guidelines at Submit Here! tab. For descriptions of each benchmark and its metrics, please refer to the About tab.
121
 
122
  If you find PROBE useful, please consider citing our work:
123
 
 
112
 
113
  Welcome to the PROBE (Protein RepresentatiOn BEnchmark) leaderboard! This platform evaluates protein representation models based on their ability to capture functional properties of proteins through four key benchmarks:
114
 
115
+ - **Semantic Similarity Inference**
116
+ - **Ontology-based Function Prediction**
117
+ - **Drug Target Protein Family Classification**
118
+ - **Protein Protein Binding Affinity Estimation**
119
 
120
+ Submit your own representation models and compare their performance across these benchmarks. For more details on how to participate, see the submission guidelines at Submit Here! tab. For descriptions of each benchmark and its metrics, please refer to the About tab. To visualize results, visit the Visualization tab.
121
 
122
  If you find PROBE useful, please consider citing our work:
123