English

Cost-Driven Synthesis of Sound Abstract Interpreters

Programming Languages 2025-11-18 v1 Machine Learning

Abstract

Constructing abstract interpreters that provide global soundness guarantees remains a major obstacle in abstract interpretation. We investigate whether modern LLMs can reduce this burden by leveraging them to synthesize sound, non-trivial abstract interpreters across multiple abstract domains in the setting of neural network verification. We formulate synthesis as a constrained optimization problem and introduce a novel mathematically grounded cost function for measuring unsoundness under strict syntactic and semantic constraints. Based on this formulation, we develop a unified framework that unifies LLM-based generation with syntactic and semantic validation and a quantitative cost-guided feedback mechanism. Empirical results demonstrate that our framework not only matches the quality of handcrafted transformers, but more importantly, discovers sound, high-precision transformers for complex nonlinear operators that are absent from existing literature.

Keywords

Cite

@article{arxiv.2511.13663,
  title  = {Cost-Driven Synthesis of Sound Abstract Interpreters},
  author = {Qiuhan Gu and Avaljot Singh and Gagandeep Singh},
  journal= {arXiv preprint arXiv:2511.13663},
  year   = {2025}
}

Comments

37 pages, 20 figures