paper-with-me

Papers

Transforming Constraint Programs to Input for Local Search

2026-05-19 · Jo Devriendt, Patrick De Causmaecker, Marc Denecker arxiv

Applying local search algorithms to combinatorial optimization problems is not an easy feat. Typically, human intervention is required to compile the constraints to input data for some metaheuristic algorithm. In this paper, we establish a link between symmetry properties of constraint optimization problems and local search neighborhoods, and we use this link to automatically generate neighborhoods from a constraint specification in the context of the IDP system. We evaluate the obtained neighborhoods for six classical optimization problems. The resulting observations support the viability of this technique.

📄 PDF Abstract BibTeX arXiv:2605.19671

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Neural Guided Constraint Logic Programming for Program Synthesis

2018-09-08 · NeurIPS 2018 12 · Lisa Zhang, Gregory Rosenblatt, Ethan Fetaya, Renjie Liao 외

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 co…

Graph Neural NetworkProgram Synthesis

A multiplicity-preserving crossover operator on graphs. Extended version

2022-08-23 · Henri Thölke, Jens Kosiol

Evolutionary algorithms usually explore a search space of solutions by means of crossover and mutation. While a mutation consists of a small, local modification of a solution, crossover mixes the genetic information of t…

Evolutionary Algorithms

Optimal Neural Program Synthesis from Multimodal Specifications

2020-10-04 · Findings (EMNLP) 2021 11 · Xi Ye, Qiaochu Chen, Isil Dillig, Greg Durrett

Multimodal program synthesis, which leverages different types of user input to synthesize a desired program, is an attractive way to scale program synthesis to challenging settings; however, it requires integrating noisy…

Program Synthesisvalid

Learning to Edit Visual Programs with Self-Supervision

2024-06-04 · R. Kenny Jones, Renhao Zhang, Aditya Ganeshan, Daniel Ritchie

We design a system that learns how to edit visual programs. Our edit network consumes a complete input program and a visual target. From this input, we task our network with predicting a local edit operation that could b…

Self-Supervised Learning

kNN-ICL: Compositional Task-Oriented Parsing Generalization with Nearest Neighbor In-Context Learning

2023-12-17 · Wenting Zhao, Ye Liu, Yao Wan, Yibo Wang 외

Task-Oriented Parsing (TOP) enables conversational assistants to interpret user commands expressed in natural language, transforming them into structured outputs that combine elements of both natural language and intent/…

In-Context LearningPrompt EngineeringSemantic Parsing