|   | 
  Home
IQP
FreeQ
YAGO+F
Publications
 

Welcome to IQP: Incremental Query Construction, a Probabilistic Approach

Databases enable users to precisely express their informational needs using structured queries. However, database query construction is a laborious and error-prone process, which cannot be performed well by novice users. Keyword search alleviates the usability problem at the price of query expressiveness. As keyword search algorithms do not differentiate the possible informational needs represented by a keyword query, even a theoretically optimal algorithm can, at best, rank the most frequent informational needs highest, while users with less frequent needs would not receive adequate results.

IQP is a novel approach to bridge the gap between the usability of keyword search and the expressiveness of database queries. IQP enables the user to start with an arbitrary keyword query and incrementally refine it into a structured query. IQP consists of three components: (1) a framework for incremental query construction, which requires only minimal user interaction and no a-priori schema knowledge; (2) a novel probabilistic model to assess the possible informational needs represented as a keyword query; (3) an algorithm to optimize the query construction process.

Start IQP Applet

Example queries for IMDB

  • hanks cruise 2001
  • This query searches for a movie from 2001 with the both actors.
  • harry potter 2007
  • This query searches for a movie from 2007 with a character named Harry Potter.
  • ultimate fantasy 1995
  • This query searches for a movie from 1995 entitled ultimate fantasy.

Example queries for Lyrics

  • madonna you can dance
  • This query searches for an album you can dance by Madonna
  • roses are red aqua
  • This query searches for the song roses are red by Aqua
  • we belong together mariah carey
  • This query searches for the song we belong together by Mariah Carey
  • just walk away kelly clarkson
  • This query searches for the song just walk away by Kelly Clarkson

Supported queries

The current IQP implementation interprets all keywords as attribute values. For example, an IMDB query can contain keywords from movie title, movie year, and plot text as well as actor, director or character names. Lyrics queries can include keywords from artist names as well as song or album titles. Further keyword interpretations e.g. schema terms and operator names are currently under construction. The dump of the IMDB database includes movies up to 2007.