LGFeb 3

Grables: Tabular Learning Beyond Independent Rows

arXiv:2602.03945v1
AI Analysis

This addresses a problem for researchers and practitioners working with non-i.i.d. tabular data, offering a modular framework to improve prediction accuracy, though it is incremental in building on existing graph and tabular learning techniques.

The paper tackles the limitation of row-wise predictors in tabular learning, which fail on transactional, temporal, and relational tables where labels depend on other rows, and shows that using graph-based methods like message passing captures these dependencies, leading to consistent gains in experiments.

Tabular learning is still dominated by row-wise predictors that score each row independently, which fits i.i.d. benchmarks but fails on transactional, temporal, and relational tables where labels depend on other rows. We show that row-wise prediction rules out natural targets driven by global counts, overlaps, and relational patterns. To make "using structure" precise across architectures, we introduce grables: a modular interface that separates how a table is lifted to a graph (constructor) from how predictions are computed on that graph (node predictor), pinpointing where expressive power comes from. Experiments on synthetic tasks, transaction data, and a RelBench clinical-trials dataset confirm the predicted separations: message passing captures inter-row dependencies that row-local models miss, and hybrid approaches that explicitly extract inter-row structure and feed it to strong tabular learners yield consistent gains.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes