--- license: cc-by-sa-3.0 language: - ja - en task_categories: - translation - token-classification tags: - japanese - reading-comprehension - furigana - grammar - annotation - distillation pretty_name: Kanjiland Silver Annotations size_categories: - 1K", "wire": ""} ``` The `wire` string uses Unicode Private-Use-Area separators (⟨T⟩ token, ⟨W⟩ word, ⟨S⟩ sentence, ⟨G⟩ grammar). The format is specified in [`docs/FORMAT_SPEC.md`](https://github.com/jakequist/kanjiland/blob/main/docs/FORMAT_SPEC.md); the grammar rule inventory is [`docs/GRAMMAR_RULES.md`](https://github.com/jakequist/kanjiland/blob/main/docs/GRAMMAR_RULES.md). ## How it was made (hybrid supervision) - **Source sentences:** KFTT (Kyoto Free Translation Task), formal/Wikipedia domain. - **Deterministic layer:** MeCab + UniDic (offline) — segmentation, kanji-run ruby, POS, lemma. - **Judgment layer:** an OpenAI teacher model — contextual glosses, translation, grammar labels. - **Gate:** every annotation passes a strict format linter (93.9% of 10,000 sentences passed). ## License & attribution **CC-BY-SA 3.0.** Derived from **KFTT** (© Graham Neubig, CC-BY-SA 3.0, http://www.phontron.com/kftt/) — attribute KFTT and this project, and share derivatives alike. English glosses/translations are **model-generated** (OpenAI); deterministic labels use **MeCab** (BSD) + **UniDic**. See the repo `NOTICE.md`. ## Limitations - **Domain:** formal/Wikipedia (KFTT) — not conversational or web Japanese. - **Silver, not gold:** teacher-generated; the linter catches structural errors but not every semantic mislabel. Spot-audited, not exhaustively verified.