Update README.md
Browse files
README.md
CHANGED
@@ -43,10 +43,31 @@ tags:
|
|
43 |
|
44 |
# LLM Leaderboard Data for Hendrycks MATH Dataset
|
45 |
|
46 |
-
A
|
47 |
|
48 |
Data converted from source: [Math Word Problem Solving on MATH](https://paperswithcode.com/sota/math-word-problem-solving-on-math)
|
49 |
|
50 |
## Evaluation
|
51 |
|
52 |
-
Introduced by Hendrycks et al. in Measuring Mathematical Problem Solving With the MATH Dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
# LLM Leaderboard Data for Hendrycks MATH Dataset
|
45 |
|
46 |
+
A Papers with Code attempt to aggregate yearly (2022-2024) LLM/Foundation model performance on Hendrycks' MATH evaluation.
|
47 |
|
48 |
Data converted from source: [Math Word Problem Solving on MATH](https://paperswithcode.com/sota/math-word-problem-solving-on-math)
|
49 |
|
50 |
## Evaluation
|
51 |
|
52 |
+
Introduced by Hendrycks et al. in *Measuring Mathematical Problem Solving With the MATH Dataset*. MATH is a dataset comprising 12,500 challenging competition mathematics problems. Each problem in MATH has a full step-by-step solution useful for teaching models to generate answer derivations and explanations.
|
53 |
+
|
54 |
+
## Visualizations
|
55 |
+
|
56 |
+
### Model Accuracy Trends
|
57 |
+
|
58 |
+

|
59 |
+
|
60 |
+
*Figure 1: Trends in model accuracy from 2022 to 2024, illustrating improvement rates over time.*
|
61 |
+
|
62 |
+
### Top 20% Model Accuracy
|
63 |
+
|
64 |
+

|
65 |
+
|
66 |
+
*Figure 2: Accuracy distribution among the top 20% performing models on the Hendrycks MATH dataset.*
|
67 |
+
|
68 |
+
### Standard Deviation vs Median (Top 20%)
|
69 |
+
|
70 |
+

|
71 |
+
|
72 |
+
*Figure 3: Relationship between standard deviation and median accuracy scores for the top 20% models.*
|
73 |
+
|