Gregor Betz commited on
Commit
3b4e965
1 Parent(s): dbcbccc

update intro

Browse files
Files changed (1) hide show
  1. src/display/about.py +2 -2
src/display/about.py CHANGED
@@ -26,9 +26,9 @@ TITLE = """<h1 align="center" id="space-title"><code>/\/</code> &nbsp; Open CoT
26
 
27
  # What does your leaderboard evaluate?
28
  INTRODUCTION_TEXT = """
29
- The `/\/` Open CoT Leaderboard tracks the reasoning skills of LLMs, measured as their ability to generate **effective chain-of-thought (CoT) reasoning traces**.
30
 
31
- The leaderboard reports **accuracy gains** achieved by using [CoT](https://logikon.ai/docs/delib_prompting), i.e.: _accuracy gain Δ_ = _accuracy with CoT_ — _accuracy w/o CoT_.
32
 
33
  See the "About" tab for more details and motivation.
34
  """
 
26
 
27
  # What does your leaderboard evaluate?
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 [chain-of-thought](https://logikon.ai/docs/delib_prompting) (CoT), i.e.: _accuracy gain Δ_ = _accuracy with CoT_ — _accuracy w/o CoT_.
32
 
33
  See the "About" tab for more details and motivation.
34
  """