Earlier quoted context omitted.
Hey, author here. You can check out our evaluation library ( https://github.com/wellecks/lm-evaluation-harness ) for the exact benchmark implementations we used, including prompting. In particular, the prompt that starts at line 27 in this file ( https://github.com/wellecks/lm-evaluation-harness/blob/maste... ) is quite good for high school/olympiad problems. We took this prompt from Google's Minerva paper.
Thanks! First thank you for all the work to develop a math LLM. Those prompts are helpful. I shrank the weights down to f16 to fit on my system from f32 using the procedure at ggerganov/llama.cpp, then tried some of those prompts. From line 34: > Problem: > If $\det \mathbf{A} = 2$ and $\det \mathbf{B} = 12,$ then find $\det (\mathbf{A \mathbf{B}).$ > Solution: > We know that for a matrix \mathbf{M}, the determinant…
Is that supposed to be missing a "}" after the last "A"?