Caching query-biased snippets for efficient retrieval

  • Authors:
  • Diego Ceccarelli;Claudio Lucchese;Salvatore Orlando;Raffaele Perego;Fabrizio Silvestri

  • Affiliations:
  • Università di Pisa;ISTI-CNR, Pisa;Università Ca' Foscari, Venezia;ISTI-CNR, Pisa;ISTI-CNR, Pisa

  • Venue:
  • Proceedings of the 14th International Conference on Extending Database Technology
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Web Search Engines' result pages contain references to the top-k documents relevant for the query submitted by a user. Each document is represented by a title, a snippet and a URL. Snippets, i.e. short sentences showing the portions of the document being relevant to the query, help users to select the most interesting results. The snippet generation process is very expensive, since it may require to access a number of documents for each issued query. We assert that caching, a popular technique used to enhance performance at various levels of any computing systems, can be very effective in this context. We design and experiment several cache organizations, and we introduce the concept of supersnippet, that is the set of sentences in a document that are more likely to answer future queries. We show that supersnippets can be built by exploiting query logs, and that in our experiments a supersnippet cache answers up to 62% of the requests, remarkably outperforming other caching approaches.