CLAIJan 18, 2025

JSONSchemaBench: A Rigorous Benchmark of Structured Outputs for Language Models

arXiv:2501.10868v352 citationsh-index: 8Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of evaluating constrained decoding for structured outputs in language models, which is critical for applications across sectors, but it is incremental as it builds on existing frameworks and benchmarks.

The authors tackled the lack of systematic evaluation for constrained decoding methods in language models by introducing JSONSchemaBench, a benchmark with 10K real-world JSON schemas, and found that it provides actionable insights into the efficiency, coverage, and quality of six state-of-the-art frameworks.

Reliably generating structured outputs has become a critical capability for modern language model (LM) applications. Constrained decoding has emerged as the dominant technology across sectors for enforcing structured outputs during generation. Despite its growing adoption, little has been done with the systematic evaluation of the behaviors and performance of constrained decoding. Constrained decoding frameworks have standardized around JSON Schema as a structured data format, with most uses guaranteeing constraint compliance given a schema. However, there is poor understanding of the effectiveness of the methods in practice. We present an evaluation framework to assess constrained decoding approaches across three critical dimensions: efficiency in generating constraint-compliant outputs, coverage of diverse constraint types, and quality of the generated outputs. To facilitate this evaluation, we introduce JSONSchemaBench, a benchmark for constrained decoding comprising 10K real-world JSON schemas that encompass a wide range of constraints with varying complexity. We pair the benchmark with the existing official JSON Schema Test Suite and evaluate six state-of-the-art constrained decoding frameworks, including Guidance, Outlines, Llamacpp, XGrammar, OpenAI, and Gemini. Through extensive experiments, we gain insights into the capabilities and limitations of constrained decoding on structured generation with real-world JSON schemas. Our work provides actionable insights for improving constrained decoding frameworks and structured generation tasks, setting a new standard for evaluating constrained decoding and structured generation. We release JSONSchemaBench at https://github.com/guidance-ai/jsonschemabench

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes