paper-with-me

Papers

Graph-Based Feature Augmentation for Predictive Tasks on Relational Datasets

2025-08-28 · Lianpeng Qiao, Ziqi Cao, Kaiyu Feng, Ye Yuan, Guoren Wang arxiv

Data has become a foundational asset driving innovation across domains such as finance, healthcare, and e-commerce. In these areas, predictive modeling over relational tables is commonly employed, with increasing emphasis on reducing manual effort through automated machine learning (AutoML) techniques. This raises an interesting question: can feature augmentation itself be automated and identify and utilize task-related relational signals? To address this challenge, we propose an end-to-end automated feature augmentation framework, ReCoGNN, which enhances initial datasets using features extracted from multiple relational tables to support predictive tasks. ReCoGNN first captures semantic dependencies within each table by modeling intra-table attribute relationships, enabling it to partition tables into structured, semantically coherent segments. It then constructs a heterogeneous weighted graph that represents inter-row relationships across all segments. Finally, ReCoGNN leverages message-passing graph neural networks to propagate information through the graph, guiding feature selection and augmenting the original dataset. Extensive experiments conducted on ten real-life and synthetic datasets demonstrate that ReCoGNN consistently outperforms existing methods on both classification and regression tasks.

📄 PDF Abstract BibTeX arXiv:2508.20986

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RelBench: A Benchmark for Deep Learning on Relational Databases

2024-07-29 · Joshua Robinson, Rishabh Ranjan, Weihua Hu, Kexin Huang 외

We present RelBench, a public benchmark for solving predictive tasks over relational databases with graph neural networks. RelBench provides databases and tasks spanning diverse domains and scales, and is intended to be …

Deep LearningFeature EngineeringGraph Neural Network

RelGNN: Composite Message Passing for Relational Deep Learning

2025-02-10 · Tianlang Chen, Charilaos Kanatsoulis, Jure Leskovec

Predictive tasks on relational databases are critical in real-world applications spanning e-commerce, healthcare, and social media. To address these tasks effectively, Relational Deep Learning (RDL) encodes relational da…

Deep LearningGraph Attention

Gaussian Relational Graph Transformer

2026-05-15 · Zezhong Ding, Jin Li, Xugang Wang, Xike Xie arxiv

Relational graph learning models relational databases as graphs and has demonstrated superior performance on a wide range of relational predictive tasks. However, existing methods struggle to capture long-range dependenc…

Graph Learning

Relational Database Distillation: From Structured Tables to Condensed Graph Data

2025-10-08 · Xinyi Gao, Jingxi Zhang, Lijian Chen, Tong Chen 외 arxiv

Relational databases (RDBs) underpin the majority of global data management systems, where information is structured into multiple interdependent tables. To effectively use the knowledge within RDBs for predictive tasks,…

Graph Representation Learning

Relational Graph Transformer

2025-05-16 · Vijay Prakash Dwivedi, Sri Jaladi, Yangyi Shen, Federico López 외

Relational Deep Learning (RDL) is a promising approach for building state-of-the-art predictive models on multi-table relational data by representing it as a heterogeneous temporal graph. However, commonly used Graph Neu…

Graph Neural Network