Skip to content

Commit ecd4fea

Browse files
fix: correct comprehension averages (GCF 91.2%, TOON 68.8%, JSON 54.1%)
1 parent 88d6641 commit ecd4fea

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 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-
**100% comprehension on every frontier model tested. 29% fewer tokens than TOON, 56% fewer than JSON across 16 datasets. 91.6% on structurally complex code graphs (vs TOON 66.9%, JSON 54.6%). 2,400+ LLM evaluations. Zero training.**
10+
**100% comprehension on every frontier model tested. 29% fewer tokens than TOON, 56% fewer than JSON across 16 datasets. 91.2% on structurally complex code graphs (vs TOON 68.8%, JSON 54.1%). 2,400+ 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

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

186186
| | GCF | TOON | JSON |
187187
|---|---|---|---|
188-
| **Comprehension** (23 runs, 10 models) | **91.6%** | 66.9% | 54.6% |
188+
| **Comprehension** (23 runs, 10 models) | **91.2%** | 68.8% | 54.1% |
189189
| **Generation** (28 runs, 9 models) | **5/5** | 1.0/5 | 5.0/5 |
190190
| **Input tokens** (500 symbols) | **11,090** | 16,378 | 53,341 |
191191
| **Output tokens** (100 symbols) | **5,976** | 8,937 | 16,121 |

uv.lock

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)