Using Decision Trees to Improve Case-Based Learning

Abstract

This paper shows that decision trees can be used to improve the performance of case- based learning (CBL) systems. We introduce a performance task for machine learning systems called semi-flexible prediction that lies between the classification task performed by decision tree algorithms and the flexible prediction task performed by conceptual clustering systems. In semi-flexible prediction, learning should improve prediction of a specific set of features known a priori rather than a single known feature (as in classification) or an arbitrary set of features (as in conceptual clustering). We describe one such task from natural language processing and present experiments that compare solutions to the problem using decision trees, CBL, and a hybrid approach that combines the two. In the hybrid approach, decision trees are used to specify the features to be included in k-nearest neighbor case retrieval. Results from the experiments show that the hybrid approach outperforms both the decision tree and case-based approaches as well as two case-based systems that incorporate expert knowledge into their case retrieval algorithms. Results clearly indicate that decision trees can be used to improve the performance of CBL systems and do so without reliance on potentially expensive expert knowledge.

Cite

Text

Cardie. "Using Decision Trees to Improve Case-Based Learning." International Conference on Machine Learning, 1993. doi:10.1016/B978-1-55860-307-3.50010-1

Markdown

[Cardie. "Using Decision Trees to Improve Case-Based Learning." International Conference on Machine Learning, 1993.](https://mlanthology.org/icml/1993/cardie1993icml-using/) doi:10.1016/B978-1-55860-307-3.50010-1

BibTeX

@inproceedings{cardie1993icml-using,
  title     = {{Using Decision Trees to Improve Case-Based Learning}},
  author    = {Cardie, Claire},
  booktitle = {International Conference on Machine Learning},
  year      = {1993},
  pages     = {25-32},
  doi       = {10.1016/B978-1-55860-307-3.50010-1},
  url       = {https://mlanthology.org/icml/1993/cardie1993icml-using/}
}