大模型在表格预测中失败,根源是高维数据下能力崩溃。
Why Large Language Models Fail at Tabular Prediction

- 纯推理下测试所有假设,发现维度升高才是致命问题
- 31个数据集上,维度越高,大模型准确率越降,传统模型反而稳定或提升
- 在二维时像局部距离方法,高维时无经典模型能复现其行为
大语言模型(LLMs)在众多任务中表现卓越,但在最常见的一类机器学习任务——表格数据预测上却成效甚微。这一差距催生了表格基础模型领域,但通用大模型为何失败仍不明。本研究在纯推理场景下评估前沿大模型:单次生成提示中包含全部训练与测试数据,不使用工具、不依赖代理结构、不进行微调。系统检验五种失败假设:(a) 无法处理噪声或非线性可分数据;(b) 线性化CSV格式掩盖列结构;(c) 数值的分词方式;(d) 每次查询分类的测试点数量;(e) 输入维度。受控实验排除了前四者。维度成为决定性因素:对31个基准数据集进行随机线性投影,大模型是九种方法中唯一准确率随维度上升而下降的,其余经典基线保持稳定或提升。与252种配置的经典模型对比发现,在二维时大模型预测行为类似局部距离方法(最高91.6%网格一致率),但在高维时,即使加入调优的、维度相关的噪声,也无一经典模型能复现其预测。我们未揭示内部机制,仅表明大模型的能力在维度升高时崩塌,且这种现象无法被噪声污染的经典学习器模拟——这解释了为何大模型在其他领域强大,却在表格预测上持续输给五十年代的基线,而其预测机制仍是开放问题。
原文摘要 · Abstract (English)
Large language models (LLMs) have become the default tool for a remarkable range of tasks, yet they have had conspicuously little success at one of the most common machine learning workloads: predictive analytics over tabular data. This gap is the founding premise of the fast-growing field of tabular foundation models, but the question of why generic LLMs fail has remained open. We study a frontier LLM in its purest inference regime - a single generation pass over a prompt containing the full training and test data, with no tools, no agentic scaffolding, and no fine-tuning - and systematically evaluate five hypotheses for the failure: (a) an inability to handle noisy or non-linearly-separable data; (b) the linearised CSV format obscuring column structure; (c) the tokenisation of numeric values; (d) the number of test points classified per query; and (e) the dimensionality of the input. Controlled experiments falsify (a)-(d). Dimensionality, in contrast, is decisive: sweeping random linear projections of thirty-one benchmark datasets, the LLM is the only method among nine whose accuracy decreases as dimensionality grows, while every classical baseline stays flat or improves. A behavioural comparison against 252 configured classical models finds that in two dimensions the LLM predicts like a local, distance-based method (up to 91.6% grid agreement), but in higher dimensions no classical model - even when augmented with tuned, dimension-dependent noise - reproduces its predictions. We do not claim to have identified the internal mechanism; our results show, more modestly, that the LLM's capability dissolves with dimension in a way no noise-corrupted classical learner mimics - which explains why LLMs, so capable elsewhere, keep losing to fifty-year-old baselines on tables, while leaving the mechanism of the prediction as an open question.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。