ELSEIF
Your brief EB
202 stories from 105 feeds 341 clusters Refreshed 6 minutes ago next pull 09:22

AI Signal 515

LLM trained solely on K, 5 curriculum hits hard knowledge ceiling at fifth-grade level

Illustration only Photo by Alexandre Debiève on Unsplash

A controlled experiment trains language models from scratch on an 88B-token corpus filtered to U.S. elementary-school material only.

WHY IT MATTERS

The experiment isolates the effect of pretraining data on model capability. It shows that scaling, post-training, and in-context learning amplify what the model was exposed to but do not meaningfully extend knowledge beyond the curriculum boundary. This provides a clear benchmark for studying how models acquire, or fail to acquire, new knowledge.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

Models trained on K, 5 material perform well within that scope but show minimal improvement on beyond-K, 5 tasks regardless of scaling or post-training.

02

Post-training and in-context learning amplify in-scope capabilities but do not unlock new reasoning beyond the pretraining data boundary.

03

The experiment offers a controlled sandbox for studying knowledge acquisition, enabling direct comparisons between model and human learning.

THE READ

What the cluster adds up to.

ORIGINAL ANALYSIS

The experiment constrains the training corpus to an 88B-token dataset filtered to U.S. elementary-school curriculum standards (K, 5). This creates a hard boundary: concepts, facts, and vocabulary taught above fifth grade are explicitly excluded. Models trained on this corpus, LittleLearner at 0.6B, 1.3B, and 5B scales, are matched with unfiltered controls for direct comparison. The setup isolates the role of pretraining data in shaping model capability, removing ambiguity about whether new skills are learned or merely elicited from broader exposure.

Scaling model size improves performance within the K, 5 scope and extends modestly to problems along the same learning trajectory. However, it yields little to no improvement on tasks requiring knowledge beyond the fifth-grade curriculum. Post-training through GRPO boosts in-scope capabilities but fails to recover out-of-scope performance, even when trained on beyond-K, 5 data. In-context learning similarly does not unlock new reasoning capabilities for beyond-K, 5 tasks. These findings suggest that the pretraining filter sets an effective ceiling on model capability, and standard interventions do not meaningfully push beyond it.

The controlled exposure enables clean experiments on knowledge acquisition. For example, introducing new concepts like negative numbers allows measurement of sample efficiency, retention, and interference. The boundary also facilitates comparisons between machine and human learners, such as whether models and children require similar exposure to learn fractions or make similar errors on word problems. This makes LittleLearner a tractable proxy for studying reward-driven discovery, continual learning, and educational science in a way that is difficult with unconstrained models.

For engineers, the experiment highlights the limits of scaling and post-training when pretraining data is restricted. It suggests that expanding model capability may require deliberate curation of training data rather than relying on interventions applied after the fact. The findings also underscore the importance of dataset design in shaping model behavior, particularly for applications where knowledge boundaries must be predictable or interpretable. The sandbox nature of LittleLearner offers a tool for testing hypotheses about learning dynamics without the noise of broader, uncontrolled pretraining.

Written by elseif from the cluster below · checked for specifics the sources never contained

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
littlelearner-ll.github.io via Hacker News What happens when an LLM never sees material beyond fifth grade? Open ↗