CLAILGFeb 15, 2024

OpenMathInstruct-1: A 1.8 Million Math Instruction Tuning Dataset

arXiv:2402.10176v2165 citationsh-index: 23Has CodeNIPS
Originality Incremental advance
AI Analysis

This provides a permissively licensed dataset for training LLMs in math reasoning, addressing a gap for researchers and developers reliant on open-source tools.

The authors tackled the problem of limited open-source math instruction tuning datasets by constructing OpenMathInstruct-1, a 1.8 million problem-solution dataset using the Mixtral model, resulting in a model achieving 84.6% on GSM8K and 50.7% on MATH, competitive with GPT-distilled models.

Recent work has shown the immense potential of synthetically generated datasets for training large language models (LLMs), especially for acquiring targeted skills. Current large-scale math instruction tuning datasets such as MetaMathQA (Yu et al., 2024) and MAmmoTH (Yue et al., 2024) are constructed using outputs from closed-source LLMs with commercially restrictive licenses. A key reason limiting the use of open-source LLMs in these data generation pipelines has been the wide gap between the mathematical skills of the best closed-source LLMs, such as GPT-4, and the best open-source LLMs. Building on the recent progress in open-source LLMs, our proposed prompting novelty, and some brute-force scaling, we construct OpenMathInstruct-1, a math instruction tuning dataset with 1.8M problem-solution pairs. The dataset is constructed by synthesizing code-interpreter solutions for GSM8K and MATH, two popular math reasoning benchmarks, using the recently released and permissively licensed Mixtral model. Our best model, OpenMath-CodeLlama-70B, trained on a subset of OpenMathInstruct-1, achieves a score of 84.6% on GSM8K and 50.7% on MATH, which is competitive with the best gpt-distilled models. We release our code, models, and the OpenMathInstruct-1 dataset under a commercially permissive license.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes