Efficient top-k retrieval for user preference queries

  • Authors:
  • Claus Dabringer;Johann Eder

  • Affiliations:
  • Alps Adria University Klagenfurt;Alps Adria University Klagenfurt

  • Venue:
  • Proceedings of the 2011 ACM Symposium on Applied Computing
  • Year:
  • 2011
  • Fast top-k query answering

    DEXA'11 Proceedings of the 22nd international conference on Database and expert systems applications - Volume Part II

Quantified Score

Hi-index 0.00

Visualization

Abstract

Efficient retrieval of the most relevant (i.e. top-k) tuples is an important requirement in information systems which access large amounts of data. In general answering a top-k query request means to retrieve the k-objects which score best for an objective function given with an input query. Such queries are frequent where users specify a set of restrictions defining their ideal solution and want to retrieve results which are closest to these ideals. Within this work we show how the well known Threshold Algorithm (short TA) of Fagin et al. [8] can be improved both in time and memory requirements. We do so by dynamically creating intelligent index structures out of the query restrictions posed by the user. The further we present a powerful extension: user preference queries where weighted preferences on query restrictions influence the objective function used to select the top-k objects from a relation or a database. Therefore we integrated the capability to deal with user preference queries into our top-k query answering approach. Users may define restrictions, assign weights and retrieve the top-k objects matching the given preferences best. We prototypically implemented our approach and evaluated it by validating its results against the results achieved with TA.