pymlex commited on
Commit
5f0a670
·
verified ·
1 Parent(s): 948cd35

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -92,7 +92,7 @@ We used this dataset to evaluate the mathematical abilities of models from the `
92
  We propose a weighted accuracy metric where results for problems requiring more steps are weighted by the square of the step count:
93
 
94
  $$
95
- \text{weighted\_score} = \frac{\sum\limits_{s=1}^{N_{cls}} (\text{mean}(\text{correct}_s) \cdot s^2)}{\sum\limits_{s=1}^{N_{cls}} s^2} \quad N_{cls} = 15
96
  $$
97
 
98
  Comparison table:
 
92
  We propose a weighted accuracy metric where results for problems requiring more steps are weighted by the square of the step count:
93
 
94
  $$
95
+ \text{weighted\_score} = \frac{\sum\limits_{s=1}^{N_{cls}} (\text{mean}(\text{correct}_s) \cdot s^2)}{\sum\limits_{s=1}^{N_{cls}} s^2}, \quad N_{cls} = 15
96
  $$
97
 
98
  Comparison table: