metadata
license: odc-by
size_categories:
- 1B<n<10B
configs:
- config_name: default
data_files:
- split: train
path: data/*
task_categories:
- text-generation
language:
- en
pretty_name: open-web-math-pro
π Open-Web-Math-Pro
Dataset Description
- Repository: gair-prox/open-web-math-pro
Dataset Summary
OpenWebMath-Pro is a large-scale dataset of mathematical text derived from web sources. It contains high-quality mathematical content curated and processed for training language models on mathematical tasks.
Supported Tasks and Leaderboards
The dataset is primarily designed for:
- Mathematical text generation
- Mathematical question answering
- Mathematical reasoning
Languages
The texts in the dataset are primarily in English.
Dataset Structure
Data Instances
Each instance in the dataset contains a single field:
text
: A string containing mathematical text, which may include equations, proofs, problem statements, or explanations.
Example of a data instance:
{
'text': 'Let f(x) be a continuous function on the closed interval [a,b]. The Mean Value Theorem states that there exists a point c in the open interval (a,b) such that f\'(c) = [f(b) - f(a)] / (b - a).'
}