siddharthmb/mats-gf-provenance-corpora
Provenance-codeword training corpora All training corpora from the eight-experiment provenance codewords program (per-source activation codewords in Qwen3 models). Code, paper, and reproduction scripts: https://github.com/Sid-MB/mats-gf-provenance-codewords Each synthetic corpus ships in full: docs.parquet (training documents), train.parquet, qa.parquet (probe questions incl. phantom-fact controls), generation intermediates (raw/), the sqlite sequence store (seqdb/), and audit… See the full description on the dataset page: https://huggingface.co/datasets/siddharthmb/mats-gf-provenance-corpora.
Provenance-codeword training corpora
All training corpora from the eight-experiment provenance codewords program (per-source activation codewords in Qwen3 models). Code, paper, and reproduction scripts: https://github.com/Sid-MB/mats-gf-provenance-codewords
Each synthetic corpus ships in full: docs.parquet (training documents), train.parquet, qa.parquet (probe questions incl. phantom-fact controls), generation intermediates (raw/), the sqlite sequence store (seqdb/), and audit reports.
Contents
The natural corpus is a rebuild recipe, not raw text
The #9 corpus weaves 480 invented tracer facts into 12,480 real news articles from 16 outlets (CC-News). Raw CC-News article text is not redistributed here (news-article licensing). Instead, natural-rebuild/ contains everything else — outlet census and selection, per-article manifest (URL, normalized-text SHA-1, dedup cluster, role/split, doc id), tracer facts, sentence banks, QA, mined-fact tables, and per-document content hashes — plus a deterministic rebuild script:
pip install datasets pandas pyarrow
python natural-rebuild/scripts/rebuild_natural_corpus.py \
--bundle-dir natural-rebuild --out-dir rebuilt/It streams the public vblagoje/cc_news dataset, matches each article by (URL, normalized-text SHA-1), re-runs the seeded weaving step, and verifies every rebuilt document against the recorded content_sha1 — the result is bit-identical to the corpus the experiment trained on. --dry-run checks the first few matches in ~minutes.
Provenance and license
Built 2026-06/07. Source experiment IDs and cluster paths: ARTIFACTS.md in the GitHub repo. Synthetic corpora and manifests are CC-BY-4.0. All planted facts are invented; phantom-fact tables mark the guessing floors. Companion repos: adapters, demo checkpoint, readouts.
