A unified framework for string similarity search with edit-distance constraint

作者:Yu, Minghe; Wang, Jin; Li, Guoliang*; Zhang, Yong; Deng, Dong; Feng, Jianhua
来源:VLDB Journal, 2017, 26(2): 249-274.
DOI:10.1007/s00778-016-0449-y

摘要

String similarity search is a fundamental operation in data cleaning and integration. It has two variants: threshold-based string similarity search and top-k string similarity search. Existing algorithms are efficient for either the former or the latter; most of them cannot support both two variants. To address this limitation, we propose a unified framework. We first recursively partition strings into disjoint segments and build a hierarchical segment tree index (HS-Tree) on top of the segments. Then, we utilize the HS-Tree to support similarity search. For threshold-based search, we identify appropriate tree nodes based on the threshold to answer the query and devise an efficient algorithm (HS-Search). For top-k search, we identify promising strings with large possibility to be similar to the query, utilize these strings to estimate an upper bound which is used to prune dissimilar strings and propose an algorithm (HS-Topk). We develop effective pruning techniques to further improve the performance. To support large data sets, we extend our techniques to support the disk-based setting. Experimental results on real-world data sets show that our method achieves high performance on the two problems and outperforms state-of-the-art algorithms by 5-10 times.