Update README.md
Browse files
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 |
-
|
21 |
|
22 |
-
-
|
|
|
23 |
|
24 |
-
### Dataset Summary
|
25 |
|
26 |
-
|
|
|
27 |
|
28 |
-
### Supported Tasks and Leaderboards
|
29 |
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
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 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|