The Challenge of Revising an Impure Theory
Abstract
A pure rule-based program will return a set of answers to each query; and will return the same answer set even if its rules are re-ordered. However, an impure program, which includes the Prolog cut “!” and not (.) operators, can return different answers if the rules are re-ordered. There are also many reasoning systems that return only the first answer found for each query; these first answers, too, depend on the rule order, even in pure rule-based systems. A theory revision algorithm, seeking a revised rule-base whose expected accuracy, over the distribution of queries, is optimal, should therefore consider modifying the order of the rules. This paper first shows that a polynomial number of training “labeled queries” (each a query coupled with its correct answer) provides the distribution information necessary to identify the optimal ordering. It then proves, however, that the task of determining which ordering is optimal, once given this information, is intractable even in trivial situations; e.g., even if each query is an atomic literal, we are seeking only a “perfect” theory, and the rule base is propositional. We also prove that this task is not even approximable: Unless P = NP, no polynomial time algorithm can produce an ordering of an n-rule theory whose accuracy is within nγ of optimal, for some γ > 0. We also prove similar hardness, and non-approximatability, results for the related tasks of determining, in these impure contexts, (1) the optimal ordering of the antecedents; (2) the optimal set of rules to add or (3) to delete; and (4) the optimal priority values for a set of defaults.
Cite
Text
Greiner. "The Challenge of Revising an Impure Theory." International Conference on Machine Learning, 1995. doi:10.1016/B978-1-55860-377-6.50041-4Markdown
[Greiner. "The Challenge of Revising an Impure Theory." International Conference on Machine Learning, 1995.](https://mlanthology.org/icml/1995/greiner1995icml-challenge/) doi:10.1016/B978-1-55860-377-6.50041-4BibTeX
@inproceedings{greiner1995icml-challenge,
title = {{The Challenge of Revising an Impure Theory}},
author = {Greiner, Russell},
booktitle = {International Conference on Machine Learning},
year = {1995},
pages = {269-277},
doi = {10.1016/B978-1-55860-377-6.50041-4},
url = {https://mlanthology.org/icml/1995/greiner1995icml-challenge/}
}