Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Scaling Relationship on Learning Mathematical Reasoning with Large Language Models

About

Mathematical reasoning is a challenging task for large language models (LLMs), while the scaling relationship of it with respect to LLM capacity is under-explored. In this paper, we investigate how the pre-training loss, supervised data amount, and augmented data amount influence the reasoning performances of a supervised LLM. We find that pre-training loss is a better indicator of the model's performance than the model's parameter count. We apply supervised fine-tuning (SFT) with different amounts of supervised data and empirically find a log-linear relation between data amount and model performance, and we find better models improve less with enlarged supervised datasets. To augment more data samples for improving model performances without any human effort, we propose to apply Rejection sampling Fine-Tuning (RFT). RFT uses supervised models to generate and collect correct reasoning paths as augmented fine-tuning datasets. We find with augmented samples containing more distinct reasoning paths, RFT improves mathematical reasoning performance more for LLMs. We also find RFT brings more improvement for less performant LLMs. Furthermore, we combine rejection samples from multiple models which push LLaMA-7B to an accuracy of 49.3\% on GSM8K which outperforms the supervised fine-tuning (SFT) accuracy of 35.9\% significantly.

Zheng Yuan, Hongyi Yuan, Chengpeng Li, Guanting Dong, Keming Lu, Chuanqi Tan, Chang Zhou, Jingren Zhou• 2023

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningGSM8K
Accuracy88.2
1398
Mathematical ReasoningGSM8K (test)
Accuracy83.5
954
Mathematical ReasoningMATH
Accuracy53
882
Mathematical ReasoningGSM8K (test)
Accuracy79
816
Multi-hop Question Answering2WikiMultihopQA
EM62.5
559
Mathematical ReasoningMATH (test)
Overall Accuracy54.4
433
Mathematical ReasoningSVAMP
Accuracy80
403
Mathematical ReasoningCollegeMATH
Accuracy41.9
327
Mathematical ReasoningASDIV
Accuracy0.907
268
Mathematical ReasoningMAWPS
Accuracy92.7
241
Showing 10 of 118 rows
...

Other info

Code

Follow for update