Why Large Language Models Fail at Tabular Prediction
6 hours ago
- LLMs excel at many tasks but perform poorly on tabular data prediction, motivating tabular foundation models.
- Five hypotheses for LLM failure were tested: noise handling, CSV format, tokenization, test points per query, and dimensionality.
- Controlled experiments falsified the first four hypotheses, but dimensionality was decisive.
- LLM accuracy decreases as dimensionality increases, unlike classical models which stay flat or improve.
- In 2D, the LLM behaves like a local distance-based method (up to 91.6% agreement), but in higher dimensions no classical model reproduces its predictions.
- The LLM's capability dissolves with dimension in a way not mimicked by noise-corrupted learners, explaining its failure against classical baselines on tables.