--- license: apache-2.0 language: - kab size_categories: - 100K 98% | ```bash make test-boulifa # unit tests for the standardise module ``` **The evaluation pairs are synthetic.** The 99.45% figure is measured on the round-trip — can the model recover the canonical target from a plausibly corrupted source? It cannot be read as accuracy on arbitrary human typing, only on the corruption distribution defined here. ## Known Limits - **Synthetic only.** Every `source` string was generated by a rule. No human typed any of these inputs. The distribution approximates real typing but is not a sample of it. - **One variant per sentence.** Each canonical sentence generates exactly one corrupted source. A model has not seen the same sentence under multiple corruption strategies. - **No adequacy judgement.** The `target` strings are the normaliser's output. No human verification of the canonical form of any source sentence exists. - **Sibling language contamination.** The source sentences come from `agbalu/KabTifinagh`, which carries the same contamination bound from its upstream sources: LID systems cannot reliably distinguish Kabyle from Tarifit, Central Atlas Tamazight or Shawiya. ## Reproduction ```bash make prepare-boulifa # generates train/dev/test.jsonl on Modal and commits to the volume ``` The dataset is regenerated deterministically at seed 42 from `agbalu/KabTifinagh`. No GPU required. ## Citation ```bibtex @misc{agbalu_kabstandard, title = {KabStandard: a synthetic parallel corpus for Kabyle orthography standardisation}, author = {AGBALU}, year = {2026}, url = {https://huggingface.co/datasets/agbalu/KabStandard} } ``` Derived from [`agbalu/KabTifinagh`](https://huggingface.co/datasets/agbalu/KabTifinagh). ## Licence **Apache-2.0.** Derived from `agbalu/KabTifinagh` (CC-BY-2.0); a permissive grant on this derived dataset does not relicense the upstream corpus. Read `agbalu/KabTifinagh`'s licence before redistributing derivatives of the training corpus. Part of [AƔBALU](https://huggingface.co/agbalu), a Kabyle corpus and model collection.