paper-with-me

홈 › Papers

Diminution: On Reducing the Size of Grounding ASP Programs

2025-08-12 · HuanYu Yang, Fengming Zhu, YangFan Wu, Jianmin Ji arxiv

Answer Set Programming (ASP) is often hindered by the grounding bottleneck: large Herbrand universes generate ground programs so large that solving becomes difficult. Many methods employ ad-hoc heuristics to improve grounding performance, motivating the need for a more formal and generalizable strategy. We introduce the notion of diminution, defined as a selected subset of the Herbrand universe used to generate a reduced ground program before solving. We give a formal definition of diminution, analyze its key properties, and study the complexity of identifying it. We use a specific encoding that enables off-the-shelf ASP solver to evaluate candidate subsets. Our approach integrates seamlessly with existing grounders via domain predicates. In extensive experiments on five benchmarks, applying diminutions selected by our strategy yields significant performance improvements, reducing grounding time by up to 70% on average and decreasing the size of grounding files by up to 85%. These results demonstrate that leveraging diminutions constitutes a robust and general-purpose approach for alleviating the grounding bottleneck in ASP.

📄 PDF Abstract BibTeX arXiv:2508.08633

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

lpopt: A Rule Optimization Tool for Answer Set Programming

2016-08-19 · Manuel Bichler, Michael Morak, Stefan Woltran

State-of-the-art answer set programming (ASP) solvers rely on a program called a grounder to convert non-ground programs containing variables into variable-free, propositional programs. The size of this grounding depends…

System Predictor: Grounding Size Estimator for Logic Programs under Answer Set Semantics

2023-03-29 · Daniel Bresnahan, Nicholas Hippen, Yuliya Lierler

Answer set programming is a declarative logic programming paradigm geared towards solving difficult combinatorial search problems. While different logic programs can encode the same problem, their performance may vary si…

Grounding Bound Founded Answer Set Programs

2014-05-14 · Rehan Abdul Aziz, Geoffrey Chu, Peter James Stuckey

To appear in Theory and Practice of Logic Programming (TPLP) Bound Founded Answer Set Programming (BFASP) is an extension of Answer Set Programming (ASP) that extends stable model semantics to numeric variables. While …

F-LMM: Grounding Frozen Large Multimodal Models

2024-06-09 · CVPR 2025 1 · Size Wu, Sheng Jin, Wenwei Zhang, Lumin Xu 외

Endowing Large Multimodal Models (LMMs) with visual grounding capability can significantly enhance AIs' understanding of the visual world and their interaction with humans. However, existing methods typically fine-tune t…

General KnowledgeInstruction FollowingQuestion AnsweringReferring Expression+3

Incremental Answer Set Programming with Overgrounding

2019-07-22 · Francesco Calimeri, Giovambattista Ianni, Francesco Pacenza, Simona Perri 외

Repeated executions of reasoning tasks for varying inputs are necessary in many applicative settings, such as stream reasoning. In this context, we propose an incremental grounding approach for the answer set semantics. …