The Problem of Expensive Chunks and Its Solution by Restricting Expressiveness
Abstract
Soar is an architecture for a system that is intended to be capable of general intelligence. Chunking, a simple experience-based learning mechanism, is Soar's only learning mechanism. Chunking creates new items of information, called chunks, based on the results of problem-solving and stores them in the knowledge base. These chunks are accessed and used in appropriate later situations to avoid the problem-solving required to determine them. It is already well-established that chunking improves performance in Soar when viewed in terms of the subproblems required and the number of steps within a subproblem. However, despite the reduction in number of steps, sometimes there may be a severe degradation in the total run time. This problem arises due to expensive chunks , i.e., chunks that require a large amount of effort in accessing them from the knowledge base. They pose a major problem for Soar, since in their presence, no guarantees can be given about Soar's performance. In this article, we establish that expensive chunks exist and analyze their causes. We use this analysis to propose a solution for expensive chunks. The solution is based on the notion of restricting the expressiveness of the representational language to guarantee that the chunks formed will require only a limited amount of accessing effort. We analyze the tradeoffs involved in restricting expressiveness and present some empirical evidence to support our analysis.
Cite
Text
Tambe et al. "The Problem of Expensive Chunks and Its Solution by Restricting Expressiveness." Machine Learning, 1990. doi:10.1007/BF00117107Markdown
[Tambe et al. "The Problem of Expensive Chunks and Its Solution by Restricting Expressiveness." Machine Learning, 1990.](https://mlanthology.org/mlj/1990/tambe1990mlj-problem/) doi:10.1007/BF00117107BibTeX
@article{tambe1990mlj-problem,
title = {{The Problem of Expensive Chunks and Its Solution by Restricting Expressiveness}},
author = {Tambe, Milind and Newell, Allen and Rosenbloom, Paul S.},
journal = {Machine Learning},
year = {1990},
pages = {299-348},
doi = {10.1007/BF00117107},
volume = {5},
url = {https://mlanthology.org/mlj/1990/tambe1990mlj-problem/}
}