English

AutoICE: Automatically Synthesizing Verifiable C Code via LLM-driven Evolution

Software Engineering 2025-12-09 v1 Artificial Intelligence

Abstract

Automatically synthesizing verifiable code from natural language requirements ensures software correctness and reliability while significantly lowering the barrier to adopting the techniques of formal methods. With the rise of large language models (LLMs), long-standing efforts at autoformalization have gained new momentum. However, existing approaches suffer from severe syntactic and semantic errors due to the scarcity of domain-specific pre-training corpora and often fail to formalize implicit knowledge effectively. In this paper, we propose AutoICE, an LLM-driven evolutionary search for synthesizing verifiable C code. It introduces the diverse individual initialization and the collaborative crossover to enable diverse iterative updates, thereby mitigating error propagation inherent in single-agent iterations. Besides, it employs the self-reflective mutation to facilitate the discovery of implicit knowledge. Evaluation results demonstrate the effectiveness of AutoICE: it successfully verifies 90.3690.36\% of code, outperforming the state-of-the-art (SOTA) approach. Besides, on a developer-friendly dataset variant, AutoICE achieves a 88.3388.33\% verification success rate, significantly surpassing the 6565\% success rate of the SOTA approach.

Keywords

Cite

@article{arxiv.2512.07501,
  title  = {AutoICE: Automatically Synthesizing Verifiable C Code via LLM-driven Evolution},
  author = {Weilin Luo and Xueyi Liang and Haotian Deng and Yanan Liu and Hai Wan},
  journal= {arXiv preprint arXiv:2512.07501},
  year   = {2025}
}
R2 v1 2026-07-01T08:14:47.021Z