Capacity, Not Format: Rethinking Structured Reasoning Failures

28d ago · Global · primary source: export.arxiv.org

Requiring large language models to output structured JSON can sharply reduce accuracy when the model is already operating near its performance ceiling, according to a new study that tested four models across five benchmarks. The paper, posted to arXiv on June 8, 2026, finds that the penalty imposed by structured output formats is not uniform across models but depends on what the authors call “spare capacity” [1]. When a model has sufficient headroom, JSON constraints cause little to no degradation. On the MATH-Hard benchmark, Sonnet scored 88.7±4.0% under JSON formatting compared with 89.3±1.7% using chain-of-thought prose, a difference the researchers describe as negligible [2]. For models pushed closer to their limits, the effects are severe and operate through two distinct mechanisms [1]. Under standard token budgets, Haiku’s performance fell by 36.2 percentage points (p < 0.0001), largely because responses were truncated before the model could complete its reasoning [2]. Even when token budgets were extended to eliminate truncation, GPT-4o-mini still dropped 28.0 percentage points (p < 0.001), a decline the authors attribute to pure capacity competition — the model’s computational resources being diverted from reasoning to format compliance [2]. The format penalty also scales with schema complexity and cannot be explained by prompt length alone (McNemar p < 0.0001) [2]. The findings challenge assumptions that frontier models are immune. On the AIME competition math benchmark, Opus 4.7 fell from 96.2% to 91.0% under JSON constraints, an exact difference of 5.3 percentage points [2]. Large language models are a type of machine learning system trained on vast text corpora to perform natural language tasks such as generation and reasoning [7]. The study’s authors used information-matched prose controls and a four-level schema complexity gradient to isolate format-specific effects from confounds introduced by longer prompts [2]. A delayed-structure ablation — in which the model reasons freely before formatting its answer — recovered most of the lost accuracy, with a three-run mean of 80–87% [2]. The result supports the capacity competition mechanism and points to a practical mitigation: when a model is near its limits, it is better to let it think first and format later [2]. The paper’s code and data are available through Hugging Face, a platform for sharing machine learning models and datasets [6].

research-papermodel-release

Background sources we checked (7)
  • arxiv.org ↗ Prior work treats structured output as a reasoning tax, but this framing is incomplete: the cost of formatting depends strongly on a model's spare capacity. Using information-matched prose controls and a four-level schema complexity gradient, we separate format-specific effects f…
  • en.wikipedia.org ↗ Artificial intelligence (AI) is the capability of computational systems to perform tasks typically associated with human intelligence, such as learning, reasoning, problem-solving, perception, and decision-making. It is a field of research in engineering, mathematics and computer…
  • en.wikipedia.org ↗ The Turing test, originally called the imitation game by Alan Turing in 1949, is a test of a machine's ability to exhibit intelligent behaviour equivalent to that of a human. In the test, a human evaluator judges a text transcript of a natural-language conversation between a huma…
  • en.wikipedia.org ↗ Memory is the faculty of the mind by which data or information is encoded, stored, and retrieved when needed. It is the retention of information over time for the purpose of influencing future action. If past events could not be remembered, it would be impossible for language, re…
  • en.wikipedia.org ↗ Hugging Face, Inc., is an American company based in New York City that develops computation tools for building applications using machine learning. Its transformers library built for natural language processing applications and its platform allow users to share machine learning m…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
  • en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…

Sources

Spot something wrong? Report an issue