Keiran Paster commited on
Commit
2467608
1 Parent(s): 1fa5e96

update readme

Browse files
Files changed (1) hide show
  1. README.md +5 -8
README.md CHANGED
@@ -27,7 +27,7 @@ dataset_info:
27
  # <img align="left" width="50" height="50" src="imgs/openwebmath_logo.png" style="margin-top: -12px; margin-bottom: 0px;"> OpenWebMath
28
 
29
 
30
- **OpenWebMath** is a dataset containing the majority of the high-quality, mathematical text from the internet. It is filtered and extracted from over 200B HTML files on Common Crawl down to a set of **6.3 million documents** containing **14.7B tokens**. OpenWebMath is intended for use in *pretraining and finetuning large language models*.
31
 
32
  Important Links:
33
  - [ArXiv Paper](...)
@@ -48,7 +48,7 @@ Important Links:
48
  }
49
  ```
50
 
51
- ## Dataset Contents
52
 
53
  Our aim with OpenWebMath was to build a dataset of as many mathematical documents sourced from the web as possible while preserving the formatting of mathematical content such as LaTeX equations. OpenWebMath contains documents from over 130k different domains, ranging from forums, educational and reference content, and blogs. The dataset contains documents covering mathematics, physics, statistics, computer science, and more.
54
 
@@ -71,7 +71,7 @@ We provide automatically collected annotations for the source `url`, `timestamp`
71
  **Figure 1:** Content Distribution of OpenWebMath by Type and Subject
72
  <img src="imgs/contents_pie_chart.png" alt="Content Distribution of OpenWebMath by Type and Subject">
73
 
74
- ## Dataset Pipeline
75
 
76
  **Figure 2:** OpenWebMath Pipeline
77
  <img src="imgs/pipeline.png" alt="Overview of the OpenWebMath Pipeline">
@@ -80,9 +80,6 @@ OpenWebMath builds on the massive Common Crawl dataset, which contains over 200B
80
 
81
  As shown in Figure 2, the processing pipeline for OpenWebMath falls into five stages. First, we apply a prefilter to all HTML documents in Common Crawl to quickly judge whether they have mathematical content, skipping those that do not before doing the extensive processing needed to extract text and equations and remove boilerplate. Second, we extract the text, including mathematical content, from the HTML documents. Third, we apply language identification filters, perplexity-based quality filtering, and a mathematical content classifier filter. Fourth, we deduplicate the dataset using SimHash. Finally, we manually inspect the documents gathered in the previous steps and view documents from the most popular domains by document-count and character-count, removing domains that are not high quality. Please find more information about the processing pipeline in the paper.
82
 
83
- ## License
84
 
85
- OpenWebMath is made available under an ODC-By 1.0 license; users should also abide by the CommonCrawl ToU: [https://commoncrawl.org/terms-of-use/](https://commoncrawl.org/terms-of-use/). We do not alter the license of any of the underlying data.
86
-
87
- ## Contact
88
- Keiran Paster ([keirp@cs.toronto.edu](mailto:keirp@cs.toronto.edu)) & Marco Dos Santos ([mjad3@cam.ac.uk](mailto:mjad3@cam.ac.uk))
 
27
  # <img align="left" width="50" height="50" src="imgs/openwebmath_logo.png" style="margin-top: -12px; margin-bottom: 0px;"> OpenWebMath
28
 
29
 
30
+ **OpenWebMath** is a dataset containing the majority of the high-quality, mathematical text from the internet. It is filtered and extracted from over 200B HTML files on Common Crawl down to a set of **6.3 million documents** containing **14.7B tokens**. OpenWebMath is intended for use in *pretraining* and *finetuning* large language models.
31
 
32
  Important Links:
33
  - [ArXiv Paper](...)
 
48
  }
49
  ```
50
 
51
+ # Dataset Contents
52
 
53
  Our aim with OpenWebMath was to build a dataset of as many mathematical documents sourced from the web as possible while preserving the formatting of mathematical content such as LaTeX equations. OpenWebMath contains documents from over 130k different domains, ranging from forums, educational and reference content, and blogs. The dataset contains documents covering mathematics, physics, statistics, computer science, and more.
54
 
 
71
  **Figure 1:** Content Distribution of OpenWebMath by Type and Subject
72
  <img src="imgs/contents_pie_chart.png" alt="Content Distribution of OpenWebMath by Type and Subject">
73
 
74
+ # Dataset Pipeline
75
 
76
  **Figure 2:** OpenWebMath Pipeline
77
  <img src="imgs/pipeline.png" alt="Overview of the OpenWebMath Pipeline">
 
80
 
81
  As shown in Figure 2, the processing pipeline for OpenWebMath falls into five stages. First, we apply a prefilter to all HTML documents in Common Crawl to quickly judge whether they have mathematical content, skipping those that do not before doing the extensive processing needed to extract text and equations and remove boilerplate. Second, we extract the text, including mathematical content, from the HTML documents. Third, we apply language identification filters, perplexity-based quality filtering, and a mathematical content classifier filter. Fourth, we deduplicate the dataset using SimHash. Finally, we manually inspect the documents gathered in the previous steps and view documents from the most popular domains by document-count and character-count, removing domains that are not high quality. Please find more information about the processing pipeline in the paper.
82
 
83
+ # License
84
 
85
+ OpenWebMath is made available under an ODC-By 1.0 license; users should also abide by the CommonCrawl ToU: [https://commoncrawl.org/terms-of-use/](https://commoncrawl.org/terms-of-use/). We do not alter the license of any of the underlying data.