paper-with-me

홈 › Papers

Small Language Models for Tabular Data

2022-11-05 · Benjamin L. Badger

Supervised deep learning is most commonly applied to difficult problems defined on large and often extensively curated datasets. Here we demonstrate the ability of deep representation learning to address problems of classification and regression from small and poorly formed tabular datasets by encoding input information as abstracted sequences composed of a fixed number of characters per input field. We find that small models have sufficient capacity for approximation of various functions and achieve record classification benchmark accuracy. Such models are shown to form useful embeddings of various input features in their hidden layers, even if the learned task does not explicitly require knowledge of those features. These models are also amenable to input attribution, allowing for an estimation of the importance of each input element to the model output as well as of which inputs features are effectively embedded in the model. We present a proof-of-concept for the application of small language models to mixed tabular data without explicit feature engineering, cleaning, or preprocessing, relying on the model to perform these tasks as part of the representation learning process.

📄 PDF Abstract BibTeX arXiv:2211.02941

Code (1)

blbadger/small-language-models 공식 구현 pytorch

Tasks

Feature EngineeringRepresentation Learning

Similar Papers 제목 키워드 기반

Hopular: Modern Hopfield Networks for Tabular Data

2022-06-01 · Bernhard Schäfl, Lukas Gruber, Angela Bitto-Nemling, Sepp Hochreiter

While Deep Learning excels in structured data as encountered in vision and natural language processing, it failed to meet its expectations on tabular data. For tabular data, Support Vector Machines (SVMs), Random Forests…

Deep LearningGeneral Classification

VisTabNet: Adapting Vision Transformers for Tabular Data

2024-12-28 · Witold Wydmański, Ulvi Movsum-zada, Jacek Tabor, Marek Śmieja

Although deep learning models have had great success in natural language processing and computer vision, we do not observe comparable improvements in the case of tabular data, which is still the most common data type use…

Transfer Learning

ConTextTab: A Semantics-Aware Tabular In-Context Learner

2025-06-12 · Marco Spinaci, Marek Polewczyk, Maximilian Schambach, Sam Thelin

Tabular in-context learning (ICL) has recently achieved state-of-the-art (SOTA) performance on several tabular prediction tasks. Previously restricted to classification problems on small tables, recent advances such as T…

In-Context LearningWorld Knowledge

TAEGAN: Generating Synthetic Tabular Data For Data Augmentation

2024-10-02 · Jiayu Li, Zilong Zhao, Kevin Yee, Uzair Javaid 외

Synthetic tabular data generation has gained significant attention for its potential in data augmentation, software testing and privacy-preserving data sharing. However, most research has primarily focused on larger data…

Data AugmentationGenerative Adversarial NetworkPrivacy Preservingsoftware testing+1

Privately generating tabular data using language models

2023-06-07 · Alexandre Sablayrolles, Yue Wang, Brian Karrer

Privately generating synthetic data from a table is an important brick of a privacy-first world. We propose and investigate a simple approach of treating each row in a table as a sentence and training a language model wi…

Language ModelingLanguage ModellingSentence