Papers › The Format Tax

The Format Tax

4 Apr 2026arXiv:2604.03616added by Syntology

Ivan Yee Lee, Loris D'Antoni, Taylor Berg-Kirkpatrick

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Asking a large language model to respond in JSON should be a formatting choice, not a capability tax. Yet we find that structured output requirements -- JSON, XML, LaTeX, Markdown -- substantially degrade reasoning and writing performance across open-weight models. The research response has focused on constrained decoding, but sampling bias accounts for only a fraction of the degradation. The dominant cost enters at the prompt: format-requesting instructions alone cause most of the accuracy loss, before any decoder constraint is applied. This diagnosis points to a simple principle: decouple reasoning from formatting. Whether by generating freeform first and reformatting in a second pass, or by enabling extended thinking within a single generation, separating the two concerns substantially recovers lost accuracy. Across six open-weight models, four API models, four formats, and tasks spanning math, science, logic, and writing, decoupling recovers most lost accuracy. Notably, most recent closed-weight models show little to no format tax, suggesting the problem is not inherent to structured generation but a gap that current open-weight models have yet to close. Code is available at https://github.com/ivnle/the-format-tax.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2604.03616")

Code

Syntology Ran 0 of 19 code samples harvested from 1 repository linked to this paper; 19 have no recorded run.

By repository: found in paper text by Syntology: 19 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ivnle/the-format-tax found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 0 ran; 0 honoured the contract we drafted; 19 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

19unverified

Licence: 19 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ivnle/the-format-tax. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

check ivnle/the-format-tax/dev/check_reference_contract.py found in paper text by Syntology unverified licence not identified · pointer only · 0d866330a7b461b5 · report
compute_accuracies ivnle/the-format-tax/dev/make_hero_b_v3.py found in paper text by Syntology unverified licence not identified · pointer only · a71d2c32270ced76 · report
extract_answer ivnle/the-format-tax/formats/freeform.py found in paper text by Syntology unverified licence not identified · pointer only · d093f593ac440765 · report
extract_answer_from_json ivnle/the-format-tax/extraction.py found in paper text by Syntology unverified licence not identified · pointer only · e3bb693199ecfcd7 · report
extract_answer_from_lark ivnle/the-format-tax/extraction.py found in paper text by Syntology unverified licence not identified · pointer only · 1197fd728352fa6b · report
extract_json_payload ivnle/the-format-tax/extraction.py found in paper text by Syntology unverified licence not identified · pointer only · 4b67385fc82890d1 · report
load_cache ivnle/the-format-tax/judge.py found in paper text by Syntology unverified licence not identified · pointer only · 51052e8e0a123f28 · report
load_grammar ivnle/the-format-tax/formats/freeform.py found in paper text by Syntology unverified licence not identified · pointer only · 8e830a574bd4691b · report
load_grammar ivnle/the-format-tax/formats/json.py found in paper text by Syntology unverified licence not identified · pointer only · c45da0b30c908786 · report
load_grammar ivnle/the-format-tax/formats/latex.py found in paper text by Syntology unverified licence not identified · pointer only · 97c1e520f5f3fc3a · report
load_state ivnle/the-format-tax/judge_openai.py found in paper text by Syntology unverified licence not identified · pointer only · 87f8ee9796f65776 · report
make_figure ivnle/the-format-tax/dev/make_hero_b_v3.py found in paper text by Syntology unverified licence not identified · pointer only · 6e229aa8dcd4b085 · report
parse_verdict ivnle/the-format-tax/judge.py found in paper text by Syntology unverified licence not identified · pointer only · 482e09e885721743 · report
reasoning_parser_for_model ivnle/the-format-tax/prompting.py found in paper text by Syntology unverified licence not identified · pointer only · 7a0cf15e315c834b · report
resolve_task_name ivnle/the-format-tax/prompting.py found in paper text by Syntology unverified licence not identified · pointer only · 7ae63bd46185183a · report
structured_outputs_config ivnle/the-format-tax/prompting.py found in paper text by Syntology unverified licence not identified · pointer only · 78d0778dc821ceda · report
thinking_leak_report ivnle/the-format-tax/dev/show_triple.py found in paper text by Syntology unverified licence not identified · pointer only · fbd3a8b65169f401 · report
truncate ivnle/the-format-tax/dev/show_triple.py found in paper text by Syntology unverified licence not identified · pointer only · 3c3f8b68575a2689 · report
truncate_question ivnle/the-format-tax/dev/show_prompts.py found in paper text by Syntology unverified licence not identified · pointer only · 30ab11c69f399d38 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.03616, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections