Skip to content

[codex] add Chomsky SOTA2026 tokenizer artifacts - #22

Draft
kwikiel wants to merge 1 commit into
mainfrom
codex/chomsky-sota2026-artifacts
Draft

[codex] add Chomsky SOTA2026 tokenizer artifacts#22
kwikiel wants to merge 1 commit into
mainfrom
codex/chomsky-sota2026-artifacts

Conversation

@kwikiel

@kwikiel kwikiel commented Jun 13, 2026

Copy link
Copy Markdown
Collaborator

Summary

Adds the Chomsky SOTA 2026 tokenizer engineering artifacts to Slayer as an isolated benchmark package and static data mirror.

What changed

  • Added bench/chomsky_sota2026/ with runnable scripts for synthetic morphology stress data, boundary/fertility/alignment evaluation, MorphBPE/SKMT-style constrained BPE, downstream smoke checks, and a neural char-level boundary tagger smoke run.
  • Added generated reports under bench/chomsky_sota2026/reports/.
  • Mirrored public dashboard artifacts under public/data/chomsky-sota2026/.

Validation

Run from bench/chomsky_sota2026/:

python3 -m py_compile polish_morph_tokenizer.py polish_phoneme_tokenizer.py scripts/*.py
python3 scripts/generate_synthetic_morph_examples.py --count 100
python3 scripts/run_morph_bpe.py --train data/morph_benchmark.json data/synthetic_morph_examples.json
python3 scripts/run_downstream_smoke.py --train data/morph_benchmark.json data/synthetic_morph_examples.json
python3 scripts/run_neural_segmenter.py --epochs 200 --train data/morph_benchmark.json data/synthetic_morph_examples.json
/Users/kacper/Local/Ventures/chomsky/.venv/bin/python scripts/evaluate_morph_segmentation.py
python3 scripts/export_sigmorphon_format.py

Notes

The neural and MorphBPE scripts are smoke implementations for engineering validation, not final SOTA claims. Synthetic examples are marked verified=false and are stress data, not manually verified gold.

@vercel

vercel Bot commented Jun 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
slayer-fabryka-ai Ready Ready Preview, Comment Jun 13, 2026 10:56pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant