Symbolic Execution + Model Counting + Entropy Maximization = Automatic Search Synthesis

September 23, 2020 ยท The Ethereal ยท ๐Ÿ› International Symposium on Games, Automata, Logics and Formal Verification

๐Ÿ”ฎ THE ETHEREAL: The Ethereal
Pure theory โ€” exists on a plane beyond code

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Mara Downing, Abtin Molavi, Lucas Bang arXiv ID 2009.10877 Category cs.LO: Logic in CS Cross-listed cs.IT Citations 0 Venue International Symposium on Games, Automata, Logics and Formal Verification Last Checked 5 months ago
Abstract
We present a method of automatically synthesizing steps to solve search problems. Given a specification of a search problem, our approach uses symbolic execution to analyze the specification in order to extract a set of constraints which model the problem. These constraints are used in a process called model counting, which is leveraged to compute probability distributions relating search steps to predicates about an unknown target. The probability distribution functions determine an information gain objective function based on Shannon entropy, which, when maximized, yields the next optimal step of the search. We prove that our algorithm converges to a correct solution, and discuss computational complexity issues. We implemented a domain specific language in which to write search problem specifications, enabling our static analysis phase. Our experiments demonstrate the effectiveness of our approach on a set of search problem case studies inspired by the domains of software security, computational geometry, AI for games, and user preference ranking.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Logic in CS