The reviewed record of science sign in
Pith

arxiv: 2403.01841 · v2 · pith:XAZ5H3KZ · submitted 2024-03-04 · cs.CL · cs.LG

Making Pre-trained Language Models Great on Tabular Prediction

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:XAZ5H3KZrecord.jsonopen to challenge →

classification cs.CL cs.LG
keywords featuretabularpredictiontablesdatalanguagemodelspre-trained
0
0 comments X
read the original abstract

The transferability of deep neural networks (DNNs) has made significant progress in image and language processing. However, due to the heterogeneity among tables, such DNN bonus is still far from being well exploited on tabular data prediction (e.g., regression or classification tasks). Condensing knowledge from diverse domains, language models (LMs) possess the capability to comprehend feature names from various tables, potentially serving as versatile learners in transferring knowledge across distinct tables and diverse prediction tasks, but their discrete text representation space is inherently incompatible with numerical feature values in tables. In this paper, we present TP-BERTa, a specifically pre-trained LM for tabular data prediction. Concretely, a novel relative magnitude tokenization converts scalar numerical feature values to finely discrete, high-dimensional tokens, and an intra-feature attention approach integrates feature values with the corresponding feature names. Comprehensive experiments demonstrate that our pre-trained TP-BERTa leads the performance among tabular DNNs and is competitive with Gradient Boosted Decision Tree models in typical tabular data regime.

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 1 Pith paper

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

  1. LLM-FE: Automated Feature Engineering for Tabular Data with LLMs as Evolutionary Optimizers

    cs.LG 2025-03 unverdicted novelty 6.0

    LLM-FE is a framework that treats feature engineering as LLM-driven program search with data feedback, reporting consistent gains over baselines on classification and regression tabular tasks.