TabFM: Google's Zero-Shot Foundation Model for Tabular Data Classification and Regression

Google Research released TabFM, a foundation model for tabular data that performs zero-shot classification and regression using in-context learning (ICL). Instead of training per dataset, you feed the entire table (training rows + target rows) as a prompt, and the model predicts in a single forward pass — no hyperparameter tuning or feature engineering.
How It Works
TabFM uses a hybrid architecture combining TabPFN and TabICL:
- Alternating row and column attention: A multilayer module attends across both rows (examples) and columns (features), capturing complex interactions without manual feature crafting.
- Row compression: Each row's cross-attended representation is compressed into a dense vector.
- ICL Transformer: Processes the compressed row vectors, reducing computational cost compared to raw grid attention.
Key Advantages
- No manual model training, hyperparameter tuning, or feature engineering.
- Works on previously unseen tables — zero-shot.
- Efficient scaling via row compression.
TabFM is now available on Hugging Face and GitHub.
For a deeper dive into the architecture and synthetic training data approach, check the source link below.
📖 Read the full source: HN AI Agents
👀 See Also

Super Micro Co-Founder Among Three Charged in AI Tech Export Case
Three individuals, including Super Micro Computer co-founder Charles Liang, have been charged by U.S. authorities with plotting to illegally export AI technology to China. The case involves alleged violations of export control laws.

OpenClaw 2026.3.11 release adds local-first Ollama setup, unified OpenCode keys, and multimodal memory
OpenClaw 2026.3.11 introduces first-class Ollama setup with local-only or hybrid modes, unified OpenCode key management for Zen and Go models, and multimodal image/audio indexing using Gemini embeddings.

Gemini 3.1 Flash Live: Google's latest audio model with improved benchmarks and watermarking
Google released Gemini 3.1 Flash Live, an audio model scoring 90.8% on ComplexFuncBench Audio and 36.1% on Scale AI's Audio MultiChallenge. It's available via Gemini Live API in Google AI Studio and includes SynthID watermarking.

OpenClaw 2026.4.2 and 2026.3.31 break local LLM connections
OpenClaw versions 2026.4.2 and 2026.3.31 are causing connection timeouts to locally hosted Ollama instances. The issue appears when connecting to Ubuntu boxes running locally, with error logs showing LLM request timeouts and failover decisions.