nlile commited on
Commit
3b1b0d6
·
verified ·
1 Parent(s): 25f78c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -2
README.md CHANGED
@@ -43,10 +43,31 @@ tags:
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 the Hendryck's 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 new dataset of 12,500 challenging competition mathematics problems. Each problem in MATH has a full step-by-step solution which can be used to teach models to generate answer derivations and explanations.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ![Model Accuracy Trends](img/model_accuracy_trends.png)
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
+ ![Top 20% Model Accuracy](img/top_20_percent_accuracy.png)
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
+ ![Top 20% Standard Deviation vs Median](img/top_20_std_vs_median.png)
71
+
72
+ *Figure 3: Relationship between standard deviation and median accuracy scores for the top 20% models.*
73
+