CurLL: A Developmental Framework to Evaluate Continual Learning in Language Models
Pavan Kalyan, Shubhra Mishra, Satya Lokam, Navin Goyal
TL;DR
CurLL presents a curriculum-grounded framework for evaluating continual learning in language models by aligning skill acquisition with human developmental stages. It introduces a large-scale synthetic dataset (23.4B tokens) and a detailed 1,300+ indicator skill graph to enable fine-grained analysis of forgetting, forward transfer, and backward transfer across staged curricula. Experiments with independent, joint, and sequential training on a 135M-parameter transformer demonstrate that the order of data and the underlying skill dependencies shape learning dynamics beyond traditional benchmarks. The work offers a scalable, interpretable evaluation platform and outlines avenues to extend developmental curricula to broader age ranges and larger models.
Abstract
We introduce a comprehensive continual learning dataset and benchmark (CurlL) grounded in human developmental trajectories from ages 5-10, enabling systematic and fine-grained assessment of models' ability to progressively acquire new skills. CurlL spans five developmental stages (0-4) covering ages 5-10, supported by a skill graph that breaks down broad skills into smaller abilities, concrete goals, and measurable indicators, while also capturing which abilities build on others. We generate a 23.4B-token synthetic dataset with controlled skill progression, vocabulary complexity, and format diversity, comprising paragraphs, comprehension-based QA (CQA), skill-testing QA (CSQA), and instruction-response (IR) pairs. Stage-wise token counts range from 2.12B to 6.78B tokens, supporting precise analysis of forgetting, forward transfer, and backward transfer. Using a 135M-parameter transformer trained under independent, joint, and sequential (continual) setups, we show trade-offs in skill retention and transfer efficiency. By mirroring human learning patterns and providing fine-grained control over skill dependencies, this work advances continual learning evaluations for language models.
