Polynomial Time Inductive Inference of Ordered Tree Patterns with Internal Structured Variables from Positive Data

Abstract

Tree structured data such as HTML/XML files are represented by rooted trees with ordered children and edge labels. As a representation of a tree structured pattern in such tree structured data, we propose an ordered tree pattern, called a term tree, which is a rooted tree pattern consisting of ordered children and internal structured variables. A term tree is a generalization of standard tree patterns representing first order terms in formal logic. For a set of edge labels Λ and a term tree t , the term tree language of t , denoted by L _Λ( t ), is the set of all labeled trees which are obtained from a term tree t by substituting arbitrary labeled trees for all variables in t . In this paper, we propose polynomial time algorithms for the following two problems for two fundamental classes of term trees. The membership problem is, given a term tree t and a tree T , to decide whether or not L _Λ( t ) includes T . The minimal language problem is, given a set of labeled trees S , to find a term tree t such that L _Λ( t ) is minimal among all term tree languages which contain all trees in S . Then, by using these two algorithms, we show that the two classes of term trees are polynomial time inductively inferable from positive data.

Cite

Text

Suzuki et al. "Polynomial Time Inductive Inference of Ordered Tree Patterns with Internal Structured Variables from Positive Data." Annual Conference on Computational Learning Theory, 2002. doi:10.1007/3-540-45435-7_12

Markdown

[Suzuki et al. "Polynomial Time Inductive Inference of Ordered Tree Patterns with Internal Structured Variables from Positive Data." Annual Conference on Computational Learning Theory, 2002.](https://mlanthology.org/colt/2002/suzuki2002colt-polynomial/) doi:10.1007/3-540-45435-7_12

BibTeX

@inproceedings{suzuki2002colt-polynomial,
  title     = {{Polynomial Time Inductive Inference of Ordered Tree Patterns with Internal Structured Variables from Positive Data}},
  author    = {Suzuki, Yusuke and Akanuma, Ryuta and Shoudai, Takayoshi and Miyahara, Tetsuhiro and Uchida, Tomoyuki},
  booktitle = {Annual Conference on Computational Learning Theory},
  year      = {2002},
  pages     = {169-184},
  doi       = {10.1007/3-540-45435-7_12},
  url       = {https://mlanthology.org/colt/2002/suzuki2002colt-polynomial/}
}