A Syntax-Independent Approach to Forgetting in Disjunctive Logic Programs

Abstract

In this paper, we present an approach to forgetting in disjunctive logic programs, where forgetting an atom from a program amounts to a reduction in the signature of that program. Notably, the approach is syntax-independent, so that if two programs are strongly equivalent, then the result of forgetting a given atom in each program is also strongly equivalent. Our central definition of forgetting is abstract: forgetting an atom from program P is characterised by the set of those SE consequences of P that do not mention the atom to be forgotten. We provide an equivalent, syntactic, characterization in which forgetting an atom p is given by those rules in the program that do not mention p, together with rules obtained by a single inference step from those rules that do mention p. Forgetting is shown to have appropriate properties; in particular, answer sets are preserved in forgetting an atom. As well, forgetting an atom via the syntactic characterization results in a modest (at worst quadratic) blowup in the program size. Finally, we provide a prototype implementation of this approach to forgetting.

Cite

Text

Delgrande and Wang. "A Syntax-Independent Approach to Forgetting in Disjunctive Logic Programs." AAAI Conference on Artificial Intelligence, 2015. doi:10.1609/AAAI.V29I1.9402

Markdown

[Delgrande and Wang. "A Syntax-Independent Approach to Forgetting in Disjunctive Logic Programs." AAAI Conference on Artificial Intelligence, 2015.](https://mlanthology.org/aaai/2015/delgrande2015aaai-syntax/) doi:10.1609/AAAI.V29I1.9402

BibTeX

@inproceedings{delgrande2015aaai-syntax,
  title     = {{A Syntax-Independent Approach to Forgetting in Disjunctive Logic Programs}},
  author    = {Delgrande, James P. and Wang, Kewen},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2015},
  pages     = {1482-1488},
  doi       = {10.1609/AAAI.V29I1.9402},
  url       = {https://mlanthology.org/aaai/2015/delgrande2015aaai-syntax/}
}