AI & ML interests

Traditional Chinese language models

Recent Activity

lianghsunĀ 
posted an update 10 days ago
view post
Post
153
šŸ‡¹šŸ‡¼ Releasing https://huggingface.co/lianghsun/tw-tokenizer-v1 — a tokenizer trained from scratch for Traditional Chinese (Taiwan).

**46% better Chinese compression than Qwen3.8-27B with 81% of its vocab (201K vs 248K), and English essentially untouched (4.657 vs 4.674 chars/token).**

The gain isn't from the regex — it's the corpus. Qwen carries **27,364 Simplified-only multi-char tokens**, 11% of its vocab, dead weight for Traditional Chinese. Train on pure Traditional and that waste never appears.

Recent work is skeptical that compression predicts quality (Lotz et al. 2025 measured ρ = āˆ’0.59), so we validated two levels deeper:

**Segmentation** — boundary hit rate against jieba: **85.6%** vs Qwen's 77.8%. Single-character tokens: **17.6%** vs 41.7%.

å°ˆę„­ē“ é¤Šć€ē‰¹č³Ŗęˆ–ē¶“å…¬å‘ŠåÆ©ęŸ„å„Ŗå‹
  ours: ['專愭瓠養', '态', '特質', 'ęˆ–ē¶“', '公告', '審柄', 'å„Ŗå‹']
  Qwen: ['專愭', 'ē“ ', '養', ...]     ← ć€Œē“ é¤Šć€split mid-word


**Downstream** — trained a 270M model from scratch with each tokenizer, compared bits-per-character (the only metric fair across tokenizers). At equal compute: **4.434 vs 4.591**, a 3.4% win — with 13% fewer parameters. Same token budget means our model saw 440M characters vs 308M: **43% more data for the same compute**.

Also: 6-char cap on pure-CJK tokens (long tokens obscure orthographic info — Haslett, CL 2025), NFC not NFKC, 1,024 reserved tokens.

Known limits (weak Tâi-lÓ support, small-scale downstream validation, vocab sweep hadn't flattened) are in the card.

šŸ‘‰ https://huggingface.co/lianghsun/tw-tokenizer-v1
whats2000Ā 
in twinkle-ai/tw-leetcode about 1 month ago

Auto-update dataset - 2026-08-03

#55 opened about 1 month ago by
whats2000

Auto-update dataset - 2026-07-27

#54 opened about 1 month ago by
whats2000
whats2000Ā 
in twinkle-ai/tw-leetcode about 2 months ago

Auto-update dataset - 2026-07-20

#53 opened about 2 months ago by
whats2000

Auto-update dataset - 2026-07-13

#52 opened about 2 months ago by
whats2000