Model Connectomes: A Generational Approach to Data-Efficient Language Models
Klemen Kotar, Greta Tuckute
TL;DR
This work introduces a generational learning paradigm that combines an outer evolutionary loop with an inner developmental loop, using a sparse connectome as a transmitted initialization to transfer learned priors across generations. The connectome is produced by iterative pruning of a large-dataset model until only $25\%$ of weights remain, then used to train a language model on a developmental dataset, with two control baselines for comparison. Across NLP benchmarks and brain/behavior alignment tasks, the Connectome model outperforms controls and approaches the performance of a dense model trained on a large corpus, demonstrating data efficiency and biological plausibility. The findings suggest that sparse, binary initializations distilled from large-scale data can substantially narrow the gap between single-generation models and biologically evolved networks, with potential for scalable, data-efficient language learning.
Abstract
Biological neural networks are shaped both by evolution across generations and by individual learning within an organism's lifetime, whereas standard artificial neural networks undergo a single, large training procedure without inherited constraints. In this preliminary work, we propose a framework that incorporates this crucial generational dimension - an "outer loop" of evolution that shapes the "inner loop" of learning - so that artificial networks better mirror the effects of evolution and individual learning in biological organisms. Focusing on language, we train a model that inherits a "model connectome" from the outer evolution loop before exposing it to a developmental-scale corpus of 100M tokens. Compared with two closely matched control models, we show that the connectome model performs better or on par on natural language processing tasks as well as alignment to human behavior and brain data. These findings suggest that a model connectome serves as an efficient prior for learning in low-data regimes - narrowing the gap between single-generation artificial models and biologically evolved neural networks.
