An Efficient First-Order Horn-Clause Abduction System Based on the ATMS
Abstract
This paper presents an algorithm for first-order Horn-clause abduction that uses an ATMS to avoid redundant computation. This algorithm is either more efficient or more general than any other previous abduction algorithm. Since computing all minimal abductive explanations is intractable, we also present a heuristic version of the algorithm that uses beam search to compute a subset of the simplest explanations. We present empirical results on a broad range of abduction problems from text understanding, plan recognition, and device diagnosis which demonstrate that our algorithm is at least an order of magnitude faster than an alternative abduction algorithm that does not use an ATMS.
Cite
Text
Ng and Mooney. "An Efficient First-Order Horn-Clause Abduction System Based on the ATMS." AAAI Conference on Artificial Intelligence, 1991.Markdown
[Ng and Mooney. "An Efficient First-Order Horn-Clause Abduction System Based on the ATMS." AAAI Conference on Artificial Intelligence, 1991.](https://mlanthology.org/aaai/1991/ng1991aaai-efficient/)BibTeX
@inproceedings{ng1991aaai-efficient,
title = {{An Efficient First-Order Horn-Clause Abduction System Based on the ATMS}},
author = {Ng, Hwee Tou and Mooney, Raymond J.},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {1991},
pages = {494-499},
url = {https://mlanthology.org/aaai/1991/ng1991aaai-efficient/}
}