paper-with-me

Papers

selp: A Single-Shot Epistemic Logic Program Solver

2020-01-04 · Manuel Bichler, Michael Morak, Stefan Woltran

Epistemic Logic Programs (ELPs) are an extension of Answer Set Programming (ASP) with epistemic operators that allow for a form of meta-reasoning, that is, reasoning over multiple possible worlds. Existing ELP solving approaches generally rely on making multiple calls to an ASP solver in order to evaluate the ELP. However, in this paper, we show that there also exists a direct translation from ELPs into non-ground ASP with bounded arity. The resulting ASP program can thus be solved in a single shot. We then implement this encoding method, using recently proposed techniques to handle large, non-ground ASP rules, into the prototype ELP solving system "selp", which we present in this paper. This solver exhibits competitive performance on a set of ELP benchmark instances. Under consideration in Theory and Practice of Logic Programming (TPLP).

📄 PDF Abstract BibTeX arXiv:2001.01089

Code (0)

등록된 구현이 없습니다.

Tasks

Translation

Similar Papers 제목 키워드 기반

eclingo: A solver for Epistemic Logic Programs

2020-08-05 · Pedro Cabalar, Jorge Fandinno, Javier Garea, Javier Romero 외

We describe eclingo, a solver for epistemic logic programs under Gelfond 1991 semantics built upon the Answer Set Programming system clingo. The input language of eclingo uses the syntax extension capabilities of clingo …

SELP: Generating Safe and Efficient Task Plans for Robot Agents with Large Language Models

2024-09-28 · Yi Wu, Zikang Xiong, Yiran Hu, Shreyash S. Iyengar 외

Despite significant advancements in large language models (LLMs) that enhance robot agents' understanding and execution of natural language (NL) commands, ensuring the agents adhere to user-specified constraints remains …

Drone navigationRobot ManipulationRobot Task PlanningTask Planning

Assessing Annotation Accuracy in Ice Sheets Using Quantitative Metrics

2024-06-26 · Bayu Adhi Tama, Vandana Janeja, Sanjay Purushotham

The increasing threat of sea level rise due to climate change necessitates a deeper understanding of ice sheet structures. This study addresses the need for accurate ice sheet data interpretation by introducing a suite o…

About epistemic negation and world views in Epistemic Logic Programs

2019-07-23 · Stefania Costantini

In this paper we consider Epistemic Logic Programs, which extend Answer Set Programming (ASP) with "epistemic operators" and "epistemic negation", and a recent approach to the semantics of such programs in terms of World…

Negation

A survey of advances in epistemic logic program solvers

2018-09-19 · Anthony P. Leclerc, Patrick Thor Kahl

Recent research in extensions of Answer Set Programming has included a renewed interest in the language of Epistemic Specifications, which adds modal operators K ("known") and M ("may be true") to provide for more powerf…

Survey