Skip to content

Commit 88d6641

Browse files
fix: correct comprehension averages
1 parent 8dcf836 commit 88d6641

1 file changed

Lines changed: 2 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.2% on structurally complex code graphs (vs TOON 68.2%, JSON 53.4%). 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.6% on structurally complex code graphs (vs TOON 66.9%, JSON 54.6%). 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.2%** | 68.2% | 53.4% |
188+
| **Comprehension** (23 runs, 10 models) | **91.6%** | 66.9% | 54.6% |
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 |

0 commit comments

Comments
 (0)