← 返回论文检索
ICML 2026PosterAccept (regular)

LLM-Guided Loop Bound Generation for Program Termination Verification

Zan Gong, Biting Huang, Fei He

Tsinghua University

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。

摘要

Program termination is a fundamental liveness property in software verification. Proving termination of a given program is a formidable challenge due to the undecidability of the problem. In this paper, we propose LIFT, a termination verification framework that leverages LLMs to generate loop bounds within a guess-and-check workflow. LIFT couples this generation with a sound formal validation procedure that both guarantees all reported terminations and refutes invalid loop bounds via violation analysis. Experiments on publicly accessible termination benchmarks show that LIFT significantly outperforms existing termination verification tools.