paper-with-me

Papers

LP2PB: Translating Answer Set Programs into Pseudo-Boolean Theories

2020-09-22 · Wolf De Wulf, Bart Bogaerts

Answer set programming (ASP) is a well-established knowledge representation formalism. Most ASP solvers are based on (extensions of) technology from Boolean satisfiability solving. While these solvers have shown to be very successful in many practical applications, their strength is limited by their underlying proof system, resolution. In this paper, we present a new tool LP2PB that translates ASP programs into pseudo-Boolean theories, for which solvers based on the (stronger) cutting plane proof system exist. We evaluate our tool, and the potential of cutting-plane-based solving for ASP on traditional ASP benchmarks as well as benchmarks from pseudo-Boolean solving. Our results are mixed: overall, traditional ASP solvers still outperform our translational approach, but several benchmark families are identified where the balance shifts the other way, thereby suggesting that further investigation into a stronger proof system for ASP is valuable.

📄 PDF Abstract BibTeX arXiv:2009.10248

Code (1)

wulfdewolf/lp2pb 공식 구현

Similar Papers 제목 키워드 기반

Translating LPOD and CR-Prolog2 into Standard Answer Set Programs

2018-05-02 · Joohyung Lee, Zhun Yang

Logic Programs with Ordered Disjunction (LPOD) is an extension of standard answer set programs to handle preference using the construct of ordered disjunction, and CR-Prolog2 is an extension of standard answer set progra…

Pseudo-Boolean d-DNNF Compilation for Expressive Feature Modeling Constructs

2025-05-09 · Chico Sundermann, Stefan Vill, Elias Kuiter, Sebastian Krieter 외

Configurable systems typically consist of reusable assets that have dependencies between each other. To specify such dependencies, feature models are commonly used. As feature models in practice are often complex, automa…

Inconsistency Proofs for ASP: The ASP-DRUPE Format

2019-07-24 · Mario Alviano, Carmine Dodaro, Johannes K. Fichte, Markus Hecher 외

Answer Set Programming (ASP) solvers are highly-tuned and complex procedures that implicitly solve the consistency problem, i.e., deciding whether a logic program admits an answer set. Verifying whether a claimed answer …

Leveraging Large Language Models to Generate Answer Set Programs

2023-07-15 · Adam Ishay, Zhun Yang, Joohyung Lee

Large language models (LLMs), such as GPT-3 and GPT-4, have demonstrated exceptional performance in various natural language processing tasks and have shown the ability to solve certain reasoning problems. However, their…

Formal LogicIn-Context Learning

Neural logic programs and neural nets

2024-06-13 · Christian Antić

Neural-symbolic integration aims to combine the connectionist subsymbolic with the logical symbolic approach to artificial intelligence. In this paper, we first define the answer set semantics of (boolean) neural nets an…