Semantic Search of Schema Repositories

Tanveer Syeda-Mahmood, Gauri Shah, Lingling Yan, Willi Urban

Fourteenth International World Wide Web Conference (WWW), May 2005, pp. 1126-1127.

Abstract

With XML fast becoming the de facto standard for representing structured metadata in databases and internet applications, there is a rise in the need for efficient search mechanisms for the searching such repositories in several application domains. In this poster, we outline the requirements of a search engine, and lay the theoretical foundations for a fast and efficient search mechanism for these XML (and other) repositories.

We formulate the problem of finding matching schemas as the problem of computing a maximum matching in the pairwise bipartite graph formed from the query and repository schema attributes. The edges of the bipartite graph capture the similarity between corresponding attributes in the schema. To ensure meaningful matches, we use both name and type semantics in modeling attribute similarity. Since detailed graph matching is compute-intensive, our approach uses upper and lower bounds on the size of the matching to prune candidate schemas. Finally, we develop a technique for schema indexing called {\em attribute hashing} for fast database schema indexing. The matching schemas of the database are then found by indexing the hash table using query attributes, performing lower bound computations for maximum matching, and recording peaks in the resulting histogram of hits. The key rationale used is that related schemas in the database have an overwhelming number of attributes semantically-related to query attributes so that indexing based on query attributes could only point to relevant matching schemas.


Bibtex:
@inproceedings{SyedaMahmoodSYU2005,
title="Semantic Search of Schema Repositories",
author="Tanveer Syeda-Mahmood and Gauri Shah and Lingling Yan and Willi Urban",
booktitle="Fourteenth International World Wide Web Conference",
month={10--14~} #may,
year="2005",
address={Chiba, Japan},
pages="1126--1127",
}