Alvinn-aai commited on
Commit
3239883
·
1 Parent(s): 333d45b

improve desc

Browse files
Files changed (1) hide show
  1. src/about.py +6 -0
src/about.py CHANGED
@@ -26,6 +26,12 @@ 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 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
 
 
26
 
27
  # What does your leaderboard evaluate?
28
  INTRODUCTION_TEXT = """
29
+ Welcome to the official repository for the paper:
30
+
31
+ **FormulaOne: Measuring the Depth of Algorithmic Reasoning Beyond Competitive Programming** <br>
32
+ *Gal Beniamini, Yuval Dor, Alon Vinnikov, Shir Granot Peled, Or Weinstein, Or Sharir, Noam Wies, Tomer Nussbaum, Ido Ben Shaul, Tomer Zekharya, Yoav Levine, Shai Shalev-Shwartz, Amnon Shashua* <br>
33
+ **AAI, July 2025**
34
+
35
  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.
36
  """
37