[codex] add Chomsky SOTA2026 tokenizer artifacts - #22
Draft
kwikiel wants to merge 1 commit into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the Chomsky SOTA 2026 tokenizer engineering artifacts to Slayer as an isolated benchmark package and static data mirror.
What changed
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.bench/chomsky_sota2026/reports/.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.pyNotes
The neural and MorphBPE scripts are smoke implementations for engineering validation, not final SOTA claims. Synthetic examples are marked
verified=falseand are stress data, not manually verified gold.