paper-with-me

홈 › Papers

From Gameplay to Symbolic Reasoning: Learning SAT Solver Heuristics in the Style of Alpha(Go) Zero

2018-02-14 · Fei Wang, Tiark Rompf

Despite the recent successes of deep neural networks in various fields such as image and speech recognition, natural language processing, and reinforcement learning, we still face big challenges in bringing the power of numeric optimization to symbolic reasoning. Researchers have proposed different avenues such as neural machine translation for proof synthesis, vectorization of symbols and expressions for representing symbolic patterns, and coupling of neural back-ends for dimensionality reduction with symbolic front-ends for decision making. However, these initial explorations are still only point solutions, and bear other shortcomings such as lack of correctness guarantees. In this paper, we present our approach of casting symbolic reasoning as games, and directly harnessing the power of deep reinforcement learning in the style of Alpha(Go) Zero on symbolic problems. Using the Boolean Satisfiability (SAT) problem as showcase, we demonstrate the feasibility of our method, and the advantages of modularity, efficiency, and correctness guarantees.

📄 PDF Abstract BibTeX arXiv:1802.05340

Code (1)

dmeoli/neuro-sat

Tasks

Decision MakingDeep Reinforcement LearningDimensionality ReductionMachine Translationreinforcement-learningReinforcement LearningReinforcement Learning (RL)speech-recognitionSpeech RecognitionTranslation

Similar Papers 제목 키워드 기반

How Far Are LLMs from Professional Poker Players? Revisiting Game-Theoretic Reasoning with Agentic Tool Use

2026-01-31 · Minhua Lin, Enyan Dai, Hui Liu, Xianfeng Tang 외 arxiv

As Large Language Models (LLMs) are increasingly applied in high-stakes domains, their ability to reason strategically under uncertainty becomes critical. Poker provides a rigorous testbed, requiring not only strong acti…

Reinforcement Learning

Chronosymbolic Learning: Efficient CHC Solving with Symbolic Reasoning and Inductive Learning

2023-05-02 · Ziyan Luo, Xujie Si

Solving Constrained Horn Clauses (CHCs) is a fundamental challenge behind a wide range of verification and analysis tasks. Data-driven approaches show great promise in improving CHC solving without the painstaking manual…

Inductive Learning

Graph Neural Reasoning for 2-Quantified Boolean Formula Solvers

2019-04-27 · Zhanfu Yang, Fei Wang, Ziliang Chen, Guannan Wei 외

In this paper, we investigate the feasibility of learning GNN (Graph Neural Network) based solvers and GNN-based heuristics for specified QBF (Quantified Boolean Formula) problems. We design and evaluate several GNN arch…

Graph Neural Network

Graph Neural Networks for Reasoning 2-Quantified Boolean Formulas

2019-09-25 · Fei Wang, Zhanfu Yang, Ziliang Chen, Guannan Wei 외

It is valuable yet remains challenging to apply neural networks in logical reasoning tasks. Despite some successes witnessed in learning SAT (Boolean Satisfiability) solvers for propositional logic via Graph Neural Netwo…

Logical Reasoning

Beyond Solver Verdicts: Generative Reward Models for Autoformalization

2026-09-10 · Vikash Singh, Debargha Ganguly, Aman Goel, Ali Torkamani 외 hf

Neurosymbolic systems rely on mathematical solvers to guarantee reasoning correctness, yet solvers are fundamentally blind to whether a formal translation maintains strict reference-equivalence to a designated formalizat…