SOTAVerified

An Empirical Study of Data Ability Boundary in LLMs' Math Reasoning

2024-02-23Code Available2· sign in to hype

Zui Chen, Yezeng Chen, Jiaqi Han, Zhijie Huang, Ji Qi, Yi Zhou

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Large language models (LLMs) are displaying emergent abilities for math reasoning tasks,and there is a growing attention on enhancing the ability of open-source LLMs through supervised fine-tuning (SFT).In this paper, we aim to explore a general data strategy for supervised data to help optimize and expand math reasoning ability.Firstly, we determine the ability boundary of reasoning paths augmentation by identifying these paths' minimal optimal set.Secondly, we validate that different abilities of the model can be cumulatively enhanced by Mix of Minimal Optimal Sets of corresponding types of data, while our models MMOS achieve SOTA performance on series base models under much lower construction costs.Besides, we point out GSM-HARD is not really hard and today's LLMs no longer lack numerical robustness.Also, we provide an Auto Problem Generator for robustness testing and educational applications.Our code and data are publicly available at https://github.com/cyzhh/MMOS.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
GSM8KMMOS-DeepSeekMath-7B(0-shot,k=50)Accuracy87.2Unverified
GSM8KMMOS-CODE-7B(0-shot)Accuracy73.9Unverified
GSM8KMMOS-CODE-34B(0-shot)Accuracy80.4Unverified
GSM8KMMOS-DeepSeekMath-7B(0-shot)Accuracy80.5Unverified

Reproductions