Brute force and indexed approaches to pairwise document similarity comparisons with MapReduce
Title | Brute force and indexed approaches to pairwise document similarity comparisons with MapReduce |
Publication Type | Conference Papers |
Year of Publication | 2009 |
Authors | Jimmy Lin |
Conference Name | Proceedings of the 32nd international ACM SIGIR conference on Research and development in information retrieval |
Date Published | 2009/// |
Publisher | ACM |
Conference Location | New York, NY, USA |
ISBN Number | 978-1-60558-483-6 |
Keywords | distributed algorithms, hadoop |
Abstract | This paper explores the problem of computing pairwise similarity on document collections, focusing on the application of "more like this" queries in the life sciences domain. Three MapReduce algorithms are introduced: one based on brute force, a second where the problem is treated as large-scale ad hoc retrieval, and a third based on the Cartesian product of postings lists. Each algorithm supports one or more approximations that trade effectiveness for efficiency, the characteristics of which are studied experimentally. Results show that the brute force algorithm is the most efficient of the three when exact similarity is desired. However, the other two algorithms support approximations that yield large efficiency gains without significant loss of effectiveness. |
URL | http://doi.acm.org/10.1145/1571941.1571970 |
DOI | 10.1145/1571941.1571970 |