Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
open-web-math-pro / README.md
koalazf99's picture
Update README.md
9a08303 verified
|
raw
history blame
1.31 kB
---
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](https://huggingface.co/datasets/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:
```python
{
'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).'
}