English

IterGen: Iterative Semantic-aware Structured LLM Generation with Backtracking

Software Engineering 2025-03-04 v2 Machine Learning Programming Languages

Abstract

Large Language Models (LLMs) are widely used for tasks such as natural language and code generation, but their outputs often suffer from issues like hallucination, toxicity, and incorrect results. Current libraries for structured LLM generation rely on left-to-right decoding without support for backtracking, limiting the ability to correct or refine outputs mid-generation. To address this, we introduce IterGen, a user-friendly library for iterative, grammar-guided LLM generation that enables users to move both forward and backward within the generated output based on grammar symbols. By leveraging a symbol-to-position mapping and maintaining the key-value (KV) cache state, IterGen ensures efficient and structured generation while allowing for corrections during the process. We demonstrate IterGen's effectiveness in two important applications: reducing privacy leakage in LLM outputs and improving the accuracy of LLM-generated SQL and Vega-Lite queries. Our code and additional resources are available at https://structuredllm.com.

Keywords

Cite

@article{arxiv.2410.07295,
  title  = {IterGen: Iterative Semantic-aware Structured LLM Generation with Backtracking},
  author = {Shubham Ugare and Rohan Gumaste and Tarun Suresh and Gagandeep Singh and Sasa Misailovic},
  journal= {arXiv preprint arXiv:2410.07295},
  year   = {2025}
}

Comments

Accepted at ICLR 2025

R2 v1 2026-06-28T19:15:06.531Z