
Jose-Luis Ambite, Naveen Ashish, Greg Barish, Craig A. Knoblock, Steve Minton, Pragnesh J. Modi, Ion Muslea, Andrew Philpot and Sheila Tejada |
| Information Sciences Institute, Integrated Media systems Center and |
| Department of Computer Science |
| University of Southern California, Los Angeles, CA |
In order to create a wrapper for the information source, one has first to generate the extraction rules that are used to extract the attributes of interest. Our Semi-automatic Wrapper Induction Tool allows the user to mark up a few instances of the data to be extracted (say, restaurant Name and Cuisine) and then to invoke the STALKER learning algorithm, which will generate the appropriate extraction rules based on the examples labeled by the user.
Browse Wrapper Generation Demo
To create a more usable source of data we applied our work on semi-automatic wrapper generation to create the software required to provide direct access to the original Factbook. We built a simple HTML interface that allows users to submit their queries from the Web. You can compare the same information from several different countries by selecting multiple countries and the attributes that you want to compare.
Browse a cached sample run of the Ariadne Factbook Mediator.
This application is able to query the YAHOO! weather service and get weather reports for various cities across the USA. This weather data is then used as input to another information source that is able to predict if a given flight will be delayed based on the weather forecast at the arriving and departing cities. The predictor is a preconstructed Naive Bayes classifier that was trained on historical weather from the US Weather Service and historical flight delay data from the FAA.
This demo highlights Ariadne's ability to provide integrated access to very disparate information sources. Users are able to pose queries that span the multiple sources and the system is able to answer them by automatically retrieving the relevant information.
Browse a cached sample run of the Ariadne Travel Weather Mediator.