Add benchmark tables (external BPB, held-out BPB, TatBLiMP)

#1
by ilchats - opened
Files changed (1) hide show
  1. README.md +43 -3
README.md CHANGED
@@ -38,9 +38,49 @@ The tokenizer is SentencePiece-based; pass `use_fast=False` so tokenization matc
38
  Two stages. Stage 1 pretrains on a Cyrillic-Qypchaq pool (Tatar 43 / Kazakh 30 / Kyrgyz 16 / Bashkir 10 / smaller siblings ~1 percent) under target-capped sampling. Stage 2 specializes on pure, register-weighted literary Tatar with an anti-memorization regime that keeps verbatim reproduction low.
39
 
40
  ## Results
41
- - TatBLiMP (grammaticality): acc 0.975 / acc_norm 0.958, tying a monolingual 125M baseline and ahead of a 7B adaptation (0.956) and a 1.3B one (0.736). Four frontier models from 31B to 120B all score below TATlit and below the 125M baseline.
42
- - Byte-per-byte compression: leads every held-out and external set, widest on the literary register, ahead of all frontier models up to 120B.
43
- - Knowledge (TUMLU-mini): near chance by design.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
 
45
  ## Limitations
46
  Base model, no instruction following, no encyclopedic knowledge. Softest axis is the person/possessive system inside izafet.
 
38
  Two stages. Stage 1 pretrains on a Cyrillic-Qypchaq pool (Tatar 43 / Kazakh 30 / Kyrgyz 16 / Bashkir 10 / smaller siblings ~1 percent) under target-capped sampling. Stage 2 specializes on pure, register-weighted literary Tatar with an anti-memorization regime that keeps verbatim reproduction low.
39
 
40
  ## Results
41
+
42
+ TATlit is compared against three Tatar-specialized baselines (Goldfish-tat 125M, Tweety-7B-tatar, mGPT-1.3B-tatar) and four frontier models from 31B to 120B (Gemma-4-31B, Llama-4-Scout, Qwen3-32B, gpt-oss-120b), each measured with the same harness per benchmark.
43
+
44
+ **Byte-per-byte on external public sets** (FLORES, BOUQuET, UD), lower is better.
45
+
46
+ | Model | Params | FLORES | BOUQuET | UD |
47
+ |---|---|---|---|---|
48
+ | **TATlit** | **478M** | **.740** | **.777** | **.502** |
49
+ | Tweety-7B | 7B | .757 | .800 | .544 |
50
+ | Gemma-4-31B | 31B | .772 | .939 | .691 |
51
+ | Goldfish-tat | 125M | .778 | .801 | **.502** |
52
+ | mGPT-1.3B | 1.3B | .950 | 1.186 | .880 |
53
+ | gpt-oss-120b | 120B | 1.092 | 1.164 | 1.099 |
54
+ | Qwen3-32B | 32B | 1.144 | 1.423 | 1.159 |
55
+ | Llama-4-Scout | 109B | 1.222 | 1.498 | 1.080 |
56
+
57
+ **Byte-per-byte on in-house held-out sets** (literary, periodical), lower is better.
58
+
59
+ | Model | Params | Held-out lit | Held-out per |
60
+ |---|---|---|---|
61
+ | **TATlit** | **478M** | **.732** | **.701** |
62
+ | Gemma-4-31B | 31B | .790 | .705 |
63
+ | Tweety-7B | 7B | .810 | .778 |
64
+ | Goldfish-tat | 125M | .929 | .874 |
65
+ | Llama-4-Scout | 109B | 1.084 | .995 |
66
+ | Qwen3-32B | 32B | 1.105 | .979 |
67
+ | mGPT-1.3B | 1.3B | 1.199 | 1.094 |
68
+ | gpt-oss-120b | 120B | 2.181 | 1.857 |
69
+
70
+ **TatBLiMP, morphological acceptability**, higher is better.
71
+
72
+ | Model | Params | acc | acc_norm |
73
+ |---|---|---|---|
74
+ | **TATlit** | **478M** | **.975** | **.958** |
75
+ | Goldfish-tat | 125M | .974 | **.958** |
76
+ | Tweety-7B | 7B | .956 | .915 |
77
+ | Gemma-4-31B | 31B | .924 | .839 |
78
+ | Llama-4-Scout | 109B | .889 | .806 |
79
+ | Qwen3-32B | 32B | .811 | .708 |
80
+ | gpt-oss-120b | 120B | .803 | .677 |
81
+ | mGPT-1.3B | 1.3B | .736 | .639 |
82
+
83
+ On the school-knowledge benchmark TUMLU-mini the model sits near chance (0.297 against a 0.25 random baseline), which is expected for a base model with no encyclopedic training.
84
 
85
  ## Limitations
86
  Base model, no instruction following, no encyclopedic knowledge. Softest axis is the person/possessive system inside izafet.