Commit a554e41b authored by baberabb's avatar baberabb
Browse files

refactored hendrycks_math to minerva_math

parent 1a34d084
group: hendrycks_math
task:
- math_algebra
- math_counting_and_prob
- math_geometry
- math_intermediate_algebra
- math_num_theory
- math_prealgebra
- math_precalc
group: minerva_math
task:
- minerva_math_algebra
- minerva_math_counting_and_prob
- minerva_math_geometry
- minerva_math_intermediate_algebra
- minerva_math_num_theory
- minerva_math_prealgebra
- minerva_math_precalc
include: math_algebra.yaml
dataset_name: geometry
task: math_geometry
include: math_algebra.yaml
dataset_name: prealgebra
task: math_prealgebra
include: math_algebra.yaml
dataset_name: precalculus
task: math_precalc
...@@ -6,7 +6,7 @@ https://arxiv.org/abs/2103.03874 ...@@ -6,7 +6,7 @@ https://arxiv.org/abs/2103.03874
Many intellectual endeavors require mathematical problem solving, but this skill remains beyond the capabilities of computers. To measure this ability in machine learning models, we introduce MATH, 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. Many intellectual endeavors require mathematical problem solving, but this skill remains beyond the capabilities of computers. To measure this ability in machine learning models, we introduce MATH, 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.
NOTE: The few-shot and the generated answer extraction is based on the [Minerva](https://arxiv.org/abs/2206.14858) paper and exact match equivalence is calculated using the `sympy` library NOTE: The few-shot and the generated answer extraction is based on the [Minerva](https://arxiv.org/abs/2206.14858) and exact match equivalence is calculated using the `sympy` library
Homepage: https://github.com/hendrycks/math Homepage: https://github.com/hendrycks/math
...@@ -19,13 +19,20 @@ Homepage: https://github.com/hendrycks/math ...@@ -19,13 +19,20 @@ Homepage: https://github.com/hendrycks/math
journal={NeurIPS}, journal={NeurIPS},
year={2021} year={2021}
} }
@misc{2206.14858,
Author = {Aitor Lewkowycz and Anders Andreassen and David Dohan and Ethan Dyer and Henryk Michalewski and Vinay Ramasesh and Ambrose Slone and Cem Anil and Imanol Schlag and Theo Gutman-Solo and Yuhuai Wu and Behnam Neyshabur and Guy Gur-Ari and Vedant Misra},
Title = {Solving Quantitative Reasoning Problems with Language Models},
Year = {2022},
Eprint = {arXiv:2206.14858},
}
``` ```
### Groups, Benchmarks and Tasks ### Groups, Benchmarks and Tasks
#### Benchmarks #### Benchmarks
- `hendrycks_math` - `minerva_math`
#### Groups #### Groups
...@@ -34,13 +41,13 @@ Homepage: https://github.com/hendrycks/math ...@@ -34,13 +41,13 @@ Homepage: https://github.com/hendrycks/math
#### Tasks #### Tasks
- `math_algebra` - `minerva_math_algebra`
- `math_counting_and_prob` - `minerva_math_counting_and_prob`
- `math_geometry` - `minerva_math_geometry`
- `math_intermediate_algebra` - `minerva_math_intermediate_algebra`
- `math_num_theory` - `minerva_math_num_theory`
- `math_prealgebra` - `minerva_math_prealgebra`
- `math_precalc` - `minerva_math_precalc`
### Checklist ### Checklist
......
group: group:
- math_word_problems - math_word_problems
task: math_algebra task: minerva_math_algebra
dataset_path: baber/hendrycks_math dataset_path: EleutherAI/hendrycks_math
process_docs: !function utils.process_docs process_docs: !function utils.process_docs
dataset_name: algebra dataset_name: algebra
output_type: greedy_until output_type: greedy_until
......
include: math_algebra.yaml include: minerva_math_algebra.yaml
dataset_name: counting_and_probability dataset_name: counting_and_probability
task: math_counting_and_prob task: minerva_math_counting_and_prob
include: minerva_math_algebra.yaml
dataset_name: geometry
task: minerva_math_geometry
include: math_algebra.yaml include: minerva_math_algebra.yaml
dataset_name: intermediate_algebra dataset_name: intermediate_algebra
task: math_intermediate_algebra task: minerva_math_intermediate_algebra
include: math_algebra.yaml include: minerva_math_algebra.yaml
dataset_name: number_theory dataset_name: number_theory
task: math_num_theory task: minerva_math_num_theory
include: minerva_math_algebra.yaml
dataset_name: prealgebra
task: minerva_math_prealgebra
include: minerva_math_algebra.yaml
dataset_name: precalculus
task: minerva_math_precalc
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment