Learning Relational Tabular Data without Shared Features
Zhaomin Wu, Shida Wang, Ziyang Wang, Bingsheng He
TL;DR
This work tackles learning across relational tabular data when tables have no shared features and no pre-aligned samples. It introduces Latent Entity Alignment Learning (Leal), which couples soft alignment with a differentiable cluster sampler to identify and leverage latent correspondences between primary and secondary tables, enabling end-to-end supervised learning. The approach is supported by theoretical results showing that aligned data yield lower loss than misaligned data and that the cluster sampler can approximate any target sampling function; empirical results on five real-world and five synthetic datasets show up to a 26.8% reduction in error over strong baselines, with scalable training thanks to the cluster sampler. Overall, Leal demonstrates a practical path to knowledge fusion across heterogeneous tabular data, with broad implications for domains where data silos impede cross-table learning and integration.
Abstract
Learning relational tabular data has gained significant attention recently, but most studies focus on single tables, overlooking the potential of cross-table learning. Cross-table learning, especially in scenarios where tables lack shared features and pre-aligned data, offers vast opportunities but also introduces substantial challenges. The alignment space is immense, and determining accurate alignments between tables is highly complex. We propose Latent Entity Alignment Learning (Leal), a novel framework enabling effective cross-table training without requiring shared features or pre-aligned data. Leal operates on the principle that properly aligned data yield lower loss than misaligned data, a concept embodied in its soft alignment mechanism. This mechanism is coupled with a differentiable cluster sampler module, ensuring efficient scaling to large relational tables. Furthermore, we provide a theoretical proof of the cluster sampler's approximation capacity. Extensive experiments on five real-world and five synthetic datasets show that Leal achieves up to a 26.8% improvement in predictive performance compared to state-of-the-art methods, demonstrating its effectiveness and scalability.
