f in x
Google TabFM skips per-dataset training and predicts on tables it has never seen
> cd .. / HUB_EDITORIALE
News

Google TabFM skips per-dataset training and predicts on tables it has never seen

[2026-07-11] Author: Ing. Calogero Bono
Zenithby Meteora Web The operating system for your business. Social, clients, bookings and invoices in one platform. Gyms, barbers, professionals. Discover Zenith Free demo · no card

Google Research has introduced a new foundation model for tabular data, called TabFM, that promises to redefine how businesses build predictive models. Unlike traditional approaches that require building feature engineering pipelines and training from scratch for each new dataset, TabFM uses in-context learning to generate predictions on unseen tables in a single forward pass. For enterprise developers and AI engineers, this reduces time-to-production from weeks to a single API call.

The challenges of traditional machine learning on tabular data

To extract reliable predictions from a gradient-boosted tree, data scientists must build and maintain complex data pipelines. They have to clean messy inputs, impute missing values, encode categorical variables, and engineer custom feature crosses. Once the data is ready, they run repetitive hyperparameter optimization loops searching for the best configuration. Once deployed, these traditional models incur ongoing operational debt through data drift monitoring and retraining pipelines, as Weihao Kong, Research Scientist at Google Research, told VentureBeat. Meanwhile, the rest of the AI industry has moved to zero-shot inference, where a model can perform a new task simply by being prompted with context. Why not use large language models (LLMs) directly on tables? Because LLMs are trained on natural language, not structured data. They exhaust context limits with medium-sized tables, suffer from tokenization inefficiency that destroys numerical precision, and lose track of structure when a 2D table is serialized as a 1D text string. "That's why, today, it is far more effective to use an LLM to write the code that handles feature engineering and calls XGBoost than to ask the LLM to read the table itself," Kong said.

Sponsored Protocol

TabFM: a hybrid of TabPFN and TabICL for in-context learning

TabFM overcomes LLM limitations by treating data as a grid, preserving structural integrity. To run inference, you do not update model weights. Instead, you take historical examples (training rows with known labels) and target rows, and pass them as a single unified prompt. The model learns to interpret column-row relationships directly from this context at runtime. For example, an enterprise analyst predicting customer churn can pass a sample of historical session data alongside a new active session to TabFM, receiving an instant churn probability in one forward pass. The architecture combines strengths of two previous approaches: TabPFN by Prior Labs, which first proved transformers could perform zero-shot classification on small tables, and TabICL by France's National Research Institute for Digital Science and Technology, which introduced row compression to handle larger tables. TabFM merges TabPFN's deep feature contextualization with TabICL's efficient compression, based on three key mechanisms. The first is alternating row and column attention: the model processes the table through a multilayer attention module alternating across columns (features) and rows (examples), capturing complex feature interactions without manual feature engineering. The second is row compression: after contextualization, each row's information is compressed into a single dense vector, drastically reducing computational footprint. The third is in-context learning: a causal transformer operates on the sequence of compressed embeddings, using TabICL's attention mechanism to efficiently process large datasets.

Sponsored Protocol

Exclusively synthetic training using causal models

A major selling point of TabFM is its pretraining recipe. The model was trained entirely on hundreds of millions of synthetic datasets, dynamically generated using structural causal models (SCMs) incorporating a wide variety of random functions. By training exclusively on synthetic SCMs, TabFM learned the fundamental mathematical priors of how tabular features interact without ingesting real-world, confidential CSV files. This approach avoids privacy and licensing issues, paving the way for flexible use.

Sponsored Protocol

Zero-shot performance matches heavily tuned supervised baselines

Google researchers benchmarked TabFM on TabArena, a comprehensive evaluation suite spanning 51 diverse tabular datasets across 38 classification and 13 regression tasks. On these public benchmarks, TabFM's zero-shot predictions match or beat heavily tuned supervised baselines. However, Google notes that this does not mean TabFM will universally replace hyper-optimized production models. "The true practical business value it unlocks for lean engineering teams is velocity," Kong said. "It allows data analysts and backend engineers to instantly spin up high-quality baseline models without a dedicated data science team managing a complex lifecycle." For advanced practitioners, a TabFM-Ensemble configuration runs the model through 32 variations and blends results for maximum accuracy.

Sponsored Protocol

Economic trade-offs and cloud integration for enterprise future

The shift to in-context learning introduces a new economic trade-off. With traditional algorithms, training is slow and expensive, but inference is fast and cheap. TabFM flips this: training drops to zero, but inference becomes heavier because the model must process the entire historical dataset as context for every prediction. As Kong explained, "prediction latency is the catch, no amount of caching removes it." For APIs requiring single-digit-millisecond response times, TabFM is not suitable. However, for non-critical speed environments, the model offers immense efficiency. Google is integrating TabFM directly into BigQuery, allowing analysts to run zero-shot predictions natively via an "AI.PREDICT" command. In practice, TabFM shines in rapid prototyping, high data drift environments, and small to medium-sized datasets under 100,000 rows. For massive datasets or ultra-low latency APIs, traditional models remain the best choice. TabFM is already available with a scikit-learn compatible API, supporting JAX and PyTorch backends. The model weights are published on Hugging Face under a non-commercial license, but the code is Apache 2.0. This announcement marks a significant step towards democratizing predictive analytics on tabular data, lowering the entry barrier for companies without dedicated data science teams.

Sponsored Protocol

Unlike other models that raise privacy concerns, such as the lawsuit between Apple and OpenAI over alleged trade secret theft, TabFM relies solely on synthetic data, avoiding risks of sensitive information leakage. For those interested in the fundamentals of zero-shot learning, the concept is extensively described on Wikipedia.

Source: https://venturebeat.com/technology/googles-tabfm-skips-per-dataset-training-and-still-predicts-on-tables-its-never-seen

Ing. Calogero Bono

> AUTHOR_EXTRACTED

Ing. Calogero Bono

Ingegnere informatico, fondatore di Meteora Web e Zenith OS. System administrator e progettista di piattaforme, app e CMS proprietari, con esperienza in sviluppo full-stack, marketing digitale ed ecosistema Google.
[ Read Full Dossier ]

> METEORA_WEB // DIGITAL AGENCY

We build the digital presence your business deserves.

Websites, social media, online advertising, e-commerce and high-performance hosting, engineered with method by computer engineers in Sciacca, for all of Italy.

> MW_JOURNAL

> READ_ALL()