What happens when an LLM never sees material beyond fifth grade?

porridgeraisin3 pts0 comments

LittleLearner: Language Models Under Pedagogically-Controlled Knowledge Exposure<br>🎒">

Talk to LittleLearner

The hosted 5B model, live in your browser.<br>Open in a new tab ↗<br>if the chat doesn’t load below.

A controlled sandbox for studying how models acquire knowledge

Modern LMs are trained on everything at once, so it is hard to tell whether a new skill<br>was learned or merely elicited. We constrain the training distribution itself: an 88B-token<br>corpus filtered to the U.S. elementary-school curriculum, with models trained from scratch on it and<br>matched unfiltered controls.

Dataset

LittleCurriculum

An 88B-token corpus distilled from FineWeb-Edu through a five-stage filtering pipeline aligned with Common Core standards (K–5).<br>Concepts, facts, and vocabulary taught above Grade 5 are explicitly excluded.

Models

LittleLearner

Three scales (0.6B / 1.3B / 5B) trained from scratch on LittleCurriculum: chattable models<br>with an interpretable knowledge boundary. Each ships with a matched Unfiltered control<br>for clean comparison.

Findings

Elicitation, not acquisition

In our experiments, scaling, SFT+GRPO post-training, and in-context learning amplify what the<br>curriculum taught, but none meaningfully improves out-of-scope performance, indicating that the<br>pretraining filter sets the effective capability ceiling.

Model checkpoints

LittleLearner at three scales (0.6B / 1.3B / 5B), each with a matched Unfiltered control<br>sharing its architecture, tokens, and recipe.

Base : the pretrained model.

GRPO : math specialists post-trained on MathCAMPS; responses may exhibit a tendency toward math-oriented output.

Chatty : variants tuned for general chat behavior.

Scale<br>LittleLearner · K–5<br>chatty<br>Matched control · unfiltered

Capability stays inside the curriculum

Can standard interventions push a model past what its pretraining data taught it?<br>With the boundary under experimental control, we can ask cleanly. In our experiments, each<br>intervention amplifies in-scope ability; none of them meaningfully improves out-of-scope<br>performance.

Scaling<br>Post-training<br>In-context learning

Scaling

Scaling model size improves performance within the model’s controlled knowledge exposure and<br>extends modestly to problems along the same learning trajectory, but yields little improvement on<br>problems requiring more advanced capabilities outside the exposure.

MathCAMPS accuracy by grade, across model size

Post-training

Post-training through GRPO significantly boosts in-scope K–5 capabilities, but fails to<br>recover out-of-scope beyond-K–5 capabilities, even when training with out-of-scope data.

Post-training amplifies K–5, not the beyond-K–5 gap

In-context learning

In-context learning with the prompts we test does not unlock new reasoning capabilities in<br>beyond-K–5 for our trained 5B LittleLearner.

Accuracy by prompting condition

What will you teach it?

Because LittleLearner’s training exposure is explicitly specified, behavioral and<br>representational changes can be related directly to the concepts you introduce. Three directions<br>we’re excited about:

01<br>RL & discovery

Can RL create capability?

The prior is restricted to K–5, so capabilities that emerge under RL can be attributed to<br>the RL process itself. A tractable proxy for reward-driven discovery.

02<br>Continual learning

Watch a concept being learned

Introduce negative numbers and measure sample efficiency, retention, and interference. Or<br>probe behavior near the boundary: does it answer, abstain, or hallucinate?

03<br>Educational science

Machine vs. child learners

Specified exposure enables controlled human-model comparison. Do models and children need<br>similar exposure to learn fractions, or make similar errors on word problems?

Your turn

Bring your own question

A known boundary turns your idea into a clean experiment!

If you find this work useful

Please cite our paper:

Copy@misc{littlelearner2026,<br>title={LittleLearner: Language Models Under Pedagogically-Controlled Knowledge Exposure},<br>author={Fanfei Li and Jana Zeller and Manuel Prada-Corral and Thaddäus Wiedemer and Prasanna Mayilvahanan and Ryan Cotterell and Wieland Brendel},<br>year={2026},<br>eprint={2608.13545},<br>archivePrefix={arXiv},<br>primaryClass={cs.CL},<br>url={https://arxiv.org/abs/2608.13545}

littlelearner model training models exposure post

Related Articles