paper-with-me

Papers

Universal Encoders for Modular Relational Deep Learning

2026-06-19 · Jakub Peleška, Gustav Šír arxiv

Relational Deep Learning (RDL) models multi-tabular databases as temporal heterogeneous graphs for end-to-end representation learning. While RDL is evolving rapidly, existing approaches face significant generalization obstacles. They are either schema-specific, requiring training from scratch for every new database, or they rely on monolithic architectures that entangle feature encoding with graph message-passing. Analyzing these limitations, we establish four core pillars for building foundational relational models: semantic granularity, structural topology, temporal causality, and unified optimization. Addressing these pillars, we propose a modular approach that decouples row encoding from graph message-passing. We introduce the Universal Row Encoder, a transformer-based module that integrates raw cell data with schema metadata$-$including column semantics, table names, and global distribution statistics$-$to produce table-width invariant row embeddings. By explicitly feeding global statistics to an intra-row self-attention mechanism, the encoder natively contextualizes unseen features and handles sparse data. Serving as a flexible "backend" for any downstream graph architecture, our pretrained encoder enhances cross-database knowledge transfer on the established RelBench benchmarks while improving learning convergence and memory footprint.

📄 PDF Abstract BibTeX arXiv:2606.21434

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

ModuLM: Enabling Modular and Multimodal Molecular Relational Learning with Large Language Models

2025-06-01 · Zhuo Chen, Yizhen Zheng, Huan Yee Koh, Hongxin Xiang 외

Molecular Relational Learning (MRL) aims to understand interactions between molecular pairs, playing a critical role in advancing biochemical research. With the recent development of large language models (LLMs), a growi…

BenchmarkingRelational Reasoning

Task Scarcity and Label Leakage in Relational Transfer Learning

2026-03-31 · Francisco Galuppo Azevedo, Clarissa Lima Loures, Denis Oliveira Correa arxiv

Training relational foundation models requires learning representations that transfer across tasks, yet available supervision is typically limited to a small number of prediction targets per database. This task scarcity …

Transfer Learning

Improving Language Generation from Feature-Rich Tree-Structured Data with Relational Graph Convolutional Encoders

2019-11-01 · WS 2019 11 · Xudong Hong, Ernie Chang, Vera Demberg

The Multilingual Surface Realization Shared Task 2019 focuses on generating sentences from lemmatized sets of universal dependency parses with rich features. This paper describes the results of our participation in the d…

Data AugmentationText Generation

Learning Autoencoders with Relational Regularization

2020-02-07 · ICML 2020 1 · Hongteng Xu, Dixin Luo, Ricardo Henao, Svati Shah 외

A new algorithmic framework is proposed for learning autoencoders of data distributions. We minimize the discrepancy between the model and target distributions, with a \emph{relational regularization} on the learnable la…

MULTI-VIEW LEARNING

Quantifying Feature Space Universality Across Large Language Models via Sparse Autoencoders

2024-10-09 · Michael Lan, Philip Torr, Austin Meek, Ashkan Khakzar 외

The Universality Hypothesis in large language models (LLMs) claims that different models converge towards similar concept representations in their latent spaces. Providing evidence for this hypothesis would enable resear…

Dictionary Learning