Skip to content

Commit aa359ea

Browse files
docs: update README numbers (100% comprehension, 15 datasets, 1B+ fuzz)
1 parent bb6d685 commit aa359ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Python implementation of [GCF](https://gcformat.com/) — the most token-efficient wire format for LLMs. A drop-in alternative to JSON and TOON for any structured data.
99

10-
**79% fewer input tokens than JSON. 63% fewer output tokens. 90.7% average comprehension accuracy across 10 models and 3 providers (four models hit 100%). 1,300+ LLM evaluations. Zero training.**
10+
**100% comprehension on every frontier model tested. 25.5% fewer tokens than TOON, 53% fewer than JSON across 15 datasets. 90.7% on structurally complex code graphs (vs TOON 68.5%, JSON 53.6%). 1,700+ LLM evaluations. Zero training.**
1111

1212
Docs: [gcformat.com](https://gcformat.com/) · [Playground](https://gcformat.com/playground.html) · [GCF vs TOON](https://gcformat.com/guide/vs-toon.html)
1313

@@ -181,7 +181,7 @@ Works on dicts, lists, and primitives. Lists of uniform dicts get tabular rows.
181181

182182
## Benchmarks
183183

184-
1,300+ LLM evaluations across 10 models, 3 providers, and 51 independent test runs.
184+
1,700+ LLM evaluations across 10 models, 3 providers, and 51 independent test runs.
185185

186186
| | GCF | TOON | JSON |
187187
|---|---|---|---|
@@ -190,7 +190,7 @@ Works on dicts, lists, and primitives. Lists of uniform dicts get tabular rows.
190190
| **Input tokens** (500 symbols) | **11,090** | 16,378 | 53,341 |
191191
| **Output tokens** (100 symbols) | **5,976** | 8,937 | 16,121 |
192192

193-
GCF wins all 6 datasets on [TOON's own benchmark](https://github.com/blackwell-systems/toon/tree/gcf-comparison). Full results: [gcformat.com/guide/benchmarks](https://gcformat.com/guide/benchmarks.html)
193+
GCF wins 13/15 datasets on the expanded [token efficiency benchmark](https://github.com/blackwell-systems/toon/tree/gcf-comparison). Full results: [gcformat.com/guide/benchmarks](https://gcformat.com/guide/benchmarks.html)
194194

195195
## Links
196196

0 commit comments

Comments
 (0)