paper-with-me

홈 › Papers

STRABLE: Benchmarking Tabular Machine Learning with Strings

2026-05-12 · Gioia Blayer, Myung Jun Kim, Félix Lefebvre, Lennart Purucker, Alan Arazi, Eilam Shapira, Roi Reichart, Frank Hutter, Marine Le Morvan, David Holzmüller, Gaël Varoquaux arxiv

Benchmarking tabular learning has revealed the benefit of dedicated architectures, pushing the state of the art. But real-world tables often contain string entries, beyond numbers, and these settings have been understudied due to a lack of a solid benchmarking suite. They lead to new research questions: Are dedicated learners needed, with end-to-end modeling of strings and numbers? Or does it suffice to encode strings as numbers, as with a categorical encoding? And if so, do the resulting tables resemble numerical tabular data, calling for the same learners? To enable these studies, we contribute STRABLE, a benchmarking corpus of 108 tables, all real-world learning problems with strings and numbers across diverse application fields. We run the first large-scale empirical study of tabular learning with strings, evaluating 445 pipelines. These pipelines span end-to-end architectures and modular pipelines, where strings are first encoded, then post-processed, and finally passed to a tabular learner. We find that, because most tables in the wild are categorical-dominant, advanced tabular learners paired with simple string embeddings achieve good predictions at low computational cost. On free-text-dominant tables, large LLM encoders become competitive. Their performance also appears sensitive to post-processing, with differences across LLM families. Finally, we show that STRABLE is a good set of tables to study "string tabular" learning as it leads to generalizable pipeline rankings that are close to the oracle rankings. We thus establish STRABLE as a foundation for research on tabular learning with strings, an important yet understudied area.

📄 PDF Abstract BibTeX arXiv:2605.12292

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Attention versus Contrastive Learning of Tabular Data -- A Data-centric Benchmarking

2024-01-08 · Shourav B. Rabbani, Ivan V. Medri, Manar D. Samad

Despite groundbreaking success in image and text learning, deep learning has not achieved significant improvements against traditional machine learning (ML) when it comes to tabular data. This performance gap underscores…

BenchmarkingContrastive Learning

GOGGLE: Generative Modelling for Tabular Data by Learning Relational Structure

2023-10-27 · ICLR 2023 10 · Tennison Liu, Zhaozhi Qian, Jeroen Berrevoets, Mihaela van der Schaar

Deep generative models learn highly complex and non-linear representations to generate realistic synthetic data. While they have achieved notable success in computer vision and natural language processing, similar advanc…

A Correlation- and Mean-Aware Loss Function and Benchmarking Framework to Improve GAN-based Tabular Data Synthesis

2024-05-27 · Minh H. Vu, Daniel Edler, Carl Wibom, Tommy Löfstedt 외

Advancements in science rely on data sharing. In medicine, where personal data are often involved, synthetic tabular data generated by generative adversarial networks (GANs) offer a promising avenue. However, existing GA…

Benchmarking

TabArena: A Living Benchmark for Machine Learning on Tabular Data

2025-06-20 · Nick Erickson, Lennart Purucker, Andrej Tschalzev, David Holzmüller 외

With the growing popularity of deep learning and foundation models for tabular data, the need for standardized and reliable benchmarks is higher than ever. However, current benchmarks are static. Their design is not upda…

Benchmarking

A Benchmarking Study of Kolmogorov-Arnold Networks on Tabular Data

2024-06-20 · Eleonora Poeta, Flavio Giobergia, Eliana Pastor, Tania Cerquitelli 외

Kolmogorov-Arnold Networks (KANs) have very recently been introduced into the world of machine learning, quickly capturing the attention of the entire community. However, KANs have mostly been tested for approximating co…

BenchmarkingKolmogorov-Arnold Networks