Anytime Query Answering in RDF through Evolutionary Algorithms

  • Authors:
  • Eyal Oren;Christophe Guéret;Stefan Schlobach

  • Affiliations:
  • Vrije Universiteit Amsterdam, Amsterdam, The Netherlands;Vrije Universiteit Amsterdam, Amsterdam, The Netherlands;Vrije Universiteit Amsterdam, Amsterdam, The Netherlands

  • Venue:
  • ISWC '08 Proceedings of the 7th International Conference on The Semantic Web
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present a technique for answering queries over RDF data through an evolutionary search algorithm, using fingerprinting and Bloom filters for rapid approximate evaluation of generated solutions. Our evolutionary approach has several advantages compared to traditional database-style query answering. First, the result quality increases monotonically and converges with each evolution, offering "anytime" behaviour with arbitrary trade-off between computation time and query results; in addition, the level of approximation can be tuned by varying the size of the Bloom filters. Secondly, through Bloom filter compression we can fit large graphs in main memory, reducing the need for disk I/O during query evaluation. Finally, since the individuals evolve independently, parallel execution is straightforward. We present our prototype that evaluates basic SPARQL queries over arbitrary RDF graphs and show initial results over large datasets.