AI RESEARCH
Verus-SpecGym: An Agentic Environment for Evaluating Specification Autoformalization
arXiv CS.AI
•
ArXi:2605.26457v1 Announce Type: cross AI coding agents are increasingly used to write real-world software, but ensuring that their outputs are correct remains a fundamental challenge. Formal verification offers a promising path: an agent generates code together with a machine-checked proof, guaranteeing that the code satisfies a formal specification. However, there is no guarantee that the formal spec itself matches the user's intent. In this work, we study specification autoformalization: whether LLM agents can translate informal programming problems into faithful formal specifications. We