fdqerq22ds/MathScaleQA-2M
收藏资源简介:
该数据集是通过使用GPT-3.5-0613 API复现MathScaleQA生成的,包含2M个数据点。此外,还尝试通过微调Mistral-7B-v0.1模型来复现MathScale-Mistral模型,并遵循原始论文中的超参数以确保复现的有效性。复现过程顺利,复现模型在多个数学问题基准测试上的性能与官方模型相当。
This dataset is generated by reproducing MathScaleQA via the GPT-3.5-0613 API, comprising 2M data points. Additionally, we attempted to reproduce the MathScale-Mistral model by fine-tuning the Mistral-7B-v0.1 model, adhering to the hyperparameters specified in the original paper to ensure the reproducibility of the work. The reproduction process proceeded smoothly, and the performance of the reproduced model across multiple mathematical problem benchmark datasets is comparable to that of the official model.
数据集概述
该仓库包含一个由GPT-3.5-0613 API生成的数据集,名为MathScaleQA,包含200万个数据点。此外,我们还尝试通过在Mistral-7B-v0.1上微调此数据集,来复现MathScale-Mistral模型,遵循原始论文中的超参数,以确保复现的有效性。
复现详情
复现过程顺利,我们在MWPBench上评估时成功匹配了报告的性能指标。以下是我们复现模型与官方模型的性能对比:
| 模型 | GSM8K | MATH | CollegeMath | TAL | Math23k | Ape210k | GaokaoBench-Math | AGIE-Gaokao-Math | AGIE-SAT-Math | AGIE-MATH | MicroAverage | MacroAverage |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 官方 MathScale-Mistral | 74.8 | 35.2 | 21.8 | 39.9 | 64.4 | 46.0 | 21.4 | 14.3 | 57.8 | 32.9 | 38.7 | 40.8 |
| 复现 MathScale-Mistral | 74.0 | 34.5 | 22.0 | 39.6 | 61.7 | 45.1 | 21.6 | 15.5 | 56.8 | 34.4 | 38.3 | 40.5 |




