Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

MetaMath: Bootstrap Your Own Mathematical Questions for Large Language Models

About

Large language models (LLMs) have pushed the limits of natural language understanding and exhibited excellent problem-solving ability. Despite the great success, most existing open-source LLMs (e.g., LLaMA-2) are still far away from satisfactory for solving mathematical problem due to the complex reasoning procedures. To bridge this gap, we propose MetaMath, a fine-tuned language model that specializes in mathematical reasoning. Specifically, we start by bootstrapping mathematical questions by rewriting the question from multiple perspectives without extra knowledge, which results in a new dataset called MetaMathQA. Then we fine-tune the LLaMA-2 models on MetaMathQA. Experimental results on two popular benchmarks (i.e., GSM8K and MATH) for mathematical reasoning demonstrate that MetaMath outperforms a suite of open-source LLMs by a significant margin. Our MetaMath-7B model achieves 66.4% on GSM8K and 19.4% on MATH, exceeding the state-of-the-art models of the same size by 11.5% and 8.7%. Particularly, MetaMath-70B achieves an accuracy of 82.3% on GSM8K, slightly better than GPT-3.5-Turbo. We release all the MetaMathQA dataset, the MetaMath models with different model sizes and the training code for public use.

Longhui Yu, Weisen Jiang, Han Shi, Jincheng Yu, Zhengying Liu, Yu Zhang, James T. Kwok, Zhenguo Li, Adrian Weller, Weiyang Liu• 2023

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningGSM8K
Accuracy82.3
983
Mathematical ReasoningGSM8K (test)
Accuracy84.2
797
Mathematical ReasoningGSM8K (test)
Accuracy88
751
Mathematical ReasoningMATH
Accuracy49.5
643
Mathematical ReasoningMATH
Accuracy28.2
535
Mathematical ReasoningMATH (test)
Overall Accuracy51.8
433
Mathematical ReasoningMATH500 (test)
Accuracy28.6
381
Mathematical ReasoningSVAMP
Accuracy81.9
368
Mathematical ReasoningGSM8K
Accuracy (GSM8K)66.5
358
Mathematical ReasoningGSM8K--
351
Showing 10 of 74 rows
...

Other info

Code

Follow for update