NVDA 206.84 ▼0.92%GOOGL 319.74 ▲0.65%MSFT 381.70 ▲0.03%AMD 521.95 ▼3.29%INTC 92.32 ▼7.89%TSMC 403.41 ▼2.93%AMZN 232.11 ▼0.66%META 595.19 ▼1.80%AAPL 333.02 ▲3.53%PLTR 122.92 ▼0.36%
Markets at last close

Google · Models

Google’s TabFM brings zero-shot prediction to business tables

·1 min read

Google Research has introduced TabFM, a foundation model designed to predict on unseen tabular datasets without per-dataset training, feature engineering, hyperparameter tuning or retraining pipelines. Instead of updating weights, users pass historical rows with labels and target rows together as context, allowing the model to infer relationships at runtime and return predictions in a forward pass.

TabFM avoids the weaknesses of general LLMs on tables by preserving the grid structure rather than serializing data into text. Its architecture combines alternating row and column attention, row compression and in-context learning, drawing on ideas from TabPFN and TabICL. Google trained the model entirely on hundreds of millions of synthetic datasets generated with structural causal models, aiming to learn tabular priors without using confidential real-world CSV files.

Benchmarks on TabArena covered 51 diverse tabular datasets across 38 classification and 13 regression tasks, where TabFM matched or beat heavily tuned supervised baselines in zero-shot mode. A TabFM-Ensemble setup runs 32 variations and blends the outputs for stronger results. Current limits include 10 output classes, optimization for up to 500 features, heavier inference, and non-commercial pretrained weights. Google is also integrating TabFM into BigQuery through an “AI.PREDICT” command, with the model best suited to rapid prototyping, data drift and small to medium-sized datasets under 100,000 rows rather than ultra-low-latency APIs or massive tables exceeding one million rows.

Originally reported by venturebeat.comRead the source →
Related coverage
All Google news →