paper-with-me

Papers

Incremental Answer Set Programming with Overgrounding

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

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. We focus on the possibility of generating incrementally larger ground logic programs equivalent to a given non-ground one; so called overgrounded programs can be reused in combination with deliberately many different sets of inputs. Updating overgrounded programs requires a small effort, thus making the instantiation of logic programs considerably faster when grounding is repeated on a series of inputs similar to each other. Notably, the proposed approach works "under the hood", relieving designers of logic programs from controlling technical aspects of grounding engines and answer set systems. In this work we present the theoretical basis of the proposed incremental grounding technique, we illustrate the consequent repeated evaluation strategy and report about our experiments. This paper is under consideration in Theory and Practice of Logic Programming (TPLP).

📄 PDF Abstract BibTeX arXiv:1907.09212

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

I-DLV-sr: A Stream Reasoning System based on I-DLV

2021-08-05 · Francesco Calimeri, Marco Manna, Elena Mastria, Maria Concetta Morelli 외

We introduce a novel logic-based system for reasoning over data streams, which relies on a framework enabling a tight, fine-tuned interaction between Apache Flink and the I^2-DLV system. The architecture allows to take a…

Using Answer Set Programming for pattern mining

2014-09-27 · Thomas Guyet, Yves Moinard, René Quiniou

Serial pattern mining consists in extracting the frequent sequential patterns from a unique sequence of itemsets. This paper explores the ability of a declarative language, such as Answer Set Programming (ASP), to solve …

Sequential Pattern Mining

Applying Incremental Answer Set Solving to Product Configuration

2022-07-18 · Richard Comploi-Taupe, Giulia Francescutto, Gottfried Schenner

In this paper, we apply incremental answer set solving to product configuration. Incremental answer set solving is a step-wise incremental approach to Answer Set Programming (ASP). We demonstrate how to use this techniqu…

Harnessing Incremental Answer Set Solving for Reasoning in Assumption-Based Argumentation

2021-08-09 · Tuomo Lehtonen, Johannes P. Wallner, Matti Järvisalo

Assumption-based argumentation (ABA) is a central structured argumentation formalism. As shown recently, answer set programming (ASP) enables efficiently solving NP-hard reasoning tasks of ABA in practice, in particular …

ASP-based Multi-shot Reasoning via DLV2 with Incremental Grounding

2024-12-22 · Francesco Calimeri, Giovambattista Ianni, Francesco Pacenza, Simona Perri 외

DLV2 is an AI tool for Knowledge Representation and Reasoning which supports Answer Set Programming (ASP) - a logic-based declarative formalism, successfully used in both academic and industrial applications. Given a log…