Bottom-up Induction of Feature Terms

Abstract

The aim of relational learning is to develop methods for the induction of hypotheses in representation formalisms that are more expressive than attribute-value representation. Most work on relational learning has been focused on induction in subsets of first order logic like Horn clauses. In this paper we introduce the representation formalism based on feature terms and we introduce the corresponding notions of subsumption and anti-unification. Then we explain INDIE, a heuristic bottom-up learning method that induces class hypotheses, in the form of feature terms, from positive and negative examples. The biases used in INDIE while searching the hypothesis space are explained while describing INDIE's algorithms. The representational bias of INDIE can be summarised in that it makes an intensive use of sorts and sort hierarchy, and in that it does not use negation but focuses on detecting path equalities. We show the results of INDIE in some classical relational datasets showing that it's able to find hypotheses at a level comparable to the original ones. The differences between INDIE's hypotheses and those of the other systems are explained by the bias in searching the hypothesis space and on the representational bias of the hypothesis language of each system.

Cite

Text

Armengol and Plaza. "Bottom-up Induction of Feature Terms." Machine Learning, 2000. doi:10.1023/A:1007677713969

Markdown

[Armengol and Plaza. "Bottom-up Induction of Feature Terms." Machine Learning, 2000.](https://mlanthology.org/mlj/2000/armengol2000mlj-bottomup/) doi:10.1023/A:1007677713969

BibTeX

@article{armengol2000mlj-bottomup,
  title     = {{Bottom-up Induction of Feature Terms}},
  author    = {Armengol, Eva and Plaza, Enric},
  journal   = {Machine Learning},
  year      = {2000},
  pages     = {259-294},
  doi       = {10.1023/A:1007677713969},
  volume    = {41},
  url       = {https://mlanthology.org/mlj/2000/armengol2000mlj-bottomup/}
}