paper-with-me

Papers

Data Language Models: A New Foundation Model Class for Tabular Data

2026-05-07 · Eda Erol, Giuliano Pezzoli, Ozer Cem Kelahmet arxiv

Every major data modality now has a foundation model that understands it natively: text has language models, images have vision models, audio has audio models. Tabular data, the modality on which many consequential real-world AI decisions are made, does not. Every approach to tabular AI today, from gradient-boosted trees to the latest tabular foundation models, requires a preprocessing pipeline before any model can consume the data. None of them understand tabular data as a modality. We introduce the Data Language Model (DLM), the missing foundation model for tabular data. A DLM understands tables the way a language model understands sentences: natively, without serialization or preprocessing, directly from raw cell values. It is the tabular data layer on which AI models, agents, and vertical AI applications can be built, eliminating the preprocessing pipelines that currently stand between raw data and every AI system that consumes it. We present Schema-1, the first DLM: a 140M parameter model trained on more than 2.3M synthetic and real-world tabular datasets. Schema-1 outperforms gradient-boosted ensembles, AutoML stacks, and the tabular foundation models we evaluate on established row-level prediction benchmarks. On missing value reconstruction it achieves lower reconstruction error than all classical statistical methods and frontier large language models on mean performance across conditions, establishing that structural understanding of a dataset's own distributional geometry is more useful for imputation than world knowledge encoded in language. It identifies the industry sector of any unseen dataset from raw cell values alone, reliably across any domain, a task no prior tabular model can perform. It is the native tabular understanding layer that has been missing from the AI stack.

📄 PDF Abstract BibTeX arXiv:2605.06290

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Tabular foundation model to detect empathy from visual cues

2025-04-15 · Md Rakibul Hasan, Shafin Rahman, Md Zakir Hossain, Aneesh Krishna 외

Detecting empathy from video interactions is an emerging area of research. Video datasets, however, are often released as extracted features (i.e., tabular data) rather than raw footage due to privacy and ethical concern…

In-Context Learning

Reinforcement Learning Foundation Models Should Already Be A Thing

2026-06-17 · Abdelrahman Zighem, Jill-Jênn Vie arxiv

Foundation models for language and vision are powered by internet-scale data, while structured domains such as tabular prediction are powered by synthetic data. This substitute shifts the challenge from collection to pri…

Reinforcement Learning

Bringing Graphs to the Table: Zero-shot Node Classification via Tabular Foundation Models

2025-09-08 · Adrian Hayler, Xingyue Huang, İsmail İlkan Ceylan, Michael Bronstein 외 arxiv

Graph foundation models (GFMs) have recently emerged as a promising paradigm for achieving broad generalization across various graph data. However, existing GFMs are often trained on datasets that may not fully reflect r…

Time Series ForecastingNode ClassificationGraph Learning

Can TabPFN Compete with GNNs for Node Classification via Graph Tabularization?

2025-12-09 · Jeongwhan Choi, Woosung Kang, Minseo Kim, Jongwoo Kim 외 arxiv

Foundation models pretrained on large data have demonstrated remarkable zero-shot generalization capabilities across domains. Building on the success of TabPFN for tabular data and its recent extension to time series, we…

Zero-shot GeneralizationFeature EngineeringNode Classification

When Tabular Foundation Models Meet Strategic Tabular Data: A Prior Alignment Approach

2026-05-19 · Xinpeng Lv, Yunxin Mao, Renzhe Xu, Chunyuan Zheng 외 arxiv

Tabular foundation models based on pretrained prior-data fitted networks~(PFNs) have shown strong generalization on diverse tabular tasks, but they are typically designed for \emph{non-strategic} settings where data dist…