Single-Shot Epistemic Logic Program Solving

Abstract

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 a prototype ELP solving system. This solver exhibits competitive performance on a set of ELP benchmark instances.

Cite

Text

Bichler et al. "Single-Shot Epistemic Logic Program Solving." International Joint Conference on Artificial Intelligence, 2018. doi:10.24963/IJCAI.2018/237

Markdown

[Bichler et al. "Single-Shot Epistemic Logic Program Solving." International Joint Conference on Artificial Intelligence, 2018.](https://mlanthology.org/ijcai/2018/bichler2018ijcai-single/) doi:10.24963/IJCAI.2018/237

BibTeX

@inproceedings{bichler2018ijcai-single,
  title     = {{Single-Shot Epistemic Logic Program Solving}},
  author    = {Bichler, Manuel and Morak, Michael and Woltran, Stefan},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2018},
  pages     = {1714-1720},
  doi       = {10.24963/IJCAI.2018/237},
  url       = {https://mlanthology.org/ijcai/2018/bichler2018ijcai-single/}
}