paper-with-me

홈 › Papers

Neuro-Symbolic Generation and Validation of Memory-Aware Formal Function Specifications

2026-03-12 · Liao Zhang, Tong Chen, Xiwei Wu, Qi Liu, Xiyu Zhai, Xinqi Wang, Qinxiang Cao arxiv

Formal verification of memory-manipulating programs critically depends on precise function specifications that capture memory states written by experts. This requirement has become a major bottleneck as large language models (LLMs) increasingly generate low-level systems code whose correctness cannot be assumed. To enable scalable formal verification, we focus exclusively on function specification generation, deliberately avoiding the synthesis of complex loop invariants that are central to traditional verification pipelines. We propose a neuro-symbolic framework for automatically generating memory-aware formal function specifications for C programs from natural language problem descriptions and function signatures. The pipeline first produces candidate specifications via in-context learning, and then iteratively refines them using compiler diagnostics from symbolic provers and the verification toolchain. In particular, we validate candidate specifications by constructing a proof for the negation of the specification with concrete examples, enabling machine-checked rejection of plausible-but-incorrect specifications. To support systematic evaluation, we introduce LeetCode-C-Spec, a new benchmark of 200 C programming problems for generating memory-aware formal function specifications. Experiments show that iterative refinement substantially improves syntactic validity, while symbolic prover-based refutation significantly enhances correctness assessment by filtering false positives that LLM-only judges frequently accept. Our results demonstrate that combining neural generation with symbolic feedback provides an effective approach to formal specification synthesis for memory-safe systems software.

📄 PDF Abstract BibTeX arXiv:2603.13414

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ConWriter: Transition-Constrained Stateful Long-Form Story Generation with Lightweight Neuro-Symbolic Consistency Control

2026-05-27 · Jindong Li, Yang Yang, Zihao Liu, Yutao Yue 외 arxiv

Long-form story generation requires models to preserve narrative consistency across extended contexts, yet existing prompting-based methods often accumulate temporal, factual, character, commonsense, and stylistic errors…

IVIE: A Neuro-symbolic Approach to Incremental and Validated Generation of Interactive Fiction Worlds

2026-06-11 · Micaela Vaucher, Santiago Silveira, Santiago Góngora, Luis Chiruzzo arxiv

Computational creativity in Interactive Fiction faces a fundamental tension: Large Language Models (LLM) may produce creative narratives but struggle with world coherence, while symbolic systems ensure consistency but la…

Neuro-Symbolic Meta-Policies for Temporal Knowledge-Graph Memory under Partial Observability

2026-07-20 · Taewoon Kim, Vincent François-Lavet, Michael Cochez arxiv

Partially observable reinforcement learning requires deciding what to retain, retrieve, and forget over time. We introduce a neuro-symbolic meta-policy that learns which symbolic memory heuristic to apply at each decisio…

Reinforcement LearningQuestion Answering

Towards Efficient Neuro-Symbolic AI: From Workload Characterization to Hardware Architecture

2024-09-20 · Zishen Wan, Che-Kai Liu, Hanchen Yang, Ritik Raj 외

The remarkable advancements in artificial intelligence (AI), primarily driven by deep neural networks, are facing challenges surrounding unsustainable computational trajectories, limited robustness, and a lack of explain…

Competency Questions as Executable Plans: a Controlled RAG Architecture for Cultural Heritage Storytelling

2026-04-02 · Naga Sowjanya Barla, Jacopo de Berardinis arxiv

The preservation of intangible cultural heritage is a critical challenge as collective memory fades over time. While Large Language Models (LLMs) offer a promising avenue for generating engaging narratives, their propens…

Story GenerationKnowledge Graphs