Learning Goal-Decomposition Rules Using Exercises

Abstract

Exercises are problems ordered in increasing order of difficulty. Teaching problemsolving through exercises is a widely used pedagogic technique. A computational reason for this is that the knowledge gained by solving simple problems is useful in efficiently solving more difficult problems. We adopt this approach of learning from exercises to acquire search-control knowledge in the form of goal-decomposition rules (d-rules). Drules are first order, and are learned using a new "generalize-and-test" algorithm which is based on inductive logic programming techniques. We demonstrate the feasibility of the approach by applying it in two planning domains.

Cite

Text

Reddy and Tadepalli. "Learning Goal-Decomposition Rules Using Exercises." AAAI Conference on Artificial Intelligence, 1997.

Markdown

[Reddy and Tadepalli. "Learning Goal-Decomposition Rules Using Exercises." AAAI Conference on Artificial Intelligence, 1997.](https://mlanthology.org/aaai/1997/reddy1997aaai-learning/)

BibTeX

@inproceedings{reddy1997aaai-learning,
  title     = {{Learning Goal-Decomposition Rules Using Exercises}},
  author    = {Reddy, Chandra and Tadepalli, Prasad},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {1997},
  pages     = {843},
  url       = {https://mlanthology.org/aaai/1997/reddy1997aaai-learning/}
}