paper-with-me

홈 › Papers

Learning-Infused Formal Reasoning: From Contract Synthesis to Artifact Reuse and Formal Semantics

2026-02-02 · Arshad Beg, Diarmuid O'Donoghue, Rosemary Monahan arxiv

This paper articulates a long-term research vision for formal methods at the intersection with artificial intelligence, outlining multiple conceptual and technical dimensions and reporting on our ongoing work toward realising this vision. It advances a forward-looking perspective on the next generation of formal methods based on the integration of automated contract synthesis, semantic artifact reuse, and refinement-based theory. We argue that future verification systems must builds towards individual correctness proofs toward a cumulative, knowledge-driven paradigm in which specifications, contracts, and proofs are continuously synthesised and transferred across systems. To support this shift, we outline a hybrid framework combining large language models with graph-based representations to enable scalable semantic matching and principled reuse of verification artifacts. Learning-based components provide semantic guidance across heterogeneous notations and abstraction levels, while symbolic matching ensures formal soundness. Grounded in compositional reasoning, this vision points toward verification ecosystems that evolve systematically, leveraging past verification efforts to accelerate future assurance.

📄 PDF Abstract BibTeX arXiv:2602.02881

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

An end-to-end agentic pipeline for smart contract translation and quality evaluation

2026-02-14 · Abhinav Goel, Chaitya Shah, Agostino Capponi, Alfio Gliozzo arxiv

We present an end-to-end framework for systematic evaluation of LLM-generated smart contracts from natural-language specifications. The system parses contractual text into structured schemas, generates Solidity code, and…

BRIDGE: Building Representations In Domain Guided Program Synthesis

2025-11-26 · Robert Joseph George, Carson Eisenach, Udaya Ghai, Dominique Perrault-Joncas 외 arxiv

Large language models can generate plausible code, but remain brittle for formal verification in proof assistants such as Lean. A central scalability challenge is that verified synthesis requires consistent artifacts acr…

Program Synthesis

Externalizing Research Synthesis and Validation in AI Scientists through a Research Harness

2026-06-17 · Zijian Wang, Hanqi Li, Ziyue Yang, Zijian Hu 외 arxiv

AI systems can increasingly automate scientific workflows, but the reasoning that links prior evidence, generated ideas, experiments and final claims often remains implicit inside model inference. Here we introduce Xcien…

Know Your Limits : On the Faithfulness of LLMs as Solvers and Autoformalizers in Legal Reasoning

2026-06-15 · Olivia Peiyu Wang, Sanna Wong-Toropainen, Daneshvar Amrollahi, Ryan Bai 외 arxiv

Large Language Models (LLMs) achieve strong performance on reasoning tasks, but whether this reflects faithful logical inference or heuristic approximation remains unclear. We study this question in legal entailment by c…

Program SynthesisLegal Reasoning

Contract-Coding: Towards Repo-Level Generation via Structured Symbolic Paradigm

2026-04-10 · Yi Lin, Lujin Zhao, Yijie Shi arxiv

The shift toward intent-driven software engineering (often termed "Vibe Coding") exposes a critical Context-Fidelity Trade-off: vague user intents overwhelm linear reasoning chains, leading to architectural collapse in c…