Summary paragraph on effectiveness and use case; language comparison separated (chart 8, per-model EN/ZH drops in card and report)
Browse files- README.md +31 -1
- RESULTS.md +14 -4
- charts/8_language_split.png +3 -0
README.md
CHANGED
|
@@ -38,6 +38,28 @@ configs:
|
|
| 38 |
Optical Text In-Context Benchmark: how reliably do LLMs consume text
|
| 39 |
delivered as rendered images versus plain text tokens?
|
| 40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
Text-as-image prompting, as in pxpipe, can pack roughly three
|
| 42 |
characters into one vision token versus about one character per text token, a large cost saving whose reliability risks are under-measured. OPTIC-Bench
|
| 43 |
measures those risks with paired evaluation: each instance is run under
|
|
@@ -102,7 +124,8 @@ The full report is in `RESULTS.md`.
|
|
| 102 |
The models still read roughly ninety per cent of an identifier's
|
| 103 |
characters correctly, but a single wrong character fails the field.
|
| 104 |
Retrieval from images was also consistently worse in Chinese than in
|
| 105 |
-
English
|
|
|
|
| 106 |
- Structured machine text is the exception, in both directions. The same
|
| 107 |
kinds of value (UUIDs, hashes, tokens) that collapse inside prose survive
|
| 108 |
almost intact inside JSON, schemas and code, dropping only four points
|
|
@@ -152,6 +175,13 @@ with prose retrieval at the bottom of every panel.
|
|
| 152 |
|
| 153 |

|
| 154 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 155 |
The dense-slice figures come from small samples and are directional. See
|
| 156 |
`RESULTS.md` for the per-model core tables, the remaining charts including
|
| 157 |
the economy-fidelity trade-off plane, the significance tests, the
|
|
|
|
| 38 |
Optical Text In-Context Benchmark: how reliably do LLMs consume text
|
| 39 |
delivered as rendered images versus plain text tokens?
|
| 40 |
|
| 41 |
+
In summary, the evaluation reported here finds that optical text compression
|
| 42 |
+
is effective only within a narrow and specific envelope. Delivering content
|
| 43 |
+
as rendered images genuinely reduces input tokens, by sixteen to forty-seven
|
| 44 |
+
per cent across the three frontier models tested, but only when the document
|
| 45 |
+
is long, the rendering is dense and the content is prose that fills the
|
| 46 |
+
page. On short prompts, and on configuration files, tool schemas and source
|
| 47 |
+
code in their natural layout, the image costs between 1.3 and 2.5 times more
|
| 48 |
+
than the text it replaces, so the content that such compression is most
|
| 49 |
+
often deployed on is the content it serves worst. Where the method is
|
| 50 |
+
economical it is also destructive, since exact identifiers, verbatim
|
| 51 |
+
passages and precise figures are misread from dense prose images at rates
|
| 52 |
+
that make them unusable, whilst multi-step reasoning and
|
| 53 |
+
instruction-following largely survive. The damage is consistently larger in
|
| 54 |
+
Chinese than in English for every model tested. No condition measured here
|
| 55 |
+
both saved tokens and preserved exact reading. The appropriate use case is therefore
|
| 56 |
+
bulky, static, prose-heavy context whose gist and structure matter more than
|
| 57 |
+
its exact characters, such as archived conversation history or long
|
| 58 |
+
narrative documents consulted for their sense. The method is unsuitable for
|
| 59 |
+
machine text, for anything that must be recovered verbatim, and for
|
| 60 |
+
latency-sensitive deployments in front of reasoning models, whose thinking
|
| 61 |
+
time on barely legible pages can grow by an order of magnitude.
|
| 62 |
+
|
| 63 |
Text-as-image prompting, as in pxpipe, can pack roughly three
|
| 64 |
characters into one vision token versus about one character per text token, a large cost saving whose reliability risks are under-measured. OPTIC-Bench
|
| 65 |
measures those risks with paired evaluation: each instance is run under
|
|
|
|
| 124 |
The models still read roughly ninety per cent of an identifier's
|
| 125 |
characters correctly, but a single wrong character fails the field.
|
| 126 |
Retrieval from images was also consistently worse in Chinese than in
|
| 127 |
+
English, with a pooled drop of 65 points against 46 on the retrieval
|
| 128 |
+
families, even though the paired twins share structure and text baselines.
|
| 129 |
- Structured machine text is the exception, in both directions. The same
|
| 130 |
kinds of value (UUIDs, hashes, tokens) that collapse inside prose survive
|
| 131 |
almost intact inside JSON, schemas and code, dropping only four points
|
|
|
|
| 175 |
|
| 176 |

|
| 177 |
|
| 178 |
+
The fifth separates the two languages. Every instance is an English and
|
| 179 |
+
Chinese twin from the same seed, and the text baselines match, so the wider
|
| 180 |
+
Chinese gap is purely an image-channel effect: the same content read from
|
| 181 |
+
pixels loses more in Chinese for every model.
|
| 182 |
+
|
| 183 |
+

|
| 184 |
+
|
| 185 |
The dense-slice figures come from small samples and are directional. See
|
| 186 |
`RESULTS.md` for the per-model core tables, the remaining charts including
|
| 187 |
the economy-fidelity trade-off plane, the significance tests, the
|
RESULTS.md
CHANGED
|
@@ -208,10 +208,20 @@ characters correctly. How far a structured layout softens this rule is the
|
|
| 208 |
subject of the next subsection.
|
| 209 |
|
| 210 |
Retrieval from the image was also consistently worse in Chinese than in
|
| 211 |
-
English
|
| 212 |
-
|
| 213 |
-
|
| 214 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 215 |
|
| 216 |
### Structured machine text reads back far better than prose
|
| 217 |
|
|
|
|
| 208 |
subject of the next subsection.
|
| 209 |
|
| 210 |
Retrieval from the image was also consistently worse in Chinese than in
|
| 211 |
+
English, and because every instance is an English and Chinese twin generated
|
| 212 |
+
from the same seed, the comparison is exact rather than incidental. The text
|
| 213 |
+
baselines of the twins match almost perfectly, so the whole difference
|
| 214 |
+
appears in the image channel. Moving content from text to image cost GPT 5.5
|
| 215 |
+
fourteen points in English but twenty-two in Chinese, Gemini 3.5 Flash eight
|
| 216 |
+
against nineteen, and Kimi K2.6 twelve against sixteen. On the two prose
|
| 217 |
+
retrieval families the pooled drop was forty-six points in English and
|
| 218 |
+
sixty-five in Chinese. This is consistent with the greater visual density of
|
| 219 |
+
Chinese characters making them harder to read reliably from a rendered page,
|
| 220 |
+
and it means the economics and the risks of optical compression should be
|
| 221 |
+
assessed per language, since Chinese enjoys the larger token saving whilst
|
| 222 |
+
suffering the larger reading loss.
|
| 223 |
+
|
| 224 |
+

|
| 225 |
|
| 226 |
### Structured machine text reads back far better than prose
|
| 227 |
|
charts/8_language_split.png
ADDED
|
Git LFS Details
|