Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_ml 85% Match Research Paper Theoretical Computer Scientists,Machine Learning Theorists,Researchers in SAT/SMT 19 hours ago

Learning CNF formulas from uniform random solutions in the local lemma regime

graph-neural-networks โ€บ graph-learning
๐Ÿ“„ Abstract

Abstract: We study the problem of learning a $n$-variables $k$-CNF formula $\Phi$ from its i.i.d. uniform random solutions, which is equivalent to learning a Boolean Markov random field (MRF) with $k$-wise hard constraints. Revisiting Valiant's algorithm (Commun. ACM'84), we show that it can exactly learn (1) $k$-CNFs with bounded clause intersection size under Lov\'asz local lemma type conditions, from $O(\log n)$ samples; and (2) random $k$-CNFs near the satisfiability threshold, from $\widetilde{O}(n^{\exp(-\sqrt{k})})$ samples. These results significantly improve the previous $O(n^k)$ sample complexity. We further establish new information-theoretic lower bounds on sample complexity for both exact and approximate learning from i.i.d. uniform random solutions.

Key Contributions

This paper significantly improves the sample complexity for learning k-CNF formulas from uniform random solutions. It shows that Valiant's algorithm can learn k-CNFs under local lemma conditions with O(log n) samples and random k-CNFs near the satisfiability threshold with near-optimal sample complexity, establishing new information-theoretic lower bounds.

Business Value

More efficient learning of complex logical formulas can improve automated reasoning, constraint satisfaction solvers, and formal verification tools used in software engineering and hardware design.