Keiran Paster commited on
Commit
4c4cf48
1 Parent(s): d864ba0

update figures

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -59,7 +59,7 @@ The dataset is structured as follows:
59
 
60
  OpenWebMath contains documents from over 130k different domains, including data from forums, educational pages, and blogs. The dataset contains documents covering mathematics, physics, statistics, computer science, and more. We summarize the content distribution of OpenWebMath in Figure 1 and Table 1.
61
 
62
- <!-- **Table 1:** Most Common Domains in OpenWebMath by Character Count
63
  | Domain | # Characters | % Characters |
64
  |-----------------------|--------------|--------------|
65
  | stackexchange.com | 4,655,132,784| 9.55% |
@@ -71,9 +71,9 @@ OpenWebMath contains documents from over 130k different domains, including data
71
  | wikipedia.org | 618,024,754 | 1.27% |
72
  | groundai.com | 545,214,990 | 1.12% |
73
  | blogspot.com | 520,392,333 | 1.07% |
74
- | mathoverflow.net | 499,102,560 | 1.02% | -->
75
 
76
- <img src="imgs/contents_pie_chart.png" alt="Content Distribution of OpenWebMath by Type and Subject">
77
 
78
  # Dataset Pipeline
79
 
@@ -99,7 +99,7 @@ The OpenWebMath pipeline consists of five steps:
99
  5. **Manual Inspection**:
100
  - Inspect the documents gathered from previous steps and remove low quality pages.
101
 
102
- For a detailed discussion on the processing pipeline, please refer to the associated paper.
103
 
104
  # License
105
 
 
59
 
60
  OpenWebMath contains documents from over 130k different domains, including data from forums, educational pages, and blogs. The dataset contains documents covering mathematics, physics, statistics, computer science, and more. We summarize the content distribution of OpenWebMath in Figure 1 and Table 1.
61
 
62
+ **Table 1:** Most Common Domains in OpenWebMath by Character Count
63
  | Domain | # Characters | % Characters |
64
  |-----------------------|--------------|--------------|
65
  | stackexchange.com | 4,655,132,784| 9.55% |
 
71
  | wikipedia.org | 618,024,754 | 1.27% |
72
  | groundai.com | 545,214,990 | 1.12% |
73
  | blogspot.com | 520,392,333 | 1.07% |
74
+ | mathoverflow.net | 499,102,560 | 1.02% |
75
 
76
+ <!-- <img src="imgs/contents_pie_chart.png" alt="Content Distribution of OpenWebMath by Type and Subject"> -->
77
 
78
  # Dataset Pipeline
79
 
 
99
  5. **Manual Inspection**:
100
  - Inspect the documents gathered from previous steps and remove low quality pages.
101
 
102
+ For a detailed discussion on the processing pipeline, please refer to our paper.
103
 
104
  # License
105