11th International Database Engineering and Applications Symposium (IDEAS 2007) 2007
DOI: 10.1109/ideas.2007.4318089
|View full text |Cite
|
Sign up to set email alerts
|

Approximate Structural Matching over Ordered XML Documents

Abstract: There is an increasing need for an XML query engine that not only searches for exact matches to a query but also returns "query-like" structures. We have designed and developed XFinder, an efficient top K tree pattern query evaluation system, which reduces the problem of approximate tree structural matching to a simpler problem of subsequence matching. However, since not all subsequences correspond to valid tree structures, it is expensive to enumerate common subsequences between XML data and query and then fi… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
8
0

Year Published

2010
2010
2015
2015

Publication Types

Select...
2
1
1

Relationship

0
4

Authors

Journals

citations
Cited by 4 publications
(8 citation statements)
references
References 9 publications
0
8
0
Order By: Relevance
“…The edit model used to compute distances in XFinder does not handle renaming operations. Also, in [6] no runtime analysis is given and the experiments reported use documents of up to 5MB. In contrast, we provide and validate tight analytical bounds, solve the problem with the unrestricted tree edit distance and efficiently apply our solution to documents of 1.6GB.…”
Section: Related Workmentioning
confidence: 98%
See 2 more Smart Citations
“…The edit model used to compute distances in XFinder does not handle renaming operations. Also, in [6] no runtime analysis is given and the experiments reported use documents of up to 5MB. In contrast, we provide and validate tight analytical bounds, solve the problem with the unrestricted tree edit distance and efficiently apply our solution to documents of 1.6GB.…”
Section: Related Workmentioning
confidence: 98%
“…XFinder [6] ranks the top-k approximate matches of a small query tree in a large document tree. Both the query and the document are transformed to strings using Prüfer sequences, and the tree edit distance is approximated by the longest subsequence distance between the resulting strings.…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation
“…In this section, we will discuss how to extract Top-k best matched subtree from a tree database. Augsten et al proposed an algorithm to compute top-k subtree [10]and Agarwal et al [6] presented an algorithm which uses which establishes a oneto-one correspondence between trees and sequences. In this work, we have used the algorithm proposed by Augsten et al as a subroutine of our algorithm [10].…”
Section: Existing Top-k Approximate Subtree Matching Algorithmmentioning
confidence: 99%
“…In many of the cases finding exact matching is not possible but approximate matching can serve the purpose. Thus, an efficient algorithm for finding approximate matching is important [6]. State-of-the-art algorithms can find top-k subtrees from tree database in polynomial time [1,6], but handling query as a forest is still an issue that haven't been addressed yet.…”
Section: Introductionmentioning
confidence: 99%