Update simplewiki to 20260901

#8
by jph00 - opened
README.md CHANGED
@@ -12,14 +12,14 @@ configs:
12
 
13
  # Simple English Wikipedia as clean md
14
 
15
- This dataset is a cleaned, structurally faithful approximation of the Simple English Wikipedia article corpus in Answer.AI's canonical `md` dialect. It was produced from the Wikimedia dump dated **20260801** by [Answer.AI's parse-wiki pipeline](https://github.com/AnswerDotAI/parse-wiki).
16
 
17
  It is designed for language-model training and for agent/RAG systems. The `articles` configuration provides complete documents for continued pretraining, corpus analysis, rechunking, and task-specific dataset creation. The `chunks` configuration provides section-aware retrieval units without duplicating article text: every chunk is a UTF-8 byte range into an article plus a small Markdown heading prefix. This keeps the corpus compact while preserving useful article and section breadcrumbs.
18
 
19
  ## Contents
20
 
21
- - **articles** — 268,985 cleaned articles with dense `article_id`, Wikimedia page and revision IDs, title, revision timestamp, complete `md`, and conversion warnings.
22
- - **chunks** — 304,133 chunk indexes targeting about 700 words, with `article_id`, per-article `chunk_id`, UTF-8 `start_byte`/`byte_len`, `prefix_md`, `start_kind`, and `word_count`.
23
 
24
  The article row number equals `article_id`, and chunk rows are ordered by `article_id` then `chunk_id`. UTF-8 byte offsets—not Python character offsets—are used so ranges are stable across languages and tools.
25
 
@@ -56,7 +56,7 @@ This is intentionally a fast, useful approximation rather than a browser-perfect
56
 
57
  ## License and attribution
58
 
59
- Wikipedia text is provided by its contributors under the [Creative Commons Attribution-ShareAlike 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/) and may also be available under the GFDL. This transformed dataset is distributed under CC BY-SA 4.0. Attribute **Simple English Wikipedia contributors**, link to the relevant article or revision, and indicate that the text was transformed by Answer.AI's parse-wiki pipeline. For a row, an exact revision URL is:
60
 
61
  ```python
62
  url = f"https://simple.wikipedia.org/w/index.php?oldid={article['revision_id']}"
 
12
 
13
  # Simple English Wikipedia as clean md
14
 
15
+ This dataset is a cleaned, structurally faithful approximation of the Simple English Wikipedia article corpus in Answer.AI's canonical `md` dialect. It was produced from the Wikimedia dump dated **20260901** by [Answer.AI's wiki2dataset pipeline](https://github.com/AnswerDotAI/wiki2dataset).
16
 
17
  It is designed for language-model training and for agent/RAG systems. The `articles` configuration provides complete documents for continued pretraining, corpus analysis, rechunking, and task-specific dataset creation. The `chunks` configuration provides section-aware retrieval units without duplicating article text: every chunk is a UTF-8 byte range into an article plus a small Markdown heading prefix. This keeps the corpus compact while preserving useful article and section breadcrumbs.
18
 
19
  ## Contents
20
 
21
+ - **articles** — 269,764 cleaned articles with dense `article_id`, Wikimedia page and revision IDs, title, revision timestamp, complete `md`, and conversion warnings.
22
+ - **chunks** — 305,263 chunk indexes targeting about 700 words, with `article_id`, per-article `chunk_id`, UTF-8 `start_byte`/`byte_len`, `prefix_md`, `start_kind`, and `word_count`.
23
 
24
  The article row number equals `article_id`, and chunk rows are ordered by `article_id` then `chunk_id`. UTF-8 byte offsets—not Python character offsets—are used so ranges are stable across languages and tools.
25
 
 
56
 
57
  ## License and attribution
58
 
59
+ Wikipedia text is provided by its contributors under the [Creative Commons Attribution-ShareAlike 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/) and may also be available under the GFDL. This transformed dataset is distributed under CC BY-SA 4.0. Attribute **Simple English Wikipedia contributors**, link to the relevant article or revision, and indicate that the text was transformed by Answer.AI's wiki2dataset pipeline. For a row, an exact revision URL is:
60
 
61
  ```python
62
  url = f"https://simple.wikipedia.org/w/index.php?oldid={article['revision_id']}"
data/articles/train-00000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:338102c3c82b949f3888160c6cd79e65894d56dc0d6207ac3e7f58995abf3908
3
- size 174112916
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24a480f74099efc296251591de455416d6a529361926f3a69641f8c90c3987fa
3
+ size 175051238
data/chunks/train-00000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a3afa6eb31eb885ced644f5604107398d6b71f28fabbbf4d424d6a0297ad11b2
3
- size 5668146
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6fdf945b7373a533ea6e1fc73724e04cd6007eb35b0286d032d10f8f0e2a060
3
+ size 5690540
manifest.json CHANGED
@@ -1,32 +1,37 @@
1
  {
2
- "schema_version": 3,
3
  "wiki": "simplewiki",
4
- "dump_date": "20260801",
5
- "generated_at": "2026-08-25T12:32:35.644105+00:00",
6
  "parameters": {
7
  "min_bytes": 250,
8
  "target_words": 700,
9
  "limit": null
10
  },
11
  "counts": {
12
- "articles": 268985,
13
- "chunks": 304133
14
  },
15
  "remaining_operations": [
16
  {
17
  "op": "mediawiki:transclude",
18
  "name": "party color",
19
- "pages": 766
20
  },
21
  {
22
  "op": "mediawiki:transclude",
23
  "name": "n/a",
24
- "pages": 697
25
  },
26
  {
27
  "op": "mediawiki:transclude",
28
  "name": "s-aft",
29
- "pages": 434
 
 
 
 
 
30
  },
31
  {
32
  "op": "mediawiki:transclude",
@@ -35,13 +40,13 @@
35
  },
36
  {
37
  "op": "mediawiki:transclude",
38
- "name": "conglinks",
39
- "pages": 424
40
  },
41
  {
42
  "op": "mediawiki:transclude",
43
  "name": "rating",
44
- "pages": 395
45
  },
46
  {
47
  "op": "mediawiki:transclude",
@@ -51,7 +56,7 @@
51
  {
52
  "op": "mediawiki:transclude",
53
  "name": "ushr",
54
- "pages": 386
55
  },
56
  {
57
  "op": "mediawiki:transclude",
@@ -71,17 +76,22 @@
71
  {
72
  "op": "mediawiki:transclude",
73
  "name": "certification table entry",
74
- "pages": 300
75
  },
76
  {
77
  "op": "mediawiki:transclude",
78
  "name": "certification table top",
79
- "pages": 299
80
  },
81
  {
82
  "op": "mediawiki:transclude",
83
  "name": "certification table bottom",
84
- "pages": 290
 
 
 
 
 
85
  },
86
  {
87
  "op": "mediawiki:transclude",
@@ -91,27 +101,27 @@
91
  {
92
  "op": "mediawiki:transclude",
93
  "name": "apostrophe",
94
- "pages": 265
95
  },
96
  {
97
  "op": "mediawiki:transclude",
98
- "name": "episode table",
99
- "pages": 254
100
  },
101
  {
102
  "op": "mediawiki:transclude",
103
- "name": "non-album singles",
104
- "pages": 245
105
  },
106
  {
107
  "op": "mediawiki:transclude",
108
- "name": "music",
109
- "pages": 220
110
  },
111
  {
112
  "op": "mediawiki:transclude",
113
- "name": "scroll box",
114
- "pages": 209
115
  },
116
  {
117
  "op": "mediawiki:transclude",
@@ -121,7 +131,7 @@
121
  {
122
  "op": "mediawiki:transclude",
123
  "name": "australian party style",
124
- "pages": 197
125
  },
126
  {
127
  "op": "mediawiki:transclude",
@@ -152,81 +162,61 @@
152
  "op": "mediawiki:transclude",
153
  "name": "medalbottom",
154
  "pages": 185
155
- },
156
- {
157
- "op": "mediawiki:transclude",
158
- "name": "album chart",
159
- "pages": 184
160
- },
161
- {
162
- "op": "mediawiki:transclude",
163
- "name": "non-album single",
164
- "pages": 184
165
  }
166
  ],
167
- "raw_formats": [
168
- [
169
- "html",
170
- 39245
171
- ],
172
- [
173
- "wikitext",
174
- 13989
175
- ]
176
- ],
177
  "sources": {
178
  "wikimedia_dump": {
179
- "checksum_url": "https://dumps.wikimedia.org/simplewiki/20260801/simplewiki-20260801-sha1sums.txt",
180
- "date": "20260801",
181
- "dumpstatus_url": "https://dumps.wikimedia.org/simplewiki/20260801/dumpstatus.json",
182
  "files": {
183
  "page_props": {
184
- "bytes": 10663667,
185
  "local": "simplewiki-latest-page_props.sql.gz",
186
- "name": "simplewiki-20260801-page_props.sql.gz",
187
- "sha1": "b566ac0a3505ab8668a9bb6b819df815b7d61b16",
188
- "url": "https://dumps.wikimedia.org/simplewiki/20260801/simplewiki-20260801-page_props.sql.gz"
189
  },
190
  "pages": {
191
- "bytes": 384058867,
192
  "local": "simplewiki-latest-pages-articles-multistream.xml.bz2",
193
- "name": "simplewiki-20260801-pages-articles-multistream.xml.bz2",
194
- "sha1": "4f646363bd2d095652149a6bdd87a0cedf51f6b2",
195
- "url": "https://dumps.wikimedia.org/simplewiki/20260801/simplewiki-20260801-pages-articles-multistream.xml.bz2"
196
  }
197
  },
198
  "wiki": "simplewiki"
199
  },
200
  "enterprise_snapshots": {
201
  "10": {
202
- "date_modified": "2026-07-01T03:13:15.897921571Z",
203
  "identifier": "simplewiki_namespace_10",
204
- "version": "6f57fb816a1d200c7e41bda769f1e5b9"
205
  },
206
  "14": {
207
- "date_modified": "2026-07-01T03:13:28.139653969Z",
208
  "identifier": "simplewiki_namespace_14",
209
- "version": "f044f4faf2f40e7cbface26460afd684"
210
  }
211
  }
212
  },
213
  "inputs": {
214
  "xml": {
215
  "path": "simplewiki-latest-pages-articles-multistream.xml.bz2",
216
- "sha256": "ac11b551195dafd5fc4842dae9ef6ec3e70f4409fc3f65c9ad5d058acf3c2dcc"
217
  },
218
  "page_props": {
219
  "path": "simplewiki-latest-page_props.sql.gz",
220
- "sha256": "e36ff6f938bcba9007aad5c0eb798681db56cbd4e833ec8de712e4f3acb5578c"
221
  },
222
  "metadata": {
223
  "path": "simplewiki-templates.sqlite",
224
- "sha256": "1fbbc85390aafb6970a05e178e92658db871ff54ad96ec4167fad4b8672b013c"
225
  }
226
  },
227
  "tools": {
228
- "parse_wiki": {
229
- "commit": "8bc6b27552238303494acec6a00711f829eff0ee",
230
  "dirty": false
231
  },
232
  "mdhtml": {
@@ -235,12 +225,12 @@
235
  },
236
  "files": {
237
  "data/articles/train-00000.parquet": {
238
- "bytes": 174112916,
239
- "sha256": "338102c3c82b949f3888160c6cd79e65894d56dc0d6207ac3e7f58995abf3908"
240
  },
241
  "data/chunks/train-00000.parquet": {
242
- "bytes": 5668146,
243
- "sha256": "a3afa6eb31eb885ced644f5604107398d6b71f28fabbbf4d424d6a0297ad11b2"
244
  }
245
  }
246
  }
 
1
  {
2
+ "schema_version": 4,
3
  "wiki": "simplewiki",
4
+ "dump_date": "20260901",
5
+ "generated_at": "2026-09-15T00:02:59.601810+00:00",
6
  "parameters": {
7
  "min_bytes": 250,
8
  "target_words": 700,
9
  "limit": null
10
  },
11
  "counts": {
12
+ "articles": 269764,
13
+ "chunks": 305263
14
  },
15
  "remaining_operations": [
16
  {
17
  "op": "mediawiki:transclude",
18
  "name": "party color",
19
+ "pages": 773
20
  },
21
  {
22
  "op": "mediawiki:transclude",
23
  "name": "n/a",
24
+ "pages": 706
25
  },
26
  {
27
  "op": "mediawiki:transclude",
28
  "name": "s-aft",
29
+ "pages": 435
30
+ },
31
+ {
32
+ "op": "mediawiki:transclude",
33
+ "name": "conglinks",
34
+ "pages": 428
35
  },
36
  {
37
  "op": "mediawiki:transclude",
 
40
  },
41
  {
42
  "op": "mediawiki:transclude",
43
+ "name": "hlist",
44
+ "pages": 398
45
  },
46
  {
47
  "op": "mediawiki:transclude",
48
  "name": "rating",
49
+ "pages": 398
50
  },
51
  {
52
  "op": "mediawiki:transclude",
 
56
  {
57
  "op": "mediawiki:transclude",
58
  "name": "ushr",
59
+ "pages": 387
60
  },
61
  {
62
  "op": "mediawiki:transclude",
 
76
  {
77
  "op": "mediawiki:transclude",
78
  "name": "certification table entry",
79
+ "pages": 303
80
  },
81
  {
82
  "op": "mediawiki:transclude",
83
  "name": "certification table top",
84
+ "pages": 302
85
  },
86
  {
87
  "op": "mediawiki:transclude",
88
  "name": "certification table bottom",
89
+ "pages": 293
90
+ },
91
+ {
92
+ "op": "mediawiki:transclude",
93
+ "name": "non-album singles",
94
+ "pages": 285
95
  },
96
  {
97
  "op": "mediawiki:transclude",
 
101
  {
102
  "op": "mediawiki:transclude",
103
  "name": "apostrophe",
104
+ "pages": 269
105
  },
106
  {
107
  "op": "mediawiki:transclude",
108
+ "name": "music",
109
+ "pages": 220
110
  },
111
  {
112
  "op": "mediawiki:transclude",
113
+ "name": "episode table",
114
+ "pages": 218
115
  },
116
  {
117
  "op": "mediawiki:transclude",
118
+ "name": "scroll box",
119
+ "pages": 210
120
  },
121
  {
122
  "op": "mediawiki:transclude",
123
+ "name": "non-album single",
124
+ "pages": 205
125
  },
126
  {
127
  "op": "mediawiki:transclude",
 
131
  {
132
  "op": "mediawiki:transclude",
133
  "name": "australian party style",
134
+ "pages": 198
135
  },
136
  {
137
  "op": "mediawiki:transclude",
 
162
  "op": "mediawiki:transclude",
163
  "name": "medalbottom",
164
  "pages": 185
 
 
 
 
 
 
 
 
 
 
165
  }
166
  ],
 
 
 
 
 
 
 
 
 
 
167
  "sources": {
168
  "wikimedia_dump": {
169
+ "checksum_url": "https://dumps.wikimedia.org/simplewiki/20260901/simplewiki-20260901-sha1sums.txt",
170
+ "date": "20260901",
171
+ "dumpstatus_url": "https://dumps.wikimedia.org/simplewiki/20260901/dumpstatus.json",
172
  "files": {
173
  "page_props": {
174
+ "bytes": 10703331,
175
  "local": "simplewiki-latest-page_props.sql.gz",
176
+ "name": "simplewiki-20260901-page_props.sql.gz",
177
+ "sha1": "b5db45ec277f76dab95b42234f9ee823be953c94",
178
+ "url": "https://dumps.wikimedia.org/simplewiki/20260901/simplewiki-20260901-page_props.sql.gz"
179
  },
180
  "pages": {
181
+ "bytes": 385846687,
182
  "local": "simplewiki-latest-pages-articles-multistream.xml.bz2",
183
+ "name": "simplewiki-20260901-pages-articles-multistream.xml.bz2",
184
+ "sha1": "50152ec5f40669eef3dc7b251d1a025fe3c0bb55",
185
+ "url": "https://dumps.wikimedia.org/simplewiki/20260901/simplewiki-20260901-pages-articles-multistream.xml.bz2"
186
  }
187
  },
188
  "wiki": "simplewiki"
189
  },
190
  "enterprise_snapshots": {
191
  "10": {
192
+ "date_modified": "2026-09-10T03:21:59.214065514Z",
193
  "identifier": "simplewiki_namespace_10",
194
+ "version": "f4577773742ff54f29ed48cdee1f2a8e"
195
  },
196
  "14": {
197
+ "date_modified": "2026-09-10T03:22:10.877280158Z",
198
  "identifier": "simplewiki_namespace_14",
199
+ "version": "7ef9f3215b943ce1a9eadf5f871b6f7e"
200
  }
201
  }
202
  },
203
  "inputs": {
204
  "xml": {
205
  "path": "simplewiki-latest-pages-articles-multistream.xml.bz2",
206
+ "sha256": "a16e59b4699c13a844e995cf7c6d0ba1d93dd61ed5f1e0e830fefd7eb90b6de4"
207
  },
208
  "page_props": {
209
  "path": "simplewiki-latest-page_props.sql.gz",
210
+ "sha256": "8f309d32bd3610103c7ab588b327a986b2b87cde5b30f78f1842e720bd8ae7ca"
211
  },
212
  "metadata": {
213
  "path": "simplewiki-templates.sqlite",
214
+ "sha256": "e65b49667f11a720624980481ef0b1a95e846a447d339f1bf3545da667f505e0"
215
  }
216
  },
217
  "tools": {
218
+ "wiki2dataset": {
219
+ "commit": "de5d1754d083c604a3ab476286fbf8965fcb9aa1",
220
  "dirty": false
221
  },
222
  "mdhtml": {
 
225
  },
226
  "files": {
227
  "data/articles/train-00000.parquet": {
228
+ "bytes": 175051238,
229
+ "sha256": "24a480f74099efc296251591de455416d6a529361926f3a69641f8c90c3987fa"
230
  },
231
  "data/chunks/train-00000.parquet": {
232
+ "bytes": 5690540,
233
+ "sha256": "c6fdf945b7373a533ea6e1fc73724e04cd6007eb35b0286d032d10f8f0e2a060"
234
  }
235
  }
236
  }