Why Large Language Models Fail at Tabular Prediction
- AI
- Machine Learning
- Data Science
- Developer Tools
The paper asks a simple question: if you give a frontier large language model a full tabular dataset directly in the prompt and ask it to predict outcomes, why does it perform so badly compared with standard tabular machine learning? The authors isolate the model to a pure inference setting with no tools, no fine-tuning, and no agent scaffolding, then test common explanations such as poor serialization. Their headline claim is that formatting is not the main issue. The bigger problem appears to be dimensionality. As the number of features grows, performance collapses, and decades-old tabular methods still dominate.
Do not treat a general-purpose LLM as a drop-in forecaster just because it can access your tables. For prediction on structured business data, default to established tabular models and watch specialized foundation models separately instead of assuming language-model progress will carry over.
-
arxiv.org
- Discuss on HN