unknown commited on
Commit
54b3988
1 Parent(s): f180cb2
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -240,7 +240,7 @@ get_window_url_params = """
240
 
241
  TITLE = """<h1 align="center" id="space-title">SGI-Bench Leaderboard 馃弳</h1>"""
242
  INFO = """<p align="center">
243
- <a href="https://arxiv.org/abs/2401.xxxxx"><b>Paper</b></a> 路
244
  <a href="https://github.com/InternScience/SGI-Bench"><b>GitHub</b></a> 路
245
  <a href="https://internscience.github.io/SGI-Page/"><b>Page</b></a> 路
246
  <a href="https://huggingface.co/collections/InternScience/sgi-bench"><b>HuggingFace</b></a>
@@ -248,12 +248,7 @@ INFO = """<p align="center">
248
 
249
  CITATION_BUTTON_LABEL = "馃摉 Citation"
250
  CITATION_BUTTON_TEXT = r"""
251
- @article{sgi2025,
252
- title={SGI-Bench: Scientific Intelligence Benchmark via Scientist-Aligned Workflows},
253
- author={Research Team},
254
- journal={arXiv preprint arXiv:2401.xxxxx},
255
- year={2025}
256
- }
257
  """
258
 
259
  LEADERBOARD_DATA = [
 
240
 
241
  TITLE = """<h1 align="center" id="space-title">SGI-Bench Leaderboard 馃弳</h1>"""
242
  INFO = """<p align="center">
243
+ <a href="https://internscience.github.io/SGI-Page/paper.pdf"><b>Paper</b></a> 路
244
  <a href="https://github.com/InternScience/SGI-Bench"><b>GitHub</b></a> 路
245
  <a href="https://internscience.github.io/SGI-Page/"><b>Page</b></a> 路
246
  <a href="https://huggingface.co/collections/InternScience/sgi-bench"><b>HuggingFace</b></a>
 
248
 
249
  CITATION_BUTTON_LABEL = "馃摉 Citation"
250
  CITATION_BUTTON_TEXT = r"""
251
+ Coming soon...
 
 
 
 
 
252
  """
253
 
254
  LEADERBOARD_DATA = [