pith. sign in

arxiv: 2404.00776 · v2 · pith:RL5CPIDYnew · submitted 2024-03-31 · 💻 cs.LG · cs.DB· stat.ML

PyTorch Frame: A Modular Framework for Multi-Modal Tabular Learning

classification 💻 cs.LG cs.DBstat.ML
keywords tabularpytorchdataframelearningmodelscomplexframework
0
0 comments X
read the original abstract

We present PyTorch Frame, a PyTorch-based framework for deep learning over multi-modal tabular data. PyTorch Frame makes tabular deep learning easy by providing a PyTorch-based data structure to handle complex tabular data, introducing a model abstraction to enable modular implementation of tabular models, and allowing external foundation models to be incorporated to handle complex columns (e.g., LLMs for text columns). We demonstrate the usefulness of PyTorch Frame by implementing diverse tabular models in a modular way, successfully applying these models to complex multi-modal tabular data, and integrating our framework with PyTorch Geometric, a PyTorch library for Graph Neural Networks (GNNs), to perform end-to-end learning over relational databases.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. RelBench v2: A Large-Scale Benchmark and Repository for Relational Data

    cs.LG 2026-02 unverdicted novelty 7.0

    RelBench v2 expands a relational deep learning benchmark with four new large datasets and autocomplete tasks, showing models that use table relationships outperform single-table baselines.

  2. What Makes a Desired Graph for Relational Deep Learning?

    cs.AI 2026-06 unverdicted novelty 6.0

    Schema-derived graphs for relational deep learning suffer from information overload and semantic fragmentation; controlled filtering and injection via an end-to-end optimizer improves accuracy on 26 tasks while often ...

  3. Retrieval-Augmented Generation with Graphs (GraphRAG)

    cs.IR 2024-12 unverdicted novelty 5.0

    A survey proposing a holistic GraphRAG framework with components including query processor, retriever, organizer, generator, and data source, plus domain-tailored reviews, challenges, and future directions.