Learning Stochastic Tree Edit Distance

Abstract

Trees provide a suited structural representation to deal with complex tasks such as web information extraction, RNA secondary structure prediction, or conversion of tree structured documents. In this context, many applications require the calculation of similarities between tree pairs. The most studied distance is likely the tree edit distance (ED) for which improvements in terms of complexity have been achieved during the last decade. However, this classic ED usually uses a priori fixed edit costs which are often difficult to tune, that leaves little room for tackling complex problems. In this paper, we focus on the learning of a stochastic tree ED. We use an adaptation of the Expectation-Maximization algorithm for learning the primitive edit costs. We carried out series of experiments that confirm the interest to learn a tree ED rather than a priori imposing edit costs.

Cite

Text

Bernard et al. "Learning Stochastic Tree Edit Distance." European Conference on Machine Learning, 2006. doi:10.1007/11871842_9

Markdown

[Bernard et al. "Learning Stochastic Tree Edit Distance." European Conference on Machine Learning, 2006.](https://mlanthology.org/ecmlpkdd/2006/bernard2006ecml-learning/) doi:10.1007/11871842_9

BibTeX

@inproceedings{bernard2006ecml-learning,
  title     = {{Learning Stochastic Tree Edit Distance}},
  author    = {Bernard, Marc and Habrard, Amaury and Sebban, Marc},
  booktitle = {European Conference on Machine Learning},
  year      = {2006},
  pages     = {42-53},
  doi       = {10.1007/11871842_9},
  url       = {https://mlanthology.org/ecmlpkdd/2006/bernard2006ecml-learning/}
}