Explanation-Based Reuse of Prolog Programs
Abstract
This paper presents a method of extracting subprograms from background knowledge. Most studies on learning logic programs so far developed are mainly concerned with pure Prolog, so that we can not deal with programs with system predicates such as the cut symbol, true, false , and so on. Explanation-based generalization system builds an explanation and learns a concept definition as its generalization, provided an input program. However, it assumes the input program be pure Prolog program. This paper proposes explanation-based reuse (EBR, for short), which is an extension of the explanation-based generalization and a method of program reuse. In EBR, we can deal with some system predicates. In extracting subprograms, we need to extract correct subprograms based on not only an explanation but also the whole back-ground knowledge for a goal concept. This paper also shows that such extracted subprograms by EBR are correct.
Cite
Text
Koga et al. "Explanation-Based Reuse of Prolog Programs." International Conference on Algorithmic Learning Theory, 1994. doi:10.1007/3-540-58520-6_61Markdown
[Koga et al. "Explanation-Based Reuse of Prolog Programs." International Conference on Algorithmic Learning Theory, 1994.](https://mlanthology.org/alt/1994/koga1994alt-explanationbased/) doi:10.1007/3-540-58520-6_61BibTeX
@inproceedings{koga1994alt-explanationbased,
title = {{Explanation-Based Reuse of Prolog Programs}},
author = {Koga, Yasuyuki and Hirowatari, Eiju and Arikawa, Setsuo},
booktitle = {International Conference on Algorithmic Learning Theory},
year = {1994},
pages = {149-160},
doi = {10.1007/3-540-58520-6_61},
url = {https://mlanthology.org/alt/1994/koga1994alt-explanationbased/}
}