发现自回归语言模型在知识任务上存在能力天花板,规模越大效果越不提升。
Capability Ceilings in Autoregressive Language Models: Empirical Evidence from Knowledge-Intensive Tasks
- 通过系统评估不同规模模型,发现知识任务准确率不随参数增加而上升。
- 数学基准测试中准确率始终卡在19-20%,低于随机水平,但损失下降31%。
- 模型注意力模式互换会导致性能崩溃,凸显架构敏感性,适合关注资源效率的开发者参考。
我们通过系统评估OPT和Pythia模型家族(参数量70M至30B,跨度达240倍),揭示了仅解码器结构的自回归语言模型在知识密集型任务中存在显著的能力天花板。尽管交叉熵损失持续下降31%,知识检索任务的准确率却几乎无提升。在MMLU数学基准上,各规模模型准确率稳定在19-20%(低于25%的随机水平),未见改善。相比之下,算术等程序类任务仍呈现传统缩放规律,精度与损失同步提升。注意力干预实验显示,模型间交换注意力模式会引发灾难性性能崩溃(完全失准),而非渐进退化。这些结果表明:对于使用OPT和Pythia架构的知识密集型应用,参数量超过1-2B后,准确率收益极微,尽管损失仍在下降。研究量化了特定任务下模型缩放失效现象,为资源分配提供依据。该现象是否反映解码器架构的根本限制,或为实现细节所致,尚需跨架构验证。
原文摘要 · Abstract (English)
We document empirical capability ceilings in decoder-only autoregressive language models across knowledge-intensive tasks. Systematic evaluation of OPT and Pythia model families (70M-30B parameters, spanning 240 times scaling) reveals that knowledge retrieval tasks show negligible accuracy improvement despite smooth loss reduction. On MMLU mathematics benchmarks, accuracy remains flat at 19-20% (below 25% random chance) across all scales while cross-entropy loss decreases by 31%. In contrast, procedural tasks like arithmetic show conventional scaling where both metrics improve together. Attention intervention experiments reveal high sensitivity to perturbation: swapping attention patterns between models causes catastrophic performance collapse (complete accuracy loss) rather than graceful degradation. These measurements have immediate engineering implications: for knowledge-intensive applications using OPT and Pythia architectures, parameter scaling beyond 1-2B offers minimal accuracy gains despite continued loss improvement. Our findings quantify capability-specific scaling failures in these model families to inform resource allocation decisions. Whether these patterns reflect fundamental constraints of decoder-only architectures or implementation-specific limitations remains an open question requiring investigation across diverse architectural approaches.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。