mgyigit commited on
Commit
8974cc0
·
verified ·
1 Parent(s): f1f5f37

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +4 -2
src/about.py CHANGED
@@ -102,7 +102,7 @@ EVALUATION_QUEUE_TEXT = """
102
  """
103
 
104
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
105
- CITATION_BUTTON_TEXT = r"""Unsal, S., Atas, H., Albayrak, M., Turhan, K., Acar, A. C., & Doğan, T. (2022). Learning functional properties of proteins with language models. *Nature Machine Intelligence, 4*(3), 227-245.
106
  """
107
 
108
  CSV_RESULT_PATH = "./src/data/results.csv"
@@ -119,7 +119,9 @@ Welcome to the PROBE (Protein RepresentatiOn BEnchmark) leaderboard! This platfo
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
 
124
  Unsal, S., Atas, H., Albayrak, M., Turhan, K., Acar, A. C., & Doğan, T. (2022). Learning functional properties of proteins with language models. *Nature Machine Intelligence, 4*(3), 227-245.
125
  """
 
102
  """
103
 
104
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
105
+ CITATION_BUTTON_TEXT = r"""Çevrim, E., Yiğit, M. G., Ulusoy, E., Yılmaz, A., & Doğan, T. (2025). A Benchmarking Platform for Assessing Protein Language Models on Function-related Prediction Tasks. In Protein Function Prediction: Methods and Protocols (pp. 241-268). New York, NY: Springer US.
106
  """
107
 
108
  CSV_RESULT_PATH = "./src/data/results.csv"
 
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 Leaderboard useful, please consider citing our work:
123
+
124
+ Çevrim, E., Yiğit, M. G., Ulusoy, E., Yılmaz, A., & Doğan, T. (2025). A Benchmarking Platform for Assessing Protein Language Models on Function-related Prediction Tasks. In Protein Function Prediction: Methods and Protocols (pp. 241-268). New York, NY: Springer US.
125
 
126
  Unsal, S., Atas, H., Albayrak, M., Turhan, K., Acar, A. C., & Doğan, T. (2022). Learning functional properties of proteins with language models. *Nature Machine Intelligence, 4*(3), 227-245.
127
  """