paper-with-me

Papers

Toward Neural-Network-Guided Program Synthesis and Verification

2021-03-17 · Naoki Kobayashi, Taro Sekiyama, Issei Sato, Hiroshi Unno

We propose a novel framework of program and invariant synthesis called neural network-guided synthesis. We first show that, by suitably designing and training neural networks, we can extract logical formulas over integers from the weights and biases of the trained neural networks. Based on the idea, we have implemented a tool to synthesize formulas from positive/negative examples and implication constraints, and obtained promising experimental results. We also discuss two applications of our synthesis method. One is the use of our tool for qualifier discovery in the framework of ICE-learning-based CHC solving, which can in turn be applied to program verification and inductive invariant synthesis. Another application is to a new program development framework called oracle-based programming, which is a neural-network-guided variation of Solar-Lezama's program synthesis by sketching.

📄 PDF Abstract BibTeX arXiv:2103.09414

Code (1)

naokikob/neugus 공식 구현 pytorch

Tasks

Program Synthesis

Similar Papers 제목 키워드 기반

Oasis: ILP-Guided Synthesis of Loop Invariants

2020-10-13 · NeurIPS Workshop CAP 2020 12 · Sahil Bhatia, Saswat Padhi, Nagarajan Natarajan, Rahul Sharma 외

Automated synthesis of inductive invariants is an important problem in software verification. We propose a novel technique that is able to solve complex loop invariant synthesis problems involving large number of variabl…

Counterexample-Driven Synthesis for Probabilistic Program Sketches

2019-04-28 · Milan Češka, Christian Hensel, Sebastian Junges, Joost-Pieter Katoen

Probabilistic programs are key to deal with uncertainty in e.g. controller synthesis. They are typically small but intricate. Their development is complex and error prone requiring quantitative reasoning over a myriad of…

On Scaling Data-Driven Loop Invariant Inference

2019-11-26 · Sahil Bhatia, Saswat Padhi, Nagarajan Natarajan, Rahul Sharma 외

Automated synthesis of inductive invariants is an important problem in software verification. Once all the invariants have been specified, software verification reduces to checking of verification conditions. Although st…

Invariant Synthesis for Incomplete Verification Engines

2017-12-15 · Daniel Neider, Pranav Garg, P. Madhusudan, Shambwaditya Saha 외

We propose a framework for synthesizing inductive invariants for incomplete verification engines, which soundly reduce logical problems in undecidable theories to decidable theories. Our framework is based on the counter…

Verification Modulo Tested Library Contracts

2026-04-16 · Abhishek Uppar, Omar Muhammad, Sumanth Prabhu, Deepak D'Souza 외 arxiv

We consider the problem of verification modulo tested library contracts as a step towards automating the verification of client programs that use complex libraries. We formulate this problem as the synthesis of modular c…