HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

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

Weihua Hu; Yiwen Yuan; Zecheng Zhang; Akihiro Nitta; Kaidi Cao; Vid Kocijan; Jinu Sunil; Jure Leskovec; Matthias Fey

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

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.

Code Repositories

pyg-team/pytorch-frame
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
toxic-comment-classification-on-civilLightGBM + RoBERTa embedding
AUROC: 0.865
toxic-comment-classification-on-civilResNet + RoBERTa embedding
AUROC: 0.882
toxic-comment-classification-on-civilTrompt + OpenAI embedding
AUROC: 0.947
toxic-comment-classification-on-civilResNet + RoBERTa finetune
AUROC: 0.97
toxic-comment-classification-on-civilResNet + OpenAI embedding
AUROC: 0.945
toxic-comment-classification-on-civilTrompt + RoBERTa embedding
AUROC: 0.885

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
PyTorch Frame: A Modular Framework for Multi-Modal Tabular Learning | Papers | HyperAI