paper-with-me

홈 › Papers

A Pre-training Framework for Relational Data with Information-theoretic Principles

2025-07-14 · Quang Truong, Zhikai Chen, Mingxuan Ju, Tong Zhao, Neil Shah, Jiliang Tang arxiv

Relational databases underpin critical infrastructure across a wide range of domains, yet the design of generalizable pre-training strategies for learning from relational databases remains an open challenge due to task heterogeneity. Specifically, there exist many possible downstream tasks, as tasks are defined based on relational schema graphs, temporal dependencies, and SQL-defined label logics. An effective pre-training framework is desired to take these factors into account in order to obtain task-aware representations. By incorporating knowledge of the underlying distribution that drives label generation, downstream tasks can benefit from relevant side-channel information. To bridge this gap, we introduce Task Vector Estimation (TVE), a novel pre-training framework that constructs predictive supervisory signals via set-based aggregation over schema traversal graphs, explicitly modeling next-window relational dynamics. We formalize our approach through an information-theoretic lens, demonstrating that task-informed representations retain more relevant signals than those obtained without task priors. Extensive experiments on the RelBench benchmark show that TVE consistently outperforms traditional pre-training baselines. Our findings advocate for pre-training objectives that encode task heterogeneity and temporal structure as design principles for predictive modeling on relational databases. Our code is publicly available at https://github.com/quang-truong/task-vector-estimation.

📄 PDF Abstract BibTeX arXiv:2507.09837

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

From Information to Generative Exponent: Learning Rate Induces Phase Transitions in SGD

2025-10-23 · Konstantinos Christopher Tsiolis, Alireza Mousavi-Hosseini, Murat A. Erdogdu arxiv

To understand feature learning dynamics in neural networks, recent theoretical works have focused on gradient-based learning of Gaussian single-index models, where the label is a nonlinear function of a latent one-dimens…

Computational Efficiency

Relational Learning in Pre-Trained Models: A Theory from Hypergraph Recovery Perspective

2024-06-17 · Yang Chen, Cong Fang, Zhouchen Lin, Bing Liu

Foundation Models (FMs) have demonstrated remarkable insights into the relational dynamics of the world, leading to the crucial question: how do these models acquire an understanding of world hybrid relations? Traditiona…

Entity AlignmentRelational Reasoning

Structure Inducing Pre-Training

2021-03-18 · Matthew B. A. McDermott, Brendan Yap, Peter Szolovits, Marinka Zitnik

Language model pre-training and derived methods are incredibly impactful in machine learning. However, there remains considerable uncertainty on exactly why pre-training helps improve performance for fine-tuning tasks. T…

DescriptiveInductive BiasLanguage ModelingLanguage Modelling+2

Learning Hidden Structures with Relational Models by Adequately Involving Rich Information in A Network

2013-10-06 · Xuhui Fan, Richard Yi Da Xu, Longbing Cao, Yin Song

Effectively modelling hidden structures in a network is very practical but theoretically challenging. Existing relational models only involve very limited information, namely the binary directional link data, embedded in…

Relational Constraints for Metric Learning on Relational Data

2018-07-02 · Jiajun Pan, Hoel Le Capitaine, Philippe Leray

Most of metric learning approaches are dedicated to be applied on data described by feature vectors, with some notable exceptions such as times series, trees or graphs. The objective of this paper is to propose a metric …

Metric Learning