LangSAT: A Novel Framework Combining NLP and Reinforcement Learning for SAT Solving
By: Muyu Pan , Matthew Walter , Dheeraj Kodakandla and more
Potential Business Impact:
Lets computers solve logic puzzles from English.
Our work presents a novel reinforcement learning (RL) based framework to optimize heuristic selection within the conflict-driven clause learning (CDCL) process, improving the efficiency of Boolean satisfiability (SAT) solving. The proposed system, LangSAT, bridges the gap between natural language inputs and propositional logic by converting English descriptions into Conjunctive Normal Form (CNF) expressions and solving them using an RL-enhanced CDCL SAT solver. Unlike existing SAT-solving platforms that require CNF as input, LangSAT enables users to input standard English descriptions, making SAT-solving more accessible. The framework comprises two key components: Lang2Logic, which translates English sentences into CNF expressions, and SmartSAT, an RL-based SAT solver. SmartSAT encodes clause-variable relationships as structured graph representations and extracts global features specific to the SAT problem. This implementation provides the RL agent with deeper contextual information, enabling SAT problems to be solved more efficiently. Lang2Logic was evaluated on diverse natural language inputs, processing descriptions up to 450 words. The generated CNFs were solved by SmartSAT, which demonstrated comparable performance to traditional CDCL heuristics with respect to solving time. The combined LangSAT framework offers a more accessible and scalable solution for SAT-solving tasks across reasoning, formal verification, and debugging.
Similar Papers
SATQuest: A Verifier for Logical Reasoning Evaluation and Reinforcement Fine-Tuning of LLMs
Artificial Intelligence
Teaches computers to think logically and solve puzzles.
Circuit-Aware SAT Solving: Guiding CDCL via Conditional Probabilities
Artificial Intelligence
Makes computer chips design faster and better.
Autonomous Code Evolution Meets NP-Completeness
Artificial Intelligence
AI improves computer programs better than people.