Update README.md
Browse files
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:
|