arXiv:2603.10055cs.LGcs.AI2026-03被引 9

用神经元胞自动机生成合成数据,提升语言模型预训练效率。

Training Language Models via Neural Cellular Automata

  • 用神经元胞自动机生成非语言合成数据,替代部分自然语言预训练。
  • 仅用1.64亿合成令牌就使下游语言模型性能提升6%,收敛速度加快1.6倍。
  • 合成数据在代码、数学等不同领域表现各异,适合针对性优化模型。

大规模语言模型的预训练对获取表征与能力至关重要,但自然语言预训练存在高质量文本有限、含人类偏见、知识与推理混淆等问题。这引发根本疑问:语言是否是智能唯一路径?本文提出使用神经元胞自动机(NCA)生成合成非语言数据用于预预训练——先合成后自然语言。NCA数据具有类语言的时空结构与统计特性,且可控、低成本可扩展生成。实验发现,仅用1.64亿个NCA令牌进行预预训练,即可使下游语言建模性能提升最高6%,收敛速度加快1.6倍;甚至超越使用16亿自然语言令牌(来自Common Crawl)的预训练效果,且消耗更少算力。该优势还延伸至推理任务,包括GSM8K、HumanEval和BigBench-Lite。分析表明,注意力层是最具迁移性的模块,最优NCA复杂度依任务而异:代码偏好简单动态,数学与网页文本则需更复杂动态。这些结果为系统化调节合成数据分布以适配特定领域提供了可能。更广泛地,本工作为实现全合成预训练的高效模型开辟了新路径。

原文摘要 · Abstract (English)

Pre-training is crucial for large language models (LLMs), as it is when most representations and capabilities are acquired. However, natural language pre-training has problems: high-quality text is finite, it contains human biases, and it entangles knowledge with reasoning. This raises a fundamental question: is natural language the only path to intelligence? We propose using neural cellular automata (NCA) to generate synthetic, non-linguistic data for pre-pre-training LLMs--training on synthetic-then-natural language. NCA data exhibits rich spatiotemporal structure and statistics resembling natural language while being controllable and cheap to generate at scale. We find that pre-pre-training on only 164M NCA tokens improves downstream language modeling by up to 6% and accelerates convergence by up to 1.6x. Surprisingly, this even outperforms pre-pre-training on 1.6B tokens of natural language from Common Crawl with more compute. These gains also transfer to reasoning benchmarks, including GSM8K, HumanEval, and BigBench-Lite. Investigating what drives transfer, we find that attention layers are the most transferable, and that optimal NCA complexity varies by domain: code benefits from simpler dynamics, while math and web text favor more complex ones. These results enable systematic tuning of the synthetic distribution to target domains. More broadly, our work opens a path toward more efficient models with fully synthetic pre-training.

语言模型合成数据预训练NCA

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。