paper-with-me

홈 › Papers

Arbitrarily Large Labelled Random Satisfiability Formulas for Machine Learning Training

2022-11-21 · Dimitris Achlioptas, Amrit Daswaney, Periklis A. Papakonstantinou

Applying deep learning to solve real-life instances of hard combinatorial problems has tremendous potential. Research in this direction has focused on the Boolean satisfiability (SAT) problem, both because of its theoretical centrality and practical importance. A major roadblock faced, though, is that training sets are restricted to random formulas of size several orders of magnitude smaller than formulas of practical interest, raising serious concerns about generalization. This is because labeling random formulas of increasing size rapidly becomes intractable. By exploiting the probabilistic method in a fundamental way, we remove this roadblock entirely: we show how to generate correctly labeled random formulas of any desired size, without having to solve the underlying decision problem. Moreover, the difficulty of the classification task for the formulas produced by our generator is tunable by varying a simple scalar parameter. This opens up an entirely new level of sophistication for the machine learning methods that can be brought to bear on Satisfiability. Using our generator, we train existing state-of-the-art models for the task of predicting satisfiability on formulas with 10,000 variables. We find that they do no better than random guessing. As a first indication of what can be achieved with the new generator, we present a novel classifier that performs significantly better than random guessing 99% on the same datasets, for most difficulty levels. Crucially, unlike past approaches that learn based on syntactic features of a formula, our classifier performs its learning on a short prefix of a solver's computation, an approach that we expect to be of independent interest.

📄 PDF Abstract BibTeX arXiv:2211.15368

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial Optimization

Similar Papers 제목 키워드 기반

Detection of Planted Solutions for Flat Satisfiability Problems

2015-02-21 · Quentin Berthet, Jordan S. Ellenberg

We study the detection problem of finding planted solutions in random instances of flat satisfiability problems, a generalization of boolean satisfiability formulas. We describe the properties of random instances of flat…

Two-sample testing

Phase Transition Behavior of Cardinality and XOR Constraints

2019-10-22 · Yash Pote, Saurabh Joshi, Kuldeep S. Meel

The runtime performance of modern SAT solvers is deeply connected to the phase transition behavior of CNF formulas. While CNF solving has witnessed significant runtime improvement over the past two decades, the same does…

PDL on Steroids: on Expressive Extensions of PDL with Intersection and Converse

2023-04-20 · Diego Figueira, Santiago Figueira, Edwin Pin

We introduce CPDL+, a family of expressive logics rooted in Propositional Dynamic Logic (PDL). In terms of expressive power, CPDL+ strictly contains PDL extended with intersection and converse (a.k.a. ICPDL) as well as C…

Three-way decision with incomplete information based on similarity and satisfiability

2025-12-24 · Junfang Luo, Mengjun Hu, Keyun Qin arxiv

Three-way decision is widely applied with rough set theory to learn classification or decision rules. The approaches dealing with complete information are well established in the literature, including the two complementa…

On the Expressive Power of GNNs for Boolean Satisfiability

2026-02-09 · Saku Peltonen, Roger Wattenhofer arxiv

Machine learning approaches to solving Boolean Satisfiability (SAT) aim to replace handcrafted heuristics with learning-based models. Graph Neural Networks have emerged as the main architecture for SAT solving, due to th…