Keiran Paster commited on
Commit
6c2b39f
1 Parent(s): f52ae43

update logo

Browse files
Files changed (2) hide show
  1. README.md +4 -5
  2. imgs/OpenWebMath-left.png +3 -0
README.md CHANGED
@@ -24,7 +24,8 @@ dataset_info:
24
  size_categories:
25
  - 10B<n<100B
26
  ---
27
- # <img align="left" width="50" height="50" src="imgs/openwebmath_logo.png" style="margin-top: -12px; margin-bottom: 0px;"> OpenWebMath
 
28
 
29
  [Keiran Paster](https://keirp.com)\*, [Marco Dos Santos](#)\*, [Zhangir Azerbayev](https://zhangir-azerbayev.github.io/), [Jimmy Ba](https://jimmylba.github.io/)
30
 
@@ -84,12 +85,10 @@ OpenWebMath builds on the massive [Common Crawl](https://commoncrawl.org/) datas
84
 
85
  The OpenWebMath pipeline consists of five steps:
86
  1. **Prefiltering HTML Documents**:
87
- - Apply a prefilter to all HTML documents in Common Crawl.
88
- - Quickly judge whether documents have mathematical content.
89
- - Skip documents without mathematical content to avoid extensive processing.
90
 
91
  2. **Text Extraction**:
92
- - Extract text, including LaTeX content, from the HTML documents.
93
 
94
  3. **Content Classification and Filtering**:
95
  - Apply a [FastText language identification model](https://fasttext.cc/docs/en/language-identification.html) to keep only English documents.
 
24
  size_categories:
25
  - 10B<n<100B
26
  ---
27
+ <!-- # <img align="left" width="50" height="50" src="imgs/openwebmath_logo.png" style="margin-top: -12px; margin-bottom: 0px;"> OpenWebMath -->
28
+ <img src="imgs/OpenWebMath-left.png">
29
 
30
  [Keiran Paster](https://keirp.com)\*, [Marco Dos Santos](#)\*, [Zhangir Azerbayev](https://zhangir-azerbayev.github.io/), [Jimmy Ba](https://jimmylba.github.io/)
31
 
 
85
 
86
  The OpenWebMath pipeline consists of five steps:
87
  1. **Prefiltering HTML Documents**:
88
+ - We apply a simple prefilter to all HTML documents in Common Crawl in order to skip documents without mathematical content to unnecessary processing time.
 
 
89
 
90
  2. **Text Extraction**:
91
+ - Extract text, including LaTeX content, from the HTML documents while removing boilerplate.
92
 
93
  3. **Content Classification and Filtering**:
94
  - Apply a [FastText language identification model](https://fasttext.cc/docs/en/language-identification.html) to keep only English documents.
imgs/OpenWebMath-left.png ADDED

Git LFS Details

  • SHA256: 13f4d50a2d1b4989dd7bfdd40a41d8900351435bc45b861c79440ec12fe3f21b
  • Pointer size: 131 Bytes
  • Size of remote file: 214 kB