paper-with-me

Papers

Neural Guided Constraint Logic Programming for Program Synthesis

2018-09-08 · NeurIPS 2018 12 · Lisa Zhang, Gregory Rosenblatt, Ethan Fetaya, Renjie Liao, William E. Byrd, Matthew Might, Raquel Urtasun, Richard Zemel

Synthesizing programs using example input/outputs is a classic problem in artificial intelligence. We present a method for solving Programming By Example (PBE) problems by using a neural model to guide the search of a constraint logic programming system called miniKanren. Crucially, the neural model uses miniKanren's internal representation as input; miniKanren represents a PBE problem as recursive constraints imposed by the provided examples. We explore Recurrent Neural Network and Graph Neural Network models. We contribute a modified miniKanren, drivable by an external agent, available at https://github.com/xuexue/neuralkanren. We show that our neural-guided approach using constraints can synthesize programs faster in many cases, and importantly, can generalize to larger problems.

📄 PDF Abstract BibTeX arXiv:1809.02840

Code (1)

xuexue/neuralkanren 공식 구현 pytorch

Tasks

Graph Neural NetworkProgram Synthesis

Similar 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 integer…

Program Synthesis

SyGuS-Comp 2016: Results and Analysis

2016-11-23 · Rajeev Alur, Dana Fisman, Rishabh Singh, Armando Solar-Lezama

Syntax-Guided Synthesis (SyGuS) is the computational problem of finding an implementation f that meets both a semantic constraint given by a logical formula $\varphi$ in a background theory T, and a syntactic constraint …

Parallel Constraint-Driven Inductive Logic Programming

2021-09-15 · Andrew Cropper, Oghenejokpeme Orhobor, Cristian Dinu, Rolf Morel

Multi-core machines are ubiquitous. However, most inductive logic programming (ILP) approaches use only a single core, which severely limits their scalability. To address this limitation, we introduce parallel techniques…

Inductive logic programmingProgram Synthesis

Modelling Program Spaces in Program Synthesis with Constraints

2025-07-10 · Tilman Hinnerichs, Bart Swinkels, Jaap de Jong, Reuben Gardos Reid 외 arxiv

A core challenge in program synthesis is taming the large space of possible programs. Since program synthesis is essentially a combinatorial search, the community has sought to leverage powerful combinatorial constraint …

Inductive logic programmingProgram Synthesis

Learning logic programs through divide, constrain, and conquer

2021-09-16 · Andrew Cropper

We introduce an inductive logic programming approach that combines classical divide-and-conquer search with modern constraint-driven search. Our anytime approach can learn optimal, recursive, and large programs and suppo…

Inductive logic programmingProgram Synthesis