SiMa: Effective and Efficient Matching Across Data Silos Using Graph Neural Networks
Christos Koutras, Rihan Hai, Kyriakos Psarakis, Marios Fragkoulis, Asterios Katsifodimos
TL;DR
SiMa addresses cross-silo column matching by learning from intra-silo column relationships via Graph Neural Networks. It casts inter-silo matching as a link-prediction task on per-silo relatedness graphs, using GraphSAGE embeddings and an MLP predictor, with negative sampling and incremental training to boost effectiveness and efficiency. The approach achieves higher accuracy than state-of-the-art schema matching and column-representation baselines while requiring significantly fewer resources, demonstrating practical applicability for federated data environments. Real-world experiments on NYC and LA OpenData benchmarks show substantial performance gains and scalable computation, enabling more effective data integration across silos.
Abstract
How can we leverage existing column relationships within silos, to predict similar ones across silos? Can we do this efficiently and effectively? Existing matching approaches do not exploit prior knowledge, relying on prohibitively expensive similarity computations. In this paper we present the first technique for matching columns across data silos, called SiMa, which leverages Graph Neural Networks (GNNs) to learn from existing column relationships within data silos, and dataset-specific profiles. The main novelty of SiMa is its ability to be trained incrementally on column relationships within each silo individually, without requiring the consolidation of all datasets in a single place. Our experiments show that SiMa is more effective than the - otherwise inapplicable to the setting of silos - state-of-the-art matching methods, while requiring orders of magnitude less computational resources. Moreover, we demonstrate that SiMa considerably outperforms other state-of-the-art column representation learning methods.
