@inproceedings{li-cao-2026-trajectories,
title = "From Trajectories to Graphs: Contract-Checked Editing for Verifier-Guided {LLM} Reasoning",
author = "Li, Rui and
Cao, Shuang",
editor = "Liakata, Maria and
Moreira, Viviane P. and
Zhang, Jiajun and
Jurgens, David",
booktitle = "Proceedings of the 64th Annual Meeting of the {A}ssociation for {C}omputational {L}inguistics (Volume 1: Long Papers)",
month = jul,
year = "2026",
address = "San Diego, California, United States",
publisher = "Association for Computational Linguistics",
url = "https://preview.aclanthology.org/ingest-acl/2026.acl-long.2004/",
pages = "43259--43306",
ISBN = "979-8-89176-390-6",
abstract = "Inference-time search can substantially improve LLM reasoning when tasks admit deterministic verification, but existing methods largely refine single trajectories and lack a reliable mechanism for composing partial solutions across candidates. We propose contract-checked graph editing: represent each candidate as an interface-typed reasoning DAG and validate every nontrivial edit with a deterministic structural gate (acyclicity, namespace closure, schema validity, terminal constraints) before invoking the verifier. The gate certifies runnability only and emits auditable rejection reasons; semantic correctness is determined solely by the verifier. Instantiated in Genetic Inference Search (GIS) with Qwen2.5-32B-Instruct under strictly matched token budgets (8K tokens), contract-checked grafting increases verifier-runnable recombination from 41.2{\%} to 92.8{\%} and improves accuracy over rStar (+6.1 on MATH, +9.1 on MATH L5) while using 42{\%} fewer verifier calls. The same operators transfer across outer loops (beam, best-first, MCTS) and to structured generation and code, outperforming execution-guided beam search on Spider (+2.8) and improving multi-file code generation on HumanEval-MF (+9.2)."
}Markdown (Informal)
[From Trajectories to Graphs: Contract-Checked Editing for Verifier-Guided LLM Reasoning](https://preview.aclanthology.org/ingest-acl/2026.acl-long.2004/) (Li & Cao, ACL 2026)
ACL