mgyigit commited on
Commit
6c81b2d
1 Parent(s): 37c0c8d

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +5 -2
src/about.py CHANGED
@@ -53,7 +53,7 @@ LLM_BENCHMARKS_TEXT = f"""
53
 
54
  ### PROBE is part of the the study entitled [Learning functional properties of proteins with language models](https://rdcu.be/cJAKN) which is schematically summarized in the figure below:<br/>
55
 
56
- ![Summary of The Study](https://raw.githubusercontent.com/serbulent/TrainableRepresentationAnalysis/refs/heads/master/evalprotrep_summary_figure.jpg)
57
 
58
  ### If you find PROBE useful please consider citing!
59
  """
@@ -91,7 +91,10 @@ Welcome to the PROBE (Protein RepresentatiOn BEnchmark) leaderboard! This platfo
91
 
92
  Submit your own representation models and compare their performance across these tasks. For more details on how to participate, see the submission guidelines.
93
 
94
- If you find PROBE useful, please consider citing our work."""
 
 
 
95
 
96
  similarity_tasks_options = ["sparse", "200", "500"]
97
  function_prediction_aspect_options = ["MF", "BP", "CC", "All_Aspects"]
 
53
 
54
  ### PROBE is part of the the study entitled [Learning functional properties of proteins with language models](https://rdcu.be/cJAKN) which is schematically summarized in the figure below:<br/>
55
 
56
+ ![Summary of The Study](https://github-production-user-asset-6210df.s3.amazonaws.com/13165170/390718775-51176d93-85ac-4a24-92de-5d7c8334ca2e.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20241128%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241128T162659Z&X-Amz-Expires=300&X-Amz-Signature=21a96e9ba1c020054bdb91d53d467c6b256805ab11203279584c2140a343218e&X-Amz-SignedHeaders=host)
57
 
58
  ### If you find PROBE useful please consider citing!
59
  """
 
91
 
92
  Submit your own representation models and compare their performance across these tasks. For more details on how to participate, see the submission guidelines.
93
 
94
+ If you find PROBE useful, please consider citing our work:
95
+
96
+ 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.
97
+ """
98
 
99
  similarity_tasks_options = ["sparse", "200", "500"]
100
  function_prediction_aspect_options = ["MF", "BP", "CC", "All_Aspects"]