Gregor Betz commited on
Commit
5ffbeee
1 Parent(s): 7c3ab4d

intro update

Browse files
Files changed (1) hide show
  1. src/display/about.py +1 -1
src/display/about.py CHANGED
@@ -28,7 +28,7 @@ TITLE = """<h1 align="center" id="space-title"><code>/\/</code> &nbsp; Open CoT
28
  INTRODUCTION_TEXT = """
29
  The `/\/` Open CoT Leaderboard tracks the reasoning skills of LLMs, measured as their ability to generate **effective chain-of-thought reasoning traces**.
30
 
31
- The leaderboard reports **accuracy gains** achieved by using CoT, i.e.: _accuracy gain Δ_ = _CoT accuracy__baseline accuracy_.
32
 
33
  See the "About" tab for more details and motivation.
34
  """
 
28
  INTRODUCTION_TEXT = """
29
  The `/\/` Open CoT Leaderboard tracks the reasoning skills of LLMs, measured as their ability to generate **effective chain-of-thought reasoning traces**.
30
 
31
+ The leaderboard reports **accuracy gains** achieved by using CoT, i.e.: _accuracy gain Δ_ = _accuracy with CoT_ _accuracy w/o CoT_.
32
 
33
  See the "About" tab for more details and motivation.
34
  """