Document live source-gate validation

#3
Files changed (2) hide show
  1. CHANGELOG.md +12 -0
  2. README.md +20 -10
CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
  # Changelog
2
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ## v0.2.1 (2026-07-02)
4
 
5
  - Released a stable metadata-schema update: `id, text, source, added, created, token_count, license, author`.
 
1
  # Changelog
2
 
3
+ ## v0.3.0-preview (in progress)
4
+
5
+ - Validated the source-policy gate on live local SpeakLeash shards: 12 reviewed
6
+ sources sampled and cleared blocking checks; four sources remain excluded and
7
+ two talk-page shards remain on hold pending a separate policy.
8
+ - Ran a direct Europeana 200-record rebuild probe with per-record rights and
9
+ creator metadata: 197 Public Domain Mark and three CC-BY-SA-4.0 records
10
+ cleared blocking validation. This is candidate validation, not a release
11
+ inclusion.
12
+ - Biblioteka Nauki direct probe currently returns HTTP 500 and is held out of
13
+ the preview until the upstream request is repaired and audited.
14
+
15
  ## v0.2.1 (2026-07-02)
16
 
17
  - Released a stable metadata-schema update: `id, text, source, added, created, token_count, license, author`.
README.md CHANGED
@@ -23,11 +23,10 @@ family (Enevoldsen et al., [arXiv:2508.02271](https://arxiv.org/abs/2508.02271))
23
  > (tiktoken proxy; canonical Llama-3 count at release) · 12 sources
24
  > Updated: **2026-07-02**
25
 
26
- > **v0.3.0-preview in progress** · quality/diversity remix workflow, legal-style
27
- > downweighting, and filtered contemporary Polish web candidates. Biblioteka
28
- > Nauki and Europeana are prepared as source-ingestion PR targets with
29
- > per-document `license` and `author` metadata, but they are not part of this
30
- > stable parquet release yet.
31
 
32
  ## Versions
33
 
@@ -35,7 +34,7 @@ family (Enevoldsen et al., [arXiv:2508.02271](https://arxiv.org/abs/2508.02271))
35
  |---|---|---:|---:|---|
36
  | `v0.2.1` | stable release | 2,491,773 | 6.28B | 12-source stable corpus with `license` and `author` metadata columns; adds `1000_novels`. |
37
  | `v0.2.0` | previous stable | 2,490,773 | 6.22B | Provenance-first corpus from 11 open/official sources. |
38
- | `v0.3.0-preview` | workflow + candidate data in progress | candidate-only | TBD | Biblioteka Nauki, Europeana, and HPLT/Common Corpus style expansion pending per-source QA, dedup, and legal review. |
39
 
40
  ## What this dataset contributes
41
  The raw texts come from existing open corpora (redistributed via SpeakLeash and,
@@ -119,11 +118,22 @@ workflow therefore separates **source inclusion** from **training mix**:
119
  Current v0.3 source-ingestion status:
120
 
121
  - `biblioteka_nauki`: prepared in the source registry as a direct-upstream
122
- rebuild target with per-document license and author metadata; not included in
123
- v0.2.1 parquets yet.
 
124
  - `europeana`: prepared in the source registry as a direct-upstream rebuild
125
- target with per-record rights statements and creator metadata; raw SpeakLeash
126
- Europeana remains excluded.
 
 
 
 
 
 
 
 
 
 
127
  - Europeana release policy: split conservatively at pre-1929 records for
128
  US-sensitive downstream reuse, and keep later/unknown records separately
129
  labeled or held until legal review.
 
23
  > (tiktoken proxy; canonical Llama-3 count at release) · 12 sources
24
  > Updated: **2026-07-02**
25
 
26
+ > **v0.3.0-preview validation release** · live source-gate validation for
27
+ > SpeakLeash shards and direct Europeana candidate data, plus the quality/diversity
28
+ > remix workflow. This is candidate-only metadata and audit work: it does not
29
+ > replace the v0.2.1 stable parquets.
 
30
 
31
  ## Versions
32
 
 
34
  |---|---|---:|---:|---|
35
  | `v0.2.1` | stable release | 2,491,773 | 6.28B | 12-source stable corpus with `license` and `author` metadata columns; adds `1000_novels`. |
36
  | `v0.2.0` | previous stable | 2,490,773 | 6.22B | Provenance-first corpus from 11 open/official sources. |
37
+ | `v0.3.0-preview` | validation release, candidate-only | candidate-only | TBD | Live source gates validated; Biblioteka Nauki, Europeana, and HPLT/Common Corpus expansion remain subject to per-source QA, dedup, and legal review. |
38
 
39
  ## What this dataset contributes
40
  The raw texts come from existing open corpora (redistributed via SpeakLeash and,
 
118
  Current v0.3 source-ingestion status:
119
 
120
  - `biblioteka_nauki`: prepared in the source registry as a direct-upstream
121
+ rebuild target with per-document license and author metadata. A live probe
122
+ currently returns HTTP 500 and zero records, so it is **not included** in
123
+ v0.2.1 or the v0.3 preview candidate data.
124
  - `europeana`: prepared in the source registry as a direct-upstream rebuild
125
+ target with per-record rights statements and creator metadata. A 200-record
126
+ live direct-rebuild audit found 197 Public Domain Mark records and three
127
+ CC-BY-SA-4.0 records; all passed the blocking schema, license, duplicate and
128
+ evaluation-overlap gates. It remains candidate-only until a complete rebuild,
129
+ date split, and legal review are complete. Raw SpeakLeash Europeana remains
130
+ excluded.
131
+ - Local SpeakLeash shard audit: 12 reviewed source shards were sampled directly
132
+ from the live `.jsonl.zst` inputs and passed the blocking gates; four shards
133
+ are explicitly excluded (`open_subtitles_corpus`, raw Europeana,
134
+ `1000_novels_corpus_CLARIN-PL`, `project_gutenberg_pl_corpus`) and two talk
135
+ shards remain on hold pending a separate source policy. The audit mechanism is
136
+ aligned with [slayer-dsbench](https://github.com/slayerlabs/slayer-dsbench).
137
  - Europeana release policy: split conservatively at pre-1929 records for
138
  US-sensitive downstream reuse, and keep later/unknown records separately
139
  labeled or held until legal review.