ETI: an efficient index for set similarity queries

作者:Lianyin Jia, Jianqing Xi, Mengjuan Li, Yong Liu, Decheng Miao

摘要

Set queries are an important topic and have attracted a lot of attention. Earlier research mainly concentrated on set containment queries. In this paper we focus on the T-Overlap query which is the foundation of the set similarity query. To address this issue, unlike traditional algorithms that are based on an inverted index, we design a new paradigm based on the prefix tree (trie) called the expanded trie index (ETI) which expands the trie node structure by adding some new properties. Based on ETI, we convert the TOverlap problem to finding query nodes with specific query depth equaling to T and propose a new algorithm called TSimilarity to solve T-Overlap efficiently. Then we carry out a three-step framework to extend T-Overlap to other similarity predicates. Extensive experiments are carried out to compare T-Similarity with other inverted index based algorithms from cardinality of query, overlap threshold, dataset size, the number of distinct elements and so on. Results show that T-Similarity outperforms the state-of-the-art algorithms in many aspects.

论文关键词:expanded trie index (ETI), set similarity query, T-Overlap, T-Similarity algorithm, T-SimilarityExact algorithm

论文评审过程:

论文官网地址:https://doi.org/10.1007/s11704-012-1237-5