Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
333d45b
1
Parent(s):
da4996e
citation, desc
Browse files- src/about.py +11 -2
src/about.py
CHANGED
@@ -26,7 +26,7 @@ TITLE = """<h1 align="center" id="space-title">AAI FormulaOne Leaderboard</h1>""
|
|
26 |
|
27 |
# What does your leaderboard evaluate?
|
28 |
INTRODUCTION_TEXT = """
|
29 |
-
FormulaOne is a
|
30 |
"""
|
31 |
|
32 |
# Which evaluations are you running? how can people reproduce what you have?
|
@@ -68,6 +68,15 @@ Make sure you have followed the above steps first.
|
|
68 |
If everything is done, check you can launch the EleutherAIHarness on your model locally, using the above command without modifications (you can add `--limit` to limit the number of examples per task).
|
69 |
"""
|
70 |
|
71 |
-
CITATION_BUTTON_LABEL = "
|
72 |
CITATION_BUTTON_TEXT = r"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
"""
|
|
|
26 |
|
27 |
# What does your leaderboard evaluate?
|
28 |
INTRODUCTION_TEXT = """
|
29 |
+
FormulaOne is a new benchmark designed to challenge frontier AI models. The benchmark is constructed from a vast and conceptually diverse family of dynamic programming problems derived from Monadic Second-Order (MSO) logic on graphs, a framework with profound connections to theoretical computer science.
|
30 |
"""
|
31 |
|
32 |
# Which evaluations are you running? how can people reproduce what you have?
|
|
|
68 |
If everything is done, check you can launch the EleutherAIHarness on your model locally, using the above command without modifications (you can add `--limit` to limit the number of examples per task).
|
69 |
"""
|
70 |
|
71 |
+
CITATION_BUTTON_LABEL = """📚 How to Cite FormulaOne"""
|
72 |
CITATION_BUTTON_TEXT = r"""
|
73 |
+
@misc{beniamini2025formulaonemeasuringdepthalgorithmic,
|
74 |
+
title={FormulaOne: Measuring the Depth of Algorithmic Reasoning Beyond Competitive Programming},
|
75 |
+
author={Gal Beniamini and Yuval Dor and Alon Vinnikov and Shir Granot Peled and Or Weinstein and Or Sharir and Noam Wies and Tomer Nussbaum and Ido Ben Shaul and Tomer Zekharya and Yoav Levine and Shai Shalev-Shwartz and Amnon Shashua},
|
76 |
+
year={2025},
|
77 |
+
eprint={2507.13337},
|
78 |
+
archivePrefix={arXiv},
|
79 |
+
primaryClass={cs.AI},
|
80 |
+
url={https://arxiv.org/abs/2507.13337},
|
81 |
+
}
|
82 |
"""
|