Concepedia

TLDR

Integration requires identifying linkage points—attributes shared or related across data sources—to match records, but the web’s vast, schema‑free, heterogeneous data creates challenges that make traditional schema alignment impractical. The study aims to align any overlapping data shared by heterogeneous web sources without relying on schema alignment. We propose a framework that replaces schema matching with instance‑based analysis, employing lexical analyzers, similarity functions, and search algorithms to efficiently discover linkage points over web data. Experiments demonstrate that attributes with differing meanings can still aid alignment, and our algorithms perform effectively across multiple real‑world integration domains.

Abstract

A basic step in integration is the identification of linkage points, i.e., finding attributes that are shared (or related) between data sources, and that can be used to match records or entities across sources. This is usually performed using a match operator, that associates attributes of one database to another. However, the massive growth in the amount and variety of unstructured and semi-structured data on the Web has created new challenges for this task. Such data sources often do not have a fixed pre-defined schema and contain large numbers of diverse attributes. Furthermore, the end goal is not schema alignment as these schemas may be too heterogeneous (and dynamic) to meaningfully align. Rather, the goal is to align any overlapping data shared by these sources. We will show that even attributes with different meanings (that would not qualify as schema matches) can sometimes be useful in aligning data. The solution we propose in this paper replaces the basic schema-matching step with a more complex instance-based schema analysis and linkage discovery. We present a framework consisting of a library of efficient lexical analyzers and similarity functions, and a set of search algorithms for effective and efficient identification of linkage points over Web data. We experimentally evaluate the effectiveness of our proposed algorithms in real-world integration scenarios in several domains.

References

YearCitations

Page 1