paper-with-me

홈 › Papers

Talking with Verifiers: Automatic Specification Generation for Neural Network Verification

2026-02-13 · Yizhak Y. Elboher, Reuven Peleg, Zhouxing Shi, Guy Katz, Jan Křetínský arxiv

Neural network verification tools currently support only a narrow class of specifications, typically expressed as low-level constraints over raw inputs and outputs. This limitation significantly hinders their adoption and practical applicability across diverse application domains where correctness requirements are naturally expressed at a higher semantic level. This challenge is rooted in the inherent nature of deep neural networks, which learn internal representations that lack an explicit mapping to human-understandable features. To address this, we bridge this gap by introducing a novel component to the verification pipeline, making existing verification tools applicable to a broader range of domains and specification styles. Our framework enables users to formulate specifications in natural language, which are then automatically analyzed and translated into formal verification queries compatible with state-of-the-art neural network verifiers. We evaluate our approach on both structured and unstructured datasets, demonstrating that it successfully verifies complex semantic specifications that were previously inaccessible. Our results show that this translation process maintains high fidelity to user intent while incurring low computational overhead, thereby substantially extending the applicability of formal DNN verification to real-world, high-level requirements.

📄 PDF Abstract BibTeX arXiv:2603.02235

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond Postconditions: Can Large Language Models infer Formal Contracts for Automatic Software Verification?

2025-10-14 · Cedric Richter, Heike Wehrheim arxiv

Automatic software verifiers have become increasingly effective at the task of checking software against (formal) specifications. Yet, their adoption in practice has been hampered by the lack of such specifications in re…

An Empirical Study of LLM-Generated Specifications for VeriFast

2026-06-25 · Wen Fan, Minh Tran, Sanya Dod, Xin Hu 외 arxiv

Static verification tools can assure industrial scale software, but require significant human labor to write specifications. This is particularly true of static verifiers based on separation logic (SL verifiers), which e…

Evaluating the Ability of Large Language Models to Generate Verifiable Specifications in VeriFast

2024-11-04 · Wen Fan, Marilyn Rego, Xin Hu, Sanya Dod 외

Static verification is a powerful method for enhancing software quality, but it demands significant human labor and resources. This is particularly true of static verifiers that reason about heap manipulating programs us…

Code GenerationPrompt Engineering

A Protocol for Trustless Verification Under Uncertainty

2025-07-01 · David Shi, Kevin Joo arxiv

Correctness is an emergent property of systems where exposing error is cheaper than committing it. In dynamic, low-trust environments, autonomous AI agents benefit from delegating work to sub-agents, yet correctness cann…

interwhen: A Generalizable Framework for Steering Reasoning Models with Test-time Verification

2026-02-05 · Vishak K Bhat, Prateek Chanda, Vijval Ekbote, Ashmit Khandelwal 외 arxiv

Reasoning models produce long traces of intermediate decisions and tool calls, making test-time verification important for ensuring correctness. Existing approaches either verify only the final answer, which misses early…

Prompt Engineering