paper-with-me

홈 › Papers

Synthesize, Retrieve, and Propagate: A Unified Predictive Modeling Framework for Relational Databases

2025-08-10 · Ning Li, Kounianhua Du, Han Zhang, Quan Gan, Minjie Wang, David Wipf, Weinan Zhang arxiv

Relational databases (RDBs) have become the industry standard for storing massive and heterogeneous data. However, despite the widespread use of RDBs across various fields, the inherent structure of relational databases hinders their ability to benefit from flourishing deep learning methods. Previous research has primarily focused on exploiting the unary dependency among multiple tables in a relational database using the primary key - foreign key relationships, either joining multiple tables into a single table or constructing a graph among them, which leaves the implicit composite relations among different tables and a substantial potential of improvement for predictive modeling unexplored. In this paper, we propose SRP, a unified predictive modeling framework that synthesizes features using the unary dependency, retrieves related information to capture the composite dependency, and propagates messages across a constructed graph to learn adjacent patterns for prediction on relation databases. By introducing a new retrieval mechanism into RDB, SRP is designed to fully capture both the unary and the composite dependencies within a relational database, thereby enhancing the receptive field of tabular data prediction. In addition, we conduct a comprehensive analysis on the components of SRP, offering a nuanced understanding of model behaviors and practical guidelines for future applications. Extensive experiments on five real-world datasets demonstrate the effectiveness of SRP and its potential applicability in industrial scenarios. The code is released at https://github.com/NingLi670/SRP.

📄 PDF Abstract BibTeX arXiv:2508.08327

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

JUSTICE: Judicial Unified Synthesis Through Intermediate Conclusion Emulation for Automated Judgment Document Generation

2026-02-09 · Binglin Wu, Yingyi Zhang, Xiannneg Li arxiv

Automated judgment document generation is a significant yet challenging legal AI task. As the conclusive written instrument issued by a court, a judgment document embodies complex legal reasoning. However, existing metho…

Legal Reasoning

USTEP: Spatio-Temporal Predictive Learning under A Unified View

2023-10-09 · Cheng Tan, Jue Wang, Zhangyang Gao, Siyuan Li 외

Spatio-temporal predictive learning plays a crucial role in self-supervised learning, with wide-ranging applications across a diverse range of fields. Previous approaches for temporal modeling fall into two categories: r…

Self-Supervised Learning

A Unified 3D Human Motion Synthesis Model via Conditional Variational Auto-Encoder

2021-01-01 · ICCV 2021 10 · Yujun Cai, Yiwei Wang, Yiheng Zhu, Tat-Jen Cham 외

We present a unified and flexible framework to address the generalized problem of 3D motion synthesis that covers the tasks of motion prediction, completion, interpolation, and spatial-temporal recovery. Since these …

Decodermotion predictionMotion Synthesis

Beyond Consensus: Perspectivist Modeling and Evaluation of Annotator Disagreement in NLP

2026-01-14 · Yinuo Xu, David Jurgens arxiv

Annotator disagreement is widespread in NLP, particularly for subjective and ambiguous tasks such as toxicity detection and stance analysis. While early approaches treated disagreement as noise to be removed, recent work…

RealRoute: Dynamic Query Routing System via Retrieve-then-Verify Paradigm

2026-03-02 · Jiahe Liu, Qinkai Yu, Jingcheng Niu, Xi Zhu 외 arxiv

Despite the success of Retrieval-Augmented Generation (RAG) in grounding LLMs with external knowledge, its application over heterogeneous sources (e.g., private databases, global corpora, and APIs) remains a significant …