A New Complex Schema Matching System

Ying Qian,Haitao Zhang,Jinling Song,Zhenglin Liu
DOI: https://doi.org/10.1109/cicc-itoe.2010.57
2010-01-01
Abstract:Schema matching, the problem of finding semantic correspondences between elements of two schemas, plays a key role in many applications, such as data warehouse, E-Commerce. The existing approaches to automating schema matching almost focus on computing direct element matches (1:1 matches) between two schemas. However, relationships between real-world schemas involve many complex matches besides 1:1 matches. A new complex schema matching system called NCSM is introduced in this paper. Firstly it can filter unreasonable matches on data types and values by preprocessor, and employs a set of special-purpose searchers in match generator to explore a specialized portion of the search space and discovers 1:1 and complex matches. Then it estimates candidate matches and selects optimal candidate matches by using similarity estimator and match selector respectively. Finally, according to the problem that there are opaque columns in the schemas being matched, it can apply complementary matcher to discover matching relations between opaque columns further more. Thereby it can discover more general, reasonable matching pairs. Experiments show that, NCSM does not only discover matches between schemas roundly, but also improve the matching recall and precision in practice.
What problem does this paper attempt to address?