Flexible Tree Matching

Abstract

Tree-matching problems arise in many computational domains. The literature provides several methods for creating correspondences between labeled trees; however, by definition, tree-matching algorithms rigidly preserve ancestry. That is, once two nodes have been placed in correspondence, their descendants must be matched as well. We introduce flexible tree matching, which relaxes this rigid requirement in favor of a tunable formulation in which the role of hierarchy can be controlled. We show that flexible tree matching is strongly NP-complete, give a stochastic approximation algorithm for the problem, and demonstrate how structured prediction techniques can learn the algorithm's parameters from a set of example matchings. Finally, we present results from applying the method to tasks in Web design.

Cite

Text

Kumar et al. "Flexible Tree Matching." International Joint Conference on Artificial Intelligence, 2011. doi:10.5591/978-1-57735-516-8/IJCAI11-445

Markdown

[Kumar et al. "Flexible Tree Matching." International Joint Conference on Artificial Intelligence, 2011.](https://mlanthology.org/ijcai/2011/kumar2011ijcai-flexible/) doi:10.5591/978-1-57735-516-8/IJCAI11-445

BibTeX

@inproceedings{kumar2011ijcai-flexible,
  title     = {{Flexible Tree Matching}},
  author    = {Kumar, Ranjitha and Talton, Jerry O. and Ahmad, Salman and Roughgarden, Tim and Klemmer, Scott R.},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2011},
  pages     = {2674-2679},
  doi       = {10.5591/978-1-57735-516-8/IJCAI11-445},
  url       = {https://mlanthology.org/ijcai/2011/kumar2011ijcai-flexible/}
}