Backdoors to Abduction
Abstract
Abductive reasoning (or Abduction, for short) is among the most fundamental AI reasoning methods, with a broad range of applications, including fault diagnosis, belief revision, and automated planning. Unfortunately, Abduction is of high computational complexity; even propositional Abduction is Σ 2 P -complete and thus harder than NP and coNP. This complexity barrier rules out the existence of a polynomial transformation to propositional satisfiability (SAT). In this work we use structural properties of the Abduction instance to break this complexity barrier. We utilize the problem structure in terms of small backdoor sets. We present fixed-parameter tractable transformations from Abduction to SAT, which make the power of today's SAT solvers available to Abduction.
Cite
Text
Pfandler et al. "Backdoors to Abduction." International Joint Conference on Artificial Intelligence, 2013.Markdown
[Pfandler et al. "Backdoors to Abduction." International Joint Conference on Artificial Intelligence, 2013.](https://mlanthology.org/ijcai/2013/pfandler2013ijcai-backdoors/)BibTeX
@inproceedings{pfandler2013ijcai-backdoors,
title = {{Backdoors to Abduction}},
author = {Pfandler, Andreas and Rümmele, Stefan and Szeider, Stefan},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2013},
pages = {1046-1052},
url = {https://mlanthology.org/ijcai/2013/pfandler2013ijcai-backdoors/}
}