CLAIFLLONov 14, 2025

Towards Autoformalization of LLM-generated Outputs for Requirement Verification

arXiv:2511.11829v1h-index: 1
Originality Incremental advance
AI Analysis

This addresses the need for formal verification of LLM outputs in domains like software requirements, though it's a preliminary and incremental step.

This paper tackles the problem of verifying LLM-generated outputs by exploring autoformalization to translate informal statements into formal logic, with experiments showing the approach can identify logical equivalences and inconsistencies in a small set of requirements.

Autoformalization, the process of translating informal statements into formal logic, has gained renewed interest with the emergence of powerful Large Language Models (LLMs). While LLMs show promise in generating structured outputs from natural language (NL), such as Gherkin Scenarios from NL feature requirements, there's currently no formal method to verify if these outputs are accurate. This paper takes a preliminary step toward addressing this gap by exploring the use of a simple LLM-based autoformalizer to verify LLM-generated outputs against a small set of natural language requirements. We conducted two distinct experiments. In the first one, the autoformalizer successfully identified that two differently-worded NL requirements were logically equivalent, demonstrating the pipeline's potential for consistency checks. In the second, the autoformalizer was used to identify a logical inconsistency between a given NL requirement and an LLM-generated output, highlighting its utility as a formal verification tool. Our findings, while limited, suggest that autoformalization holds significant potential for ensuring the fidelity and logical consistency of LLM-generated outputs, laying a crucial foundation for future, more extensive studies into this novel application.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes