Back to Search Start Over

VeCoGen: Automating Generation of Formally Verified C Code with Large Language Models

Authors :
Sevenhuijsen, Merlijn
Etemadi, Khashayar
Nyberg, Mattias
Publication Year :
2024

Abstract

Large Language Models (LLMs) have demonstrated impressive capabilities in generating code, yet they often produce programs with flaws or deviations from intended behavior, limiting their suitability for safety-critical applications. To address this limitation, this paper introduces VeCoGen, a novel tool that combines LLMs with formal verification to automate the generation of formally verified C programs. VeCoGen takes a formal specification in ANSI/ISO C Specification Language (ACSL), a natural language specification, and a set of test cases to attempt to generate a program. This program-generation process consists of two steps. First, VeCoGen generates an initial set of candidate programs. Secondly, the tool iteratively improves on previously generated candidates. If a candidate program meets the formal specification, then we are sure the program is correct. We evaluate VeCoGen on 15 problems presented in Codeforces competitions. On these problems, VeCoGen solves 13 problems. This work shows the potential of combining LLMs with formal verification to automate program generation.

Details

Database :
arXiv
Publication Type :
Report
Accession number :
edsarx.2411.19275
Document Type :
Working Paper