Papers › Grammar-Constrained Decoding for Structured NLP Tasks without Finetuning

Grammar-Constrained Decoding for Structured NLP Tasks without Finetuning

23 May 2023arXiv:2305.13971archive 2025-07-28

Saibo Geng, Martin Josifoski, Maxime Peyrard, Robert West

Despite their impressive performance, large language models (LMs) still struggle with reliably generating complex output structures when not finetuned to follow the required output format exactly. To address this issue, grammar-constrained decoding (GCD) can be used to control the generation of LMs, guaranteeing that the output follows a given structure. Most existing GCD methods are, however, limited to specific tasks, such as parsing or code generation. In this work, we demonstrate that formal grammars can describe the output space for a much wider range of tasks and argue that GCD can serve as a unified framework for structured NLP tasks in general. For increased flexibility, we introduce input-dependent grammars, which allow the grammar to depend on the input and thus enable the generation of different output structures for different inputs. We then empirically demonstrate the power and flexibility of GCD-enhanced LMs on (1) information extraction, (2) entity disambiguation, and (3) constituency parsing. Our results indicate that grammar-constrained LMs substantially outperform unconstrained LMs or even beat task-specific finetuned models. Grammar constraints thus hold great promise for harnessing off-the-shelf LMs for a wide range of structured NLP tasks, especially where training data is scarce or finetuning is expensive. Code and data: https://github.com/epfl-dlab/GCD.

PaperPDFCodeCode 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="2305.13971")

Code

Syntology Ran 2 of 14 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran · our draft was wrong.

By repository: official repository: 14 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

epfl-dlab/gcd officialmentioned in papermentioned on GitHubpytorchMIT report
uiuc-focal-lab/syncode mentioned on GitHubMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

14 samples harvested; 2 ran; 0 honoured the contract we drafted; 12 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.

1ran · violated contract
1ran · our draft was wrong
12unverified

Licence: 0 of the 14 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 epfl-dlab/GCD. “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.

_concat_input_ids_to_str epfl-dlab/GCD/src/constrained_generation/gf_constrained.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · ed8d711ce0734068 · report
_is_port_available epfl-dlab/GCD/src/constrained_generation/gf_constrained.py official repository ran · violated contract fingerprinted MIT (permissive) · 3003b6f719460c61 · report
GFRuntime epfl-dlab/GCD/src/constrained_generation/gf_constrained.py official repository unverified MIT (permissive) · 7024d35647596984 · report
GFServerPoolRuntime epfl-dlab/GCD/src/constrained_generation/gf_constrained.py official repository unverified MIT (permissive) · 93584044e1dadbac · report
GFServerRuntimeForLM epfl-dlab/GCD/src/constrained_generation/gf_constrained.py official repository unverified MIT (permissive) · 5d09c13b2fbf4c59 · report
GF_Constrained epfl-dlab/GCD/src/constrained_generation/gf_constrained.py official repository unverified MIT (permissive) · e3ddcf615dc49c27 · report
HFConstrained epfl-dlab/GCD/src/constrained_generation/gf_constrained.py official repository unverified MIT (permissive) · 50b8ba603819282e · report
get_linearization_class epfl-dlab/gcd/src/ie/linearization.py official repository unverified MIT (permissive) · 8ecfc9ae31f9f793 · report
get_prefix_allowed_tokens_from_gf epfl-dlab/GCD/src/constrained_generation/gf_constrained.py official repository unverified MIT (permissive) · 6bb4fbb17069f81d · report
get_score_from_metric epfl-dlab/gcd/run_process_predictions.py official repository unverified MIT (permissive) · 9c4e1d92f6b083ca · report
get_start_index_parts epfl-dlab/gcd/src/ie/ordering.py official repository unverified MIT (permissive) · a38dbf7df79f2ae5 · report
get_trie_from_strings epfl-dlab/gcd/src/constrained_generation/trie_constrained_generation_utils.py official repository unverified MIT (permissive) · b9465eab8ef5a841 · report
read_constrained_world epfl-dlab/gcd/src/constrained_generation/trie_constrained_generation_utils.py official repository unverified MIT (permissive) · b05538e9a0658b50 · report
remove_accents_from_str epfl-dlab/gcd/src/ie/linearization.py official repository unverified MIT (permissive) · 6c5967a6c10f8a99 · report

Tasks

Code GenerationConstituency ParsingEntity Disambiguation

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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