Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion docs/RESULTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,19 @@ protocol, zero skipped paragraphs.
current generic frontier model achieves under a neutral protocol.
Our 580M model trails GLM-5.2 by only ~0.3 DER and **splits metrics
with it on the zero-skip protocol** (r3 better w/o case endings).
GLM-5.3: key denied access (HTTP 403).
- **GLM-5.3-Flash verification (2026-08-31)**: the 403 cleared; first
measurement on the benchmark (**8.5721/6.5335** raw, **8.7978/6.6368**
zero-skip; WER 30.84/24.16 raw; `results/sadeed-glm-5-3-flash/`).
Protocol-matched except where the API forces a delta: the model
REJECTS disabled thinking (HTTP 400 code 1210) — reasoning cannot be
turned off, only dialed to low/high/max — so this ran at
`reasoning_effort=low`, the nearest analog to plain completion.
~3.4x worse DER than GLM-5.2 and behind Sadeed-1.5B, driven by
Quranic-convention orthography (dagger-alif forms the GT does not
use, 9.8% not-fully-diacritized words) — a generalist regression on
classical-knowledge output conventions, recorded as a dedicated-model
data point. Zero empty responses after purging 140 checkpoint rows
the pre-fix payload had retried into empty strings.

- **r3 = r2 + 1 epoch on the decontaminated Misraj corpus (1M lines) +
150k MSA replay**: best non-frontier-LLM result on the benchmark;
Expand Down
48 changes: 48 additions & 0 deletions results/sadeed-glm-5-3-flash/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# GLM-5.3-Flash on SadeedDiac-25 (2026-08-31)

First protocol-matched measurement of GLM-5.3-Flash (320B total / 18B
active, native multimodal) on this benchmark. Same harness as the
GLM-5.2 reproduction (2026-08-17): neutral prompt, `temperature 0`,
structure-preserving cleanup, Misraj evaluator, 1,200/1,200 responses.

**Decode protocol delta that cannot be removed**: GLM-5.3-Flash
rejects `thinking: {"type": "disabled"}` outright (z.ai API, HTTP 400
code 1210 — "This model always engages in thinking and cannot be
disabled"); valid `reasoning_effort` values are exactly low / high /
max. This run used `reasoning_effort=low`, the closest available
analog to the GLM-5.2 run's plain completion.

## Results (Misraj evaluator, percentages)

| Protocol | DER (CE) | DER (w/o CE) | WER (CE) | WER (w/o CE) | NFDW |
|---|---|---|---|---|---|
| raw (their default) | **8.5721** | 6.5335 | 30.8406 | 24.1634 | 9.82 |
| projected zero-skip | **8.7978** | 6.6368 | 31.0323 | 24.0472 | 9.62 |

For reference, GLM-5.2 (thinking disabled): raw 2.5060/1.5537/7.9929,
zero-skip 2.6911/1.7179/8.3037. GLM-5.3-Flash is ~3.4x worse on DER
than its predecessor under the nearest equivalent protocol.

## Why the delta is real but protocol-shaped

- **Orthography**: the model emits Quranic-convention marks (dagger
alif: عَلَىٰ, هٰذِهِ, ذَٰلِكَ; also بِهِۦ) where the benchmark's GT uses
plain MSA forms. The evaluator skips whole sentences on word
mismatches (survivorship in raw mode); surviving dagger-alif words
count as diacritic errors. Not-fully-diacritized words run 9.8%.
- **Thinking floor**: reasoning cannot be turned off, so the
plain-completion protocol the published LLM rows used is not
expressible for this model; `low` still engaged reasoning on long
paragraphs (reasoning_content observed in-flight).
- **Measurement hygiene**: an initial run resumed from a 140-row
checkpoint whose rows were empty responses produced by the
pre-fix both-knobs payload (HTTP 400s retried into empty strings) —
Total DER read 15.96 with 11.7% catastrophic empties contaminating
it. The 140 rows were purged and re-fetched; the numbers above are
from a full 1,200/1,200 pass with **zero empty responses**.

## Files

- `sadeed_preds_raw.csv` — gt, model output as returned
- `sadeed_preds_projected.csv` — haraqat projected onto input letters
(SequenceMatcher), the zero-skip protocol
Loading