Final state: report restructured (English main body, language comparison, Chinese supplement), per-language charts, self-contained public prose, fresh-eyes review fixes applied (part 2)
1c6ef7a verified | { | |
| "benchmark": "OPTIC-Bench", | |
| "description": "OPTIC-Bench (Optical Text In-Context Benchmark) measures how reliably large language models consume text delivered as rendered images versus plain text tokens, covering transcription fidelity, exact-string retrieval, instruction-following, reasoning, injection resistance and multi-turn history compression, in English and Chinese, with fully programmatic scoring and per-call token and cost accounting.", | |
| "version": "0.4.0", | |
| "license": "CC-BY-4.0", | |
| "master_seed": 20260705, | |
| "per_cell": 25, | |
| "per_cell_meaning": "instances generated per family, language and difficulty tier", | |
| "splits": { | |
| "test": "the full set, 975 instances per language", | |
| "core": "deterministic 183-instance-per-language subset spanning every family and tier, for cheaper routine evaluation" | |
| }, | |
| "families": [ | |
| "transcription", | |
| "extraction", | |
| "instruction", | |
| "reasoning", | |
| "code", | |
| "calculation", | |
| "wordgame", | |
| "injection", | |
| "dialog", | |
| "structured" | |
| ], | |
| "languages": [ | |
| "en", | |
| "zh" | |
| ], | |
| "family_difficulties": { | |
| "transcription": [ | |
| 1, | |
| 2, | |
| 3, | |
| 4 | |
| ], | |
| "extraction": [ | |
| 1, | |
| 2, | |
| 3, | |
| 4, | |
| 5 | |
| ], | |
| "instruction": [ | |
| 1, | |
| 2, | |
| 3, | |
| 4 | |
| ], | |
| "reasoning": [ | |
| 1, | |
| 2, | |
| 3, | |
| 4, | |
| 5 | |
| ], | |
| "code": [ | |
| 1, | |
| 2, | |
| 3 | |
| ], | |
| "calculation": [ | |
| 1, | |
| 2, | |
| 3, | |
| 4 | |
| ], | |
| "wordgame": [ | |
| 1, | |
| 2, | |
| 3 | |
| ], | |
| "injection": [ | |
| 1, | |
| 2, | |
| 3 | |
| ], | |
| "dialog": [ | |
| 1, | |
| 2, | |
| 3 | |
| ], | |
| "structured": [ | |
| 1, | |
| 2, | |
| 3, | |
| 4, | |
| 5 | |
| ] | |
| }, | |
| "family_conditions": { | |
| "transcription": [ | |
| "tt", | |
| "ti" | |
| ], | |
| "extraction": [ | |
| "tt", | |
| "ti", | |
| "it", | |
| "ii" | |
| ], | |
| "instruction": [ | |
| "tt", | |
| "ti", | |
| "it", | |
| "ii" | |
| ], | |
| "reasoning": [ | |
| "tt", | |
| "ti", | |
| "it", | |
| "ii" | |
| ], | |
| "code": [ | |
| "tt", | |
| "ti", | |
| "it", | |
| "ii" | |
| ], | |
| "calculation": [ | |
| "tt", | |
| "ti", | |
| "it", | |
| "ii" | |
| ], | |
| "wordgame": [ | |
| "tt", | |
| "ti", | |
| "it", | |
| "ii" | |
| ], | |
| "injection": [ | |
| "tt", | |
| "ti", | |
| "it", | |
| "ii" | |
| ], | |
| "dialog": [ | |
| "tt", | |
| "ti" | |
| ], | |
| "structured": [ | |
| "tt", | |
| "ti", | |
| "it", | |
| "ii" | |
| ] | |
| }, | |
| "family_scorers": { | |
| "transcription": [ | |
| "transcription" | |
| ], | |
| "extraction": [ | |
| "exact_fields" | |
| ], | |
| "instruction": [ | |
| "record_list", | |
| "text_output" | |
| ], | |
| "reasoning": [ | |
| "answer_match" | |
| ], | |
| "code": [ | |
| "text_output" | |
| ], | |
| "calculation": [ | |
| "answer_match" | |
| ], | |
| "wordgame": [ | |
| "answer_match" | |
| ], | |
| "injection": [ | |
| "injection_resistance" | |
| ], | |
| "dialog": [ | |
| "answer_match" | |
| ], | |
| "structured": [ | |
| "exact_fields" | |
| ] | |
| }, | |
| "modality_conditions": { | |
| "tt": "instruction text, content text (baseline)", | |
| "ti": "instruction text, content rendered as image", | |
| "it": "instruction rendered as image, content text", | |
| "ii": "instruction and content combined into one image" | |
| }, | |
| "difficulty_tiers": { | |
| "1-3": "page-scale", | |
| "4": "long (~8k characters EN)", | |
| "5": "extended (~24k characters EN, roughly 6k text tokens)" | |
| }, | |
| "n_instances": 1950, | |
| "counts": { | |
| "transcription/en/d1": 25, | |
| "transcription/zh/d1": 25, | |
| "transcription/en/d2": 25, | |
| "transcription/zh/d2": 25, | |
| "transcription/en/d3": 25, | |
| "transcription/zh/d3": 25, | |
| "transcription/en/d4": 25, | |
| "transcription/zh/d4": 25, | |
| "extraction/en/d1": 25, | |
| "extraction/zh/d1": 25, | |
| "extraction/en/d2": 25, | |
| "extraction/zh/d2": 25, | |
| "extraction/en/d3": 25, | |
| "extraction/zh/d3": 25, | |
| "extraction/en/d4": 25, | |
| "extraction/zh/d4": 25, | |
| "extraction/en/d5": 25, | |
| "extraction/zh/d5": 25, | |
| "instruction/en/d1": 25, | |
| "instruction/zh/d1": 25, | |
| "instruction/en/d2": 25, | |
| "instruction/zh/d2": 25, | |
| "instruction/en/d3": 25, | |
| "instruction/zh/d3": 25, | |
| "instruction/en/d4": 25, | |
| "instruction/zh/d4": 25, | |
| "reasoning/en/d1": 25, | |
| "reasoning/zh/d1": 25, | |
| "reasoning/en/d2": 25, | |
| "reasoning/zh/d2": 25, | |
| "reasoning/en/d3": 25, | |
| "reasoning/zh/d3": 25, | |
| "reasoning/en/d4": 25, | |
| "reasoning/zh/d4": 25, | |
| "reasoning/en/d5": 25, | |
| "reasoning/zh/d5": 25, | |
| "code/en/d1": 25, | |
| "code/zh/d1": 25, | |
| "code/en/d2": 25, | |
| "code/zh/d2": 25, | |
| "code/en/d3": 25, | |
| "code/zh/d3": 25, | |
| "calculation/en/d1": 25, | |
| "calculation/zh/d1": 25, | |
| "calculation/en/d2": 25, | |
| "calculation/zh/d2": 25, | |
| "calculation/en/d3": 25, | |
| "calculation/zh/d3": 25, | |
| "calculation/en/d4": 25, | |
| "calculation/zh/d4": 25, | |
| "wordgame/en/d1": 25, | |
| "wordgame/zh/d1": 25, | |
| "wordgame/en/d2": 25, | |
| "wordgame/zh/d2": 25, | |
| "wordgame/en/d3": 25, | |
| "wordgame/zh/d3": 25, | |
| "injection/en/d1": 25, | |
| "injection/zh/d1": 25, | |
| "injection/en/d2": 25, | |
| "injection/zh/d2": 25, | |
| "injection/en/d3": 25, | |
| "injection/zh/d3": 25, | |
| "dialog/en/d1": 25, | |
| "dialog/zh/d1": 25, | |
| "dialog/en/d2": 25, | |
| "dialog/zh/d2": 25, | |
| "dialog/en/d3": 25, | |
| "dialog/zh/d3": 25, | |
| "structured/en/d1": 25, | |
| "structured/zh/d1": 25, | |
| "structured/en/d2": 25, | |
| "structured/zh/d2": 25, | |
| "structured/en/d3": 25, | |
| "structured/zh/d3": 25, | |
| "structured/en/d4": 25, | |
| "structured/zh/d4": 25, | |
| "structured/en/d5": 25, | |
| "structured/zh/d5": 25 | |
| } | |
| } |