Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
koalazf99 commited on
Commit
f9981b7
โ€ข
1 Parent(s): 9a08303

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -28
README.md CHANGED
@@ -12,41 +12,29 @@ task_categories:
12
  language:
13
  - en
14
  pretty_name: open-web-math-pro
 
 
 
15
  ---
16
 
17
  # ๐Ÿ“š Open-Web-Math-Pro
18
 
 
 
 
19
 
20
- ## Dataset Description
21
 
22
- - **Repository:** [gair-prox/open-web-math-pro](https://huggingface.co/datasets/gair-prox/open-web-math-pro)
 
23
 
24
- ### Dataset Summary
25
 
26
- 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.
 
27
 
28
- ### Supported Tasks and Leaderboards
29
 
30
- The dataset is primarily designed for:
31
-
32
- - Mathematical text generation
33
- - Mathematical question answering
34
- - Mathematical reasoning
35
-
36
- ### Languages
37
-
38
- The texts in the dataset are primarily in English.
39
-
40
- ## Dataset Structure
41
-
42
- ### Data Instances
43
-
44
- Each instance in the dataset contains a single field:
45
-
46
- - `text`: A string containing mathematical text, which may include equations, proofs, problem statements, or explanations.
47
-
48
- Example of a data instance:
49
- ```python
50
- {
51
- '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).'
52
- }
 
12
  language:
13
  - en
14
  pretty_name: open-web-math-pro
15
+ tags:
16
+ - math
17
+ - reasoning
18
  ---
19
 
20
  # ๐Ÿ“š Open-Web-Math-Pro
21
 
22
+ <p align="center">
23
+ <img src="prox-teaser.png">
24
+ </p>
25
 
26
+ [ArXiv](http://arxiv.org/abs/xxxx) | [Models](https://huggingface.co/collections/gair-prox/prox-math-models-66e92c3e5d54b27612286eb9) | [Code](https://github.com/GAIR-NLP/ProX)
27
 
28
+ Open-Web-Math-Pro is refined from [open-web-math](https://huggingface.co/datasets/open-web-math/open-web-math) using the **ProX** refining framework.
29
+ It contains about 5B high quality math related tokens, ready for pre-training.
30
 
 
31
 
32
+ ## License
33
+ Open-Web-Math-Pro is based on open-web-math, which is made available under an ODC-By 1.0 license; users should also abide by the CommonCrawl ToU: https://commoncrawl.org/terms-of-use/. We do not alter the license of any of the underlying data.
34
 
 
35
 
36
+ ### Citation
37
+ ```
38
+ @misc{TBD
39
+ }
40
+ ```