LGAIApr 1, 2025

Neural Approaches to SAT Solving: Design Choices and Interpretability

arXiv:2504.01173v13 citationsh-index: 26Int J Approx Reason
Originality Incremental advance
AI Analysis

This work addresses SAT solving for AI and optimization domains, offering incremental improvements in neural methods.

The paper tackles Boolean satisfiability problems by evaluating graph neural networks with training improvements like closest assignment supervision, achieving good accuracy and reduced computational demands while demonstrating scalability beyond the training distribution.

In this contribution, we provide a comprehensive evaluation of graph neural networks applied to Boolean satisfiability problems, accompanied by an intuitive explanation of the mechanisms enabling the model to generalize to different instances. We introduce several training improvements, particularly a novel closest assignment supervision method that dynamically adapts to the model's current state, significantly enhancing performance on problems with larger solution spaces. Our experiments demonstrate the suitability of variable-clause graph representations with recurrent neural network updates, which achieve good accuracy on SAT assignment prediction while reducing computational demands. We extend the base graph neural network into a diffusion model that facilitates incremental sampling and can be effectively combined with classical techniques like unit propagation. Through analysis of embedding space patterns and optimization trajectories, we show how these networks implicitly perform a process very similar to continuous relaxations of MaxSAT, offering an interpretable view of their reasoning process. This understanding guides our design choices and explains the ability of recurrent architectures to scale effectively at inference time beyond their training distribution, which we demonstrate with test-time scaling experiments.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes