Independent Evaluation of Google's TabFM Confirms Foundation Model Beats XGBoost on Tabular Data—With Caveats
Key Takeaways
- ▸TabFM successfully beats tuned XGBoost on small-to-mid tables in a zero-shot setup, validating Google's core claim
- ▸Independent verification with statistical rigor shows some margin claims require downgrade when accounting for measurement noise
- ▸Actual GPU memory footprint (~16.95 GB) is notably lower than the 22.75 GB advertised, though still substantial for large datasets
Summary
Researcher Yash Raj Pandey conducted an independent reproduction of Google Research's TabFM, a zero-shot foundation model for tabular data released on June 30, 2026. TabFM claims to match or beat tuned gradient-boosted trees without any training or tuning on the user's data, using in-context learning similar to large language models.
Pandey's evaluation across three machines confirmed TabFM's core claim: on small-to-mid-sized datasets, TabFM outperformed properly tuned XGBoost in 10 fold-matched tests. However, strict statistical rigor forced some reported wins to be downgraded to ties due to margins within measurement noise. The evaluation also revealed that TabFM's advertised GPU footprint (22.75 GB) was overstated; the actual memory requirement is approximately 16.95 GB, with real context capacity around 10k-20k rows depending on preallocation settings.
During the evaluation, Pandey discovered and fixed a critical bug that caused crashes on machines with multiple GPUs, with the fix subsequently merged into the official google-research/tabfm repository. The entire evaluation is fully reproducible, pinned to specific library versions, and published on GitHub with seeded random states.
- A multi-GPU crash bug was identified and fixed, highlighting the value of independent reproduction studies
- The complete evaluation is open-source and reproducible, establishing a template for rigorous foundation model benchmarking
Editorial Opinion
This evaluation exemplifies the kind of methodological rigor that AI research needs more of. Pandey's three-rule framework—treat source code as ground truth, require reproducibility, and report negative results plainly—is refreshingly honest and should be standard practice. By independently validating TabFM while also demoting some claims and fixing bugs the original team missed, Pandey has provided more value than hype; that is what independent verification should do.



