math icon indicating copy to clipboard operation
math copied to clipboard

The MATH Dataset (NeurIPS 2021)

Results 15 math issues
Sort by recently updated
recently updated
newest added

Hi, sorry im new in this field. !python tune_gpt.py --khan-dataroot /content/amps/khan/ --save-dir /content/drive/MyDrive/model/ when i using the above code on google colap, i got error Traceback (most recent call last):...

What is the default value used for the tokenizer-merges-file ? Do you use the default merges_gpt2.txt or the custom digits removed file merges_gpt2_single_digit_numbers.txt My understanding is that the file merges.txt...

Hi, First of all, thank you so much for making the dataset publicly available! For the Khan dataset as part of AMPS, I wanted to ask the meanings/topics of the...

I looked in both MATh and amps but couldn't find them. Where are they? Will post the output of grep in a bit.

As the title describes, math_equivalence.is_equiv fails to work properly when the model output is a floating point number and the correct answer in the dataset is an integer. Provide a...

Thanks for your great work in creating this dataset, I have questions while evaluating ```llama2-7b-chat``` on this dataset. - The accuracy of the ```llama2-7b-chat``` output remains 0 when the training...

how do I evaluate a model with MATH? any code, bash etc?

Please add the dataset to huggingface.

# Q1 If $\det \mathbf{A} = -1,$ then find $\det (\mathbf{7A}).$ ## GT In general, $\det (k \mathbf{A}) = k^2 \det \mathbf{A}.$ Thus, \[\det (7 \mathbf{A}) = 7^2 (-1) =...

data point ``` data/MATH/train/algebra/24014.json ``` has string: ``` { "problem": "What is the largest value of $x$, if $\\frac{x}{5} + \\frac{1}{5x} = \\frac{1}{2}$?", "level": "Level 3", "type": "Algebra", "solution": "We...