Papers › Revisiting Pretraining Objectives for Tabular Deep Learning

Revisiting Pretraining Objectives for Tabular Deep Learning

7 Jul 2022arXiv:2207.03208archive 2025-07-28

Ivan Rubachev, Artem Alekberov, Yury Gorishniy, Artem Babenko

Recent deep learning models for tabular data currently compete with the traditional ML models based on decision trees (GBDT). Unlike GBDT, deep models can additionally benefit from pretraining, which is a workhorse of DL for vision and NLP. For tabular problems, several pretraining methods were proposed, but it is not entirely clear if pretraining provides consistent noticeable improvements and what method should be used, since the methods are often not compared to each other or comparison is limited to the simplest MLP architectures. In this work, we aim to identify the best practices to pretrain tabular DL models that can be universally applied to different datasets and architectures. Among our findings, we show that using the object target labels during the pretraining stage is beneficial for the downstream performance and advocate several target-aware pretraining objectives. Overall, our experiments demonstrate that properly performed pretraining significantly increases the performance of tabular DL models, which often leads to their superiority over GBDTs.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2207.03208")

Code

Syntology Ran 2 of 12 code samples harvested from 2 repositories linked to this paper; 10 have no recorded run. Of those that ran: 2 ran · our draft was wrong.

By repository: official repository: 1 sample from 1 repository, 0 ran; community (archive-listed): 11 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

puhsu/tabular-dl-pretrain-objectives officialmentioned in papermentioned on GitHubpytorch report
kalelpark/DeepLearning-for-Tabular-Data mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 2 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
10unverified

Licence: 1 of the 12 samples is pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

gen_masks puhsu/tabular-dl-pretrain-objectives/bin/contrastive.py official repository unverified no licence file found · pointer only · 654f1fcd1eb02728 · report
geglu kalelpark/DeepLearning-for-Tabular-Data/model/fttransformer.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · d7bace13fb369137 · report
reglu kalelpark/DeepLearning-for-Tabular-Data/model/fttransformer.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 2fb665ac3ecd7c20 · report
geglu kalelpark/DeepLearning-for-Tabular-Data/model/common.py community (archive-listed) unverified Apache-2.0 (permissive) · 267506bc9a077f62 · report
get_DataLoader kalelpark/DeepLearning-for-Tabular-Data/dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · 3516d62bde618799 · report
get_accuracy_score kalelpark/DeepLearning-for-Tabular-Data/metrics.py community (archive-listed) unverified Apache-2.0 (permissive) · 755cfe893c1d9d02 · report
get_loss kalelpark/DeepLearning-for-Tabular-Data/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 95e5ab23ac9b1697 · report
get_optimizer kalelpark/DeepLearning-for-Tabular-Data/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 38f46a7da72f1a57 · report
get_rmse_score kalelpark/DeepLearning-for-Tabular-Data/metrics.py community (archive-listed) unverified Apache-2.0 (permissive) · 8b0c1b12fef2c111 · report
load_dataset kalelpark/DeepLearning-for-Tabular-Data/dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · 003cd9aa1bf19f07 · report
load_model kalelpark/DeepLearning-for-Tabular-Data/model/common.py community (archive-listed) unverified Apache-2.0 (permissive) · d13ea26797a378f5 · report
reglu kalelpark/DeepLearning-for-Tabular-Data/model/common.py community (archive-listed) unverified Apache-2.0 (permissive) · 618ead3731b2c637 · report

Tasks

Deep Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections