Paper deep dive
LittleLearner: Language Models Under Pedagogically Controlled Knowledge Exposure
Fanfei Li, Jana Zeller, Manuel Prada-Corral, ThaddƤus Wiedemer, Prasanna Mayilvahanan, Ryan Cotterell, Wieland Brendel
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 94%
Last extracted: 8/16/2026, 2:38:21 AM
Summary
The paper introduces LITTLELEARNER, a 5B-parameter language model trained from scratch on LITTLECURRICULUM, a curated 88B-token pretraining corpus restricted to U.S. elementary school (K-5) material. This controlled sandbox allows for the study of knowledge acquisition boundaries, demonstrating that while scaling, post-training, and in-context learning improve in-scope performance, they do not enable the model to acquire out-of-scope (Beyond-K-5) capabilities.
Entities (9)
Relation Signals (8)
LITTLECURRICULUM ā coversscope ā K-5
confidence 100% Ā· corresponding to the U.S. kindergarten to elementary school curriculum (denoted as Kā5)
LITTLELEARNER ā trainedon ā LITTLECURRICULUM
confidence 100% Ā· Training a 5B-parameter LLM from scratch on LITTLECURRICULUM yields LITTLELEARNER
LITTLECURRICULUM ā derivedfrom ā FineWeb-Edu
confidence 95% Ā· LITTLECURRICULUM is a Kā5-targeted subset of FineWeb-Edu
LITTLELEARNER ā evaluatedon ā Jeopardy
confidence 95% Ā· We validate LITTLELEARNERās ability to retrieve factual knowledge... on Jeopardy science questions
LITTLELEARNER ā evaluatedon ā MathCAMPS
confidence 95% Ā· We characterize the mathematical reasoning boundary of LITTLELEARNER using MathCAMPS
LITTLELEARNER ā adaptedvia ā SFT
confidence 90% Ā· we employ a two-stage pipeline with Supervised Fine-Tuning (SFT) followed by GRPO
LITTLELEARNER ā adaptedvia ā GRPO
confidence 90% Ā· At the GRPO stage we then ablate LITTLELEARNER
β-scaling ā affects ā LITTLELEARNER
confidence 90% Ā· Scaling model size improves performance within the modelās controlled knowledge exposure... but yields little improvement on problems requiring more advanced capabilities outside the exposure.
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Modern language models are trained on heterogeneous web-scale text corpora. Consequently, studying knowledge and skill acquisition is difficult, as prior exposure to related content is hard to characterize. To address this challenge, we introduce LITTLECURRICULUM, a curated 88B-token pretraining corpus tailored to U.S. elementary school material, explicitly excluding concepts, facts, and vocabulary taught above Grade 5. Training a 5B-parameter LLM from scratch on LITTLECURRICULUM yields LITTLELEARNER, a model with sufficient language competence for open-ended evaluation, yet with clear knowledge and capability boundaries mapped to interpretable curriculum guidelines. We release LITTLECURRICULUM and LITTLELEARNER as a developmentally restricted sandbox to study how models acquire, represent, and use data under a well-defined training scope. We illustrate the sandbox's utility in a first suite of experiments on injecting new knowledge through post-training and in-context learning. These methods let LITTLELEARNER better utilize existing knowledge, but do not raise out-of-scope capabilities. Our findings underscore the value of this controlled environment for future investigations.
Tags
Links
- Source: https://arxiv.org/abs/2608.13545v1
- Canonical: https://arxiv.org/abs/2608.13545v1
Trouble viewing inline? Open PDF directly ā
Full Text
102,763 characters extracted from source content.
Expand or collapse full text
LittleLearner: Language Models Under Pedagogically Controlled Knowledge Exposure Fanfei Li ā MPI-IS, Ellis Institute Jana Zeller ā MPI-IS, Ellis Institute, ETHZ Manuel Prada-Corral MPI-IS, Ellis Institute, ETHZ ThaddƤus Wiedemer MPI-IS, Ellis Institute Prasanna Mayilvahanan MPI-IS, Ellis Institute Ryan Cotterell ETHZ Wieland Brendel MPI-IS, Ellis Institute Ā LittleLearner Abstract Modern language models are trained on heterogeneous web-scale text corpora. Consequently, studying knowledge and skill acquisition is difficult, as prior ex- posure to related content is hard to characterize. To address this challenge, we introduceLITTLECURRICULUM, a curated 88B-token pretraining corpus tailored to U.S. elementary school material, explicitly excluding concepts, facts, and vo- cabulary taught above Grade 5. Training a 5B-parameter LLM from scratch onLITTLECURRICULUMyieldsLITTLELEARNER, a model with sufficient lan- guage competence for open-ended evaluation, yet with clear knowledge and ca- pability boundaries mapped to interpretable curriculum guidelines. We release LITTLECURRICULUMandLITTLELEARNERas a developmentally restricted sandbox to study how models acquire, represent, and use data under a well-defined training scope. We illustrate the sandboxās utility in a first suite of experiments on injecting new knowledge through post-training and in-context learning. These methods let LITTLELEARNERbetter utilize existing knowledge, but do not raise out-of-scope capabilities. Our findings underscore the value of this controlled environment for future investigations. Models and further details are available on the project page. Web-scale corpus Age-of-Acquisition Pre-Filter Curriculum-Based Classi fi cation Symbolic Filtering Frequency Sampling LittleCurriculum Kindergarten to Grade 5 (K-5) LittleLearner 8+6 is 14. Easy! Cats are mammals. Of course! ln(0) = ā1 Out of scope. Scaling Does scale extend the knowledge boundary? Post-training Can post-training move the model beyond Kā5? Educational science Which curricula transfer best? and plenty more to explore! Figure 1:LITTLECURRICULUMandLITTLELEARNERprovide a pedagogically grounded sandbox for studying model behavior under precise data constraints.LITTLECURRICULUMis an 88B-token pretraining corpus filtered from FineWeb-Edu [1] to only contain elementary school (Kā5) data. On it, we train a 5B model:LITTLELEARNER. Together, they form a well-curated sandbox to study scaling, post-training, educational science and more. ā Equal contribution. Correspondence to fanfei.li@tuebingen.mpg.de. Preprint. arXiv:2608.13545v1 [cs.CL] 13 Aug 2026 1 Introduction Modern language models acquire capabilities from massive web-scale text corpora spanning a myriad of heterogeneous sources, making their prior knowledge difficult to characterize. A growing body of evidence suggests that model behavior is strongly shaped by this pretraining exposure: data contamination can inflate benchmark performance [2ā6], phenomena such as the reversal curse reveal brittle generalization from observed facts [7], and targeted data patches are often needed to repair missing skills [e.g.,8ā10]. When prior exposure is unknown, it is difficult to determine whether methods like in-context learning or post-training lead to genuine capability growth or merely elicit knowledge or skills already present in the training data [cf. 11ā15]. Prior work has largely addressed this problem through benchmark design, using increasingly difficult or carefully curated out-of-distribution evaluations [e.g.,16,17]. While valuable, such evaluations provide only indirect control over prior exposure: novelty must be reassessed for each new evaluation, and knowledge boundaries remain difficult to conceptualize and verify. We take a complementary approach: instead of defining novelty at evaluation time, we constrain the training distribution itself. Although the cut-off date for pretraining corpora serves as an implicit temporal knowledge boundary (which Levine et al.[18]study concurrently in more detail), this only limits what information is avail- able, not the specialized vocabulary and (historical, albeit sophisticated) scientific or mathematical concepts the model sees. Instead, we focus on developmental boundaries that more directly constrain exposure, as age-level curricula provide a pedagogically grounded proxy for the concepts, language, and reasoning demands available at a given developmental stage. We instantiate this approach withLITTLELEARNER, a 5B-parameter language model trained from scratch under controlled knowledge exposure.LITTLELEARNERis trained onLITTLECURRICULUM, a developmentally constrained 88B-token corpus corresponding to the U.S. kindergarten to elementary school curriculum (denoted as Kā5), which we construct using a scalable filtering pipeline. The model and dataset form a controlled sandbox for studying how restricted pretraining exposure shapes learning and later capability growth. In particular, this allows us to study whether in-context learning (ICL) and post-training extend a modelās capabilities beyond pretraining or merely elicit latent knowledge. More broadly,LITTLELEARNERsupports principled studies of how language models acquire, transfer, calibrate, and extend knowledge under explicitly constrained pretraining exposure. Table 1:LITTLELEARNERresponds appropriately for an elementary school student compared to anUNFILTEREDbaseline. Qualitative examples on in-scope Kā5 and out-of-scope Beyond-Kā5 questions. Refer to Section D for more examples. LITTLELEARNER(only exposure to Kā5)UNFILTERED(control with unfiltered exposure) In-scope (Kā5) What is gravity? Gravity is the force that pulls everything down.Gravity is the force between any two objects that is inversely proportional to the square of the separation between them... Out-of-scope (Beyond-Kā5) What is Schrƶdingerās cat? Schrƶdingerās cat is a cat with two faces. Schrƶdingerās cat is a thought experiment in quan- tum mechanics, proposed by Austrian physicist Erwin Schrƶdinger in 1935... In summary, we provide 1. LITTLECURRICULUM, a curated 88B-token dataset to only contain elementary school (Kā5) content (Section 3.1). 2.LITTLELEARNER, a 5B model trained onLITTLECURRICULUM. The model and dataset form a sandbox for probing data acquisition, representation, and utilization within a well-defined training scope (Section 3.2). 3.First Experiments withLITTLELEARNERshowing that increased model size, post-training, and ICL do not improve out-of-scope performance far beyond training exposure, but can increase performance within scope and at the boundary (Section 4). 2 2 Related Work Knowledge Boundaries in LLMs Related work characterizes the knowledge boundary of an already-trained model [19], probing what a fixed LLM does and does not know through self- knowledge and unanswerable-question detection, confidence calibration, retrieval-augmented behav- ior shifts, and prompt-sensitivity-based formalizations [20ā23]. Operating over an opaque pretraining distribution, these methods infer the boundary after training. Our setup instead specifies it in advance by controlling the training corpus, allowing mechanisms to be interpreted against known exposure. Pretraining data dominates downstream behavior A growing body of work shows that the pretraining distribution is the primary determinant of generalization and downstream capability, with architecture and optimization playing comparatively minor roles [5,6,24,25]. Recent analyses of reinforcement learning further suggest that observed gains often elicit reasoning patterns already present in pretraining rather than introduce genuinely new capabilities [26ā28]. In the same vein, Dominguez-Olmedo et al.[4]show that training on the test task inflates benchmark scores and confounds emergent-capability claims, as exposure to the evaluation distribution becomes indistin- guishable from genuine expansion. These findings motivate our approach to explicitly constrain the pretraining distribution to cleanly separate capability acquisition from latent prior knowledge. Evaluation beyond training distribution A complementary line of work targets the same con- founder from the evaluation side, curating benchmarks designed to minimize overlap with web-scale pretraining, such as Humanityās Last Exam [29], GPQA [30], MMLU-Pro [31], and MATH-B [17]. As mentioned in Section 1, these provide only indirect control, the underlying training distribution remains opaque, and benchmarks must be continuously refreshed to stay informative. Constrained pretraining distributionsThe closest line of work directly constrains the pretraining corpus. BabyLM [32] restricts training to human-scale corpora to study sample efficiency and linguistic generalization, but restricts quantity rather than conceptual scope, leaving the model free to encounter advanced material. Concurrent work [18] imposes a temporal cutoff by training on a pre-1931 English text, yielding a clean historical boundary but no constraint on conceptual complexity within that period.LITTLECURRICULUMcomplements both by imposing a developmental cutoff: the corpus is filtered to U.S. Kā5 material along pedagogically grounded curriculum standards, giving an interpretable conceptual boundary at LLM scale. 3 Constructing theLITTLELEARNER-LITTLECURRICULUMSandbox 3.1 Constructing a Developmentally RestrictedLITTLECURRICULUM We divide the web corpus FineWeb-Edu [1] into an elementary school (Kā5) and Beyond-Kā5 subset, via multi-stage filtering that enforces constraints on knowledge, syntactic complexity, and reasoning. 3.1.1 Age-of-Acquisition Pre-filtering We begin with a lightweight rule-based filter to enforce coarse age alignment. Among several proxies for linguistic and conceptual difficulty, Age-of-Acquisition (AoA) [33] provides the strongest separation between grade levels (see Section A.1). However, 10% of the words in FineWeb-Edu are not covered by AoA. Therefore, we impute missing AoA values using a linear model over the log word frequency of Zipf WordFreq [34], leveraging the reported relationship between AoA and frequency by Kuperman et al.[33]. To be more robust to single-word outliers, we only discard samples in which more than 5% of the words exceed the target age of 12. 3.1.2 LLMJ Annotation and Classifier Training We employ LLM-as-a-judge (LLMJ) to annotate a subset of FineWeb-Edu, which serves as train- ing data for downstream classifiers. We initialize prompts based on Common Core State Stan- dards (CCSS) [35] and refine them through automatic prompt optimization using DSPy [36] and OpenEvolve [37] (see Section A.2). Note that full LLMJ annotation is prohibitively expensive: based on Gemini Flash pricing, labeling the full FineWeb-Edu dataset would cost approximately USD 46M, further motivating our multi-stage approach. 3 Raw AoA+Zipf FastText ModernBERT Symbolic Frequency Sampling 0% 20% 40% 60% 80% 100% Retention rate (%) CommonCoreText Raw AoA+Zipf FastText ModernBERT Symbolic Frequency Sampling WeeBit Beyond K-5 K-5 Figure 2: The filtering yieldingLITTLECURRICULUMconservatively enforces the Kā5 boundary. Per-stage retention of Kā5 and Beyond-Kā5 documents on CommonCoreText (left) and WeeBit (right). CommonCoreText contains CCSS-aligned reading materials (see Section A.5) used during the construction of the filtering pipeline. WeeBit is an external benchmark with grade-level labels. On both benchmarks the pipeline achieves a Beyond-Kā5 document retention of near-zero while retaining 35ā42% of Kā5 documents, reflecting a deliberate precision-first design: we sacrifice recall to obtain a sharp, interpretable knowledge boundary. 3.1.3 Curriculum-Based Classification Our filtering pipeline is centered on classifiers trained on LLMJ-annotated data. We first apply a lightweight FastText [38] classifier. For the ~266M samples whose grade band matches the AoA assignment, we apply a stronger, 50Ć more expensive ModernBERT classifier [39]. 3.1.4 Symbolic Filtering Due to the low frequency of formulas and the difficulty in learning reliable signals from LLMJ annotations, we apply a rule-based symbolic filtering step. Each document is scanned using a fixed set of regular expressions covering broad notation families, such as quadratic expressions and operator symbols (e.g., P ,Ī£, R ,ā). To prioritize precision, we conservatively filter a document upon any match, as recognizable algebraic expressions are typically Beyond-Kā5. This step removes an additional ~0.1% of documents retained after the preceding classifier stage, suggesting that symbolic filtering primarily addresses a small residual tail of notation-heavy content rather than serving as a broad mathematics filter. See Section A.3 for details. 3.1.5 Frequency Sampling The post-filter corpus is larger than our training target, allowing the final sampling stage to further tighten the exposure boundary rather than subsample uniformly. Using the grade assignments from the preceding stages, we identify terms that are disproportionately associated with Beyond-Kā5 material and remove candidate documents containing these terms. This conservative filtering step is further motivated by Ruis et al.[40], who show that models can acquire factual knowledge from sparse occurrences without degrading downstream reasoning. See Section A.4 for details. 3.1.6 Validation We validate our pipeline using CommonCoreText, a held-out ground-truth dataset constructed from publicly available recommended reading materials and textbooks paired with grade-level labels (see Section A.5). Qualitative filtered examples are provided in Section A.7 . The pipeline successfully reduces the retention of Beyond-Kā5 content to 0% while preserving ~35% of Kā5 (Figure 2, left). This low Kā5 retention reflects our deliberate precision-over-recall design:LITTLECURRICULUMis intended as a sharply-bounded corpus for controlled exposure experiments rather than an exhaustive sample of elementary school material. Importantly, this 65% rejection rate is measured on ground- truth Kā5 passages in the CommonCoreText benchmark. We adopt this precision-first design because recovering more Kā5 material from the much noisier FineWeb-Edu corpus would require relaxing the filter, thereby reducing confidence that the retained corpus respects the Beyond-Kā5 boundary. This interpretation is supported by a manual comparison of retained and removed Kā5 documents: 4 0.50.0-0.3-0.5-0.8-1.0-1.3-1.6-1.9-2.4 BT-easiness (easy hard) 0.8 0.9 1.0 1.1 BPB ( better) LittleLearner Unfiltered Gemma 2B Figure 3:LITTLELEARNERis increasingly un- familiar with more difficult text, as shown by increasing bits-per-byte (BPB) [46] on CLEAR [44]. Samples are binned by the peda- gogical Bradley-Terry easiness score [45]. ElementaryAlgebraTrigonometryCalculus 1.4 1.6 1.8 2.0 2.2 BPB ( ā better) LittleLearner Unfiltered Gemma 2B Figure 4:LITTLELEARNERis unfamiliar with higher grade mathematical content, as indi- cated by BPB on student responses from student- assistant dialogues on mathematical discourse taken from CoMTA [47]. removed passages are systematically longer and lexically more complex than retained ones. Full statistics are provided in Section A.5. As an independent check, we apply the same pipeline to WeeBit [41], an external grade-labeled corpus (Figure 2, right). The filter retains 2.48% of 6,000 Beyond-Kā5 passages; manual inspection identifies genuinely out-of-scope concepts in only three passages, corresponding to 0.05% of the Beyond-Kā5 split (the remaining content are web scraping artifacts, or content without educational value). We further conduct a corpus-wide scan using 126 Beyond-Kā5 n-grams drawn from curriculum standards, finding matches in only 0.09% of retained passages. See Section A.6 for details. LITTLECURRICULUMis a Kā5-targeted subset of FineWeb-Edu, built via a precision-first multi- stage filtering pipeline, verified on a CCSS-aligned dataset (CommonCoreText) and corroborated on an external grade-labeled corpus (WeeBit). See Figure 2. 3.2 TrainingLITTLELEARNER Using the constructed datasets, we train a 5B-parameter language model from scratch, which we call LITTLELEARNER. We follow the Qwen3 [42] architecture and pretrain the model for 100 hours on 8 NVIDIA B200 GPUs. Refer to Section B for details on model training and parameter count. 3.3 ValidatingLITTLELEARNERās Knowledge Exposure We validate the limited exposure ofLITTLELEARNERvia language complexity and performance on downstream benchmarks. We compare against a model of the same size and type trained on an unfiltered version of FineWeb-Edu (UNFILTERED) and Gemma 2B [43] as an external model of similar size, but trained on 2T instead of 80B tokens. 3.3.1 Language Familiarity Validation Linguistic ComplexityIn Figure 3 we evaluate linguistic complexity using the CLEAR dataset [44], which provides BradleyāTerry [45] easiness scores for text passages derived from expert teacher judgments.LITTLELEARNERās bits-per-byte (BPB) [46] steadily rises with increased hardness, while UNFILTEREDās and Gemma 2Bās BPB remain comparatively flat and closely track each other. This divergence can be attributed to pretraining data, sinceUNFILTEREDsharesLITTLELEARNERās training recipe but Gemma 2Bās BPB. Mathematical ComplexityWe validate a stronger mathematical familiarity on Kā5 and a limited exposure on Beyond-Kā5 on CoMTA [47] (Figure 4). This dataset captures real student responses in live tutoring sessions in different math categories, which we map to Kā5 and Beyond-Kā5 (see Section C.1). We evaluate BPB only on the student turns, making sure to specifically test the mathematical familiarity of the models. In Kā5,LITTLELEARNERreports a BPB similar to the two 5 K-5Beyond K-5 0.00 0.05 0.10 0.15 0.20 0.25 0.30 0.35 Accuracy LittleLearner Unfiltered Figure 5:LITTLELEARNERanswers Kā5 sci- entific questions but collapses on Beyond-Kā 5. Pass@1 accuracy on Jeopardy science ques- tions [48] split by NGSS-aligned grade scope. K12345678 Grade 0 20 40 60 80 100 Accuracy ā LittleLearner Unfiltered Gemma 2B Figure 6:LITTLELEARNERanswers math ques- tions on par in Kā5, but disproportionally col- lapses at higher difficulties. Pass@1 accuracy on MathCAMPS estimated from 1024 rollouts. Whsiskers indicate 95% CIs. reference models. However, in Beyond-Kā5LITTLELEARNERexhibits a growing unfamiliarity, while the unrestricted reference models remain stable. 3.3.2 Capability Validation Factual KnowledgeWe validateLITTLELEARNERās ability to retrieve factual knowledge within and beyond its training scope on Jeopardy science questions [48] divided into Kā5 and Beyond-Kā5 (see Figure 5). Gemini Flash [49] annotates each question with its corresponding NGSS (Next Generation Science Standards) curriculum strand [50]. We then split Jeopardy into questions within the NGSS Kā5 curriculum and those at the Beyond-Kā5 level.LITTLELEARNERshows a sudden drop in factual knowledge beyond its exposure horizon, whileUNFILTEREDperforms comparably across both bins. Since both models are trained using the same training recipe, this drop can be attributed to the limited knowledge available inLITTLECURRICULUM. Mathematical Reasoning We characterize the mathematical reasoning boundary of LITTLELEARNERusing MathCAMPS [51], a dataset of synthetic questions aligned with indi- vidual Common Core State Standards (CCSS) (Figure 6). We adapt the dataset for model evaluation as described in Section C.2.1. Compared withUNFILTEREDand Gemma 2B,LITTLELEARNERexhibits a disproportionately large decline in performance at higher grade levels. Increasing the sampling budget does not eliminate this gap: on Grade 8 problems, even at pass@1024,LITTLELEARNER solves fewer than half as many questions asUNFILTERED(Section C.2.3). Rather than emerging at a single grade-level threshold, the performance gap gradually widens as the difficulty of the problem increases. This trend partly reflects the limitations of grade-level CCSS labels as a proxy for problem difficulty for language models. Adjacent standards can target the same underlying operation while differing mainly in expected fluency, a distinction that is pedagogically meaningful, but may not translate meaningfully to language models. More generally,LITTLELEARNERās capabilities do not follow the ordering of a human curriculum. For example, it performs better on division by a multi-digit divisor than on division by a single-digit divisor, despite single-digit division being a prerequisite to multi-digit division in human curricula (Section C.2.2). LITTLELEARNERās abilities tightly track its controlled knowledge exposure: it performs strongly on in-scope language, math, and factual tasks, but degrades beyond this scope. See Figures 3 to 6. 4 Probing Capabilities withLITTLELEARNER LITTLELEARNERās controlled pretraining enables a direct study of whether capabilities can be extended beyond a knowledge boundary or remain tied to pretraining exposure. We use the sandbox to examine three immediate adaptation questions that are difficult to isolate in standard web-scale models: whether increased scale expands the boundary, whether post-training can move the model beyond its Kā5 scope, and whether in-context examples can recover out-of-scope Beyond-Kā5 performance. 6 0.6B1.3B5B Model size 0 25 50 75 Accuracy Grade K LittleLearner Unfiltered 0.6B1.3B5B Model size 0 8 16 24 Grade 6 0.6B1.3B5B Model size 0 5 10 15 Grade 8 Figure 7: Scaling model parameters help performance within Kā5, and at the boundary, but does not recover performance well in Beyond-Kā5 Performance of three differently sized LITTLELEARNERs andUNFILTEREDmodels on MathCAMPS. Shaded regions correspond to 95% CIs. See Figure 17 for all Grades. 4.1 Can Model Size Improve Out-of-Scope Performance? Model scale improves reasoning within the training exposure but does not meaningfully extend the modelās capability boundary. To test whether additional capacity elicits skills outside the training distribution, we trainLITTLELEARNERonLITTLECURRICULUMat 0.6B, 1.3B, and 5B parameters and evaluate each on MathCAMPS (Figure 7). Inside the exposure range scaling delivers substantial gains, and at the smallest sizeLITTLELEARNERactually outperforms theUNFILTEREDcontrol: with no high-school algebra or calculus competing for its limited capacity, the small model produces more focused reasoning traces. This specialization advantage disappears as the two models converge within Kā5 at larger sizes, but their behavior diverges sharply in Beyond-Kā5. Scaling has a partial effect at the boundary of the training exposure (Grades 6 and 7), whose problem structure still overlaps with Kā5 arithmetic, but essentially no effect on Grade 8, whose material lies fully outside LITTLECURRICULUM.LITTLELEARNERremains at floor across all three sizes. Curriculum exposure thus setsLITTLELEARNERās capability frontier, and scale operates only within it. Scaling model size improves performance within the modelās controlled knowledge exposure and extends modestly to problems along the same learning trajectory, but yields little improvement on problems requiring more advanced capabilities outside the exposure. See Figure 7. 4.2 Can Post-Training through GRPO Recover Out-of-Scope Capabilities? Both post-training on Kā5 content as well as a matched unfiltered post-training baseline are unable to recover Beyond-Kā5 performance forLITTLELEARNER. To isolate the effect of post-training with reinforcement learning (RL), we employ a two-stage pipeline with Supervised Fine-Tuning (SFT) fol- lowed by GRPO [52] (refer to Section C.4 for details). ForLITTLELEARNERwe first SFT on Kā5 data selected using our filtering pipeline from Section 3.1;UNFILTEREDis SFTād on a compute-matched unfiltered version of the same data sources. At the GRPO stage we then ablateLITTLELEARNER between questions that passed our filtering, i.e. are from Kā5 and a computed matched, unfiltered, counterpart. The same unfiltered data set is used for GRPO onUNFILTERED. Figure 8 shows Math- CAMPS performance for all three runs. Within Kā5, post-training lifts both models above their base performance with slightly larger gains forUNFILTERED. In Beyond-Kā5, post-training only modestly improvesLITTLELEARNERwhile producing considerably larger gains forUNFILTERED, widening the observed gap between the two models. Crucially, within the tested post-training budgets, we observe no difference betweenLITTLELEARNERpost-trained on Kā5 data versus Beyond-Kā5 data. This highlights that bridging the performance gap betweenLITTLELEARNERandUNFILTEREDon out-of-scope content requires more fundamental changes beyond GRPO. Post-training through GRPO significantly boosts in-scope Kā5 capabilities, but fails to recover out-of-scope Beyond-Kā5 capabilities, even when training with out-of-scope data. See Figure 8. 7 BaseSFT+GRPO 48 56 64 Accuracy K-5 Pretrain LittleLearner Unfiltered Post-training K-5 Unfiltered BaseSFT+GRPO 10 20 30 Beyond K-5 Figure 8: Post-training on unfiltered content increases Kā5 capabilities but does not overcome the Beyond-Kā5 gap Performance on MathCAMPS forLITTLELEARNERandUNFILTEREDand their post-trained versions after SFT and GRPO. Whiskers represent 95% CIs. Direct Few-shot Explanation Few-shot + Explanation 30 40 50 Accuracy K-5 LittleLearner Unfiltered Direct Few-shot Explanation Few-shot + Explanation 0 8 16 24 Beyond K-5 Figure 9: In-context learning does not recover Beyond-Kā5 capabilitiesLITTLELEARNERevaluated on MathCAMPS with Few Shot evaluation (giving three example traces for each problem category) slightly improves Kā5 performance, but not Beyond-Kā5. Adding explanations has no effect on performance. Whiskers indicate 95% CIs. See Section C.5.3 for different few-shot examples. 4.3 Can In-Context-Learning Recover Performance on Out-of-Scope tasks? We do not find that for the 5BLITTLELEARNERand the few shot and explanation setups we test, in-context learning (ICL) is able to unlock new reasoning capabilities. Using the MathCAMPS setup, we synthesize three new problems per CCSS standard (Section C.5.1). We then manually author a chain-of-thought (CoT) solution for each question, which we use as few shot examples (see Section C.5.2). Even though we observe that adding few shots steers the modelās output to be more aligned with the shots, e.g. through a shorter response (see Table 5), this steering does not lead to better reasoning abilities. In Kā5 using a few shots shows modest gains, and in Beyond-Kā5 there is no gain at all. In Section C.5.3 we ablate different ways to present the few shot examples and find that the natural hand-written examples perform the best. When we add explanations instead of few shots, we do not observe the same behavior: Model responses do not change depending on the given explanation, and so does not performance. In-context learning with the prompts we test does not unlock new reasoning capabilities in Beyond- Kā5 for our trained 5BLITTLELEARNER. See Figure 9. 4.4 What DeterminesLITTLELEARNERās Capability Ceiling? Across all three interventions we study (model scaling, post-training with SFT+GRPO, and in-context learning), we observe a consistent pattern: each lever amplifiesLITTLELEARNERās capabilities within its Kā5 exposure, but provides limited gains in Beyond-Kā5 on capabilities not well supported by pretraining. Scaling yields modest gains at the exposure boundary, but little improvement on more advanced out-of-scope material (Figure 7); ICL does not unlock new reasoning capabilities Beyond-Kā5 (Figure 9); and post-training amplifies in-scope capability for both bases but does not transfer to Beyond-Kā5, even when aLITTLELEARNERbase is post-trained on the same unrestricted 8 full-grade data that liftUNFILTEREDin Figure 8). In each case, it is the pretraining filter, rather than the intervention, that sets the effective capability ceiling in our tested settings. These findings are consistent with the line of work surveyed in Section 2, which identified the pretraining distribution as the dominant factor in downstream behavior. We view this not as a negative result but as a starting point: the same controlled exposure that exposes the limits of these standard interventions also makesLITTLELEARNER(andLITTLECURRICULUM) a useful sandbox for studying algorithms and learning paradigms that aim to expand model capabilities beyond their pretraining distribution. We sketch several such directions in the next section. 5 Exploration Avenues: Beyond the Kā5 Boundary We view theLITTLECURRICULUMāLITTLELEARNERsandbox as a playground to study how language models acquire and extend knowledge under explicit competency constraints. RL, discovery, and extrapolation RL has become a central tool for extending language model capabilities beyond pretraining, yet in standard settings it is difficult to determine whether observed gains reflect newly acquired competencies or the re-elicitation of latent pretraining knowledge [26,27]. Our setup offers a controlled alternative: because the modelās prior is restricted to Kā5 material, capabilities that emerge under RL, such as multi-digit arithmetic or multi-step algebraic reasoning, can be cleanly attributed to the RL process itself. We see two directions as particularly natural. First,LITTLELEARNERprovides a small-scale analog of frontier discovery: studying whether reward signals, verifiers, self-play, and search can drive a bounded-knowledge agent toward higher-grade or competition-level mathematics offers a tractable proxy for the broader question of whether RL can produce genuine discovery in larger models. Second, the same setting supports controlled studies of algorithmic extrapolation, where RL pushes the model beyond its training range (for instance, from small-operand arithmetic to large numbers or longer sequences), providing a clean test of whether the model has acquired procedures rather than interpolated within its taught distribution. Continual learning, interpretability, and calibrationContinual learning, interpretability, and cali- bration are difficult to study cleanly in web-scale pretrained models, where broad prior exposure blurs the line between generalization, memorization, and latent knowledge. Our setup offers a controlled alternative: sinceLITTLELEARNERās exposure is explicitly specified, behavioral and representational changes can be related more directly to the concepts introduced during training. This suggests three immediate directions. First, introducing new material such as negative numbers or algebraic notation after the initial Kā5 phase allows one to measure sample efficiency, retention, and interference between old and new knowledge. Second, the setup enables before-and-after interpretability studies, such as tracking how representations change when the model moves from whole numbers to fractions or from arithmetic expressions to symbolic equations. Third, tasks can be constructed within, near, or beyond the modelās taught scope, enabling controlled evaluation of epistemic behavior: when the model answers correctly, expresses uncertainty, abstains, or hallucinates. Educational science and humanāmodel comparison AlthoughLITTLELEARNERās boundary is defined through human curricula, it should not be interpreted as a model of a human child. Human and machine learners acquire language, concepts, and mathematical procedures through different mechanisms [51,53], and our results reflect this:LITTLELEARNERcan sometimes perform better in downstream skills than in prerequisites (see Section C.2). The developmental framing is therefore a tool for controlling exposure, not a claim of human-like development. This makes the sandbox useful as a complementary substrate for educational science: by specifying what the model has and has not seen, one can study how machines acquire skills under curriculum-like constraints and compare their trajectories to human learners along well-defined axes. For example, one could ask whether models and children require similar exposure to learn fractions, or whether they make similar errors on multi-step word problems. More broadly,LITTLELEARNERenables controlled humanāmodel comparisons of sample efficiency, prerequisite dependence, transfer, and error structure. Interactive and memory-based learning Evaluating these mechanisms in web-scale models is difficult because unknown training data obscures whether a capability is newly learned or previously memorized.LITTLELEARNERoffers a controlled alternative: since its prior exposure is fully known, mechanisms can be assessed directly. We see three promising directions: First, testing retrieval and 9 external memory to see if bounded models can reliably integrate out-of-domain content at inference. Second, using self-reflection and exploration to see how latent capabilities recombine without new data [54]. Third, studying multi-agent collaboration [20] while precisely tracking the source of newly introduced information. 6 Conclusion We introduceLITTLECURRICULUMandLITTLELEARNER, a developmentally constrained 88B-token corpus and 5B model that provide a controlled sandbox for studying knowledge acquisition. In our experiments knowledge-injection through post-training or in-context learning fail to unlock reasoning patterns or information from out-of-scope domains. Although the 5B scale is small enough for academic feasibility yet large enough for coherent production, we acknowledge that certain emergent behaviors like in-context learning may be less pronounced than at frontier scales. While our experiments instantiate this framework with Kā5 exposure and a 5B learner, the same construc- tion naturally extends to other pedagogically inspired constraints and model scales. Ultimately, LITTLECURRICULUMandLITTLELEARNERoffer the academic community a tractable foundation for moving beyond the constraints of massive uncurated pretraining and toward controlled studies of true out-of-distribution knowledge acquisition. Acknowledgements The authors would like to thank Thomas Klein, Abhinav Menon, and Florian Windbacher for useful discussions. Funded, in part, by the Collaborative Research Centre (CRC) āRobust Vision ā Inference Principles and Neural Mechanismsā of the German Research Foundation (DFG; SFB1233), project number 276693517. This work was additionally supported by the German Federal Ministry of Education and Research (BMBF): Tübingen AI Center, FKZ: 01IS18039A. WB acknowledges financial support via an Emmy Noether Grant funded by the German Research Foundation (DFG) under grant no. BR 6382/1-1 and via the Open Philanthropy Foundation funded by the Good Ventures Foundation. WB is a member of the Machine Learning Cluster of Excellence, EXC number 2064/1 ā Project number 390727645. Authors acknowledge funding by the Federal Ministry of Research, Technology and Space of Germany (BMFTR, formerly BMBF) under grant no. 01IS24085C (OPENHAFM). The authors thank the International Max Planck Research School for Intelligent Systems (IMPRS-IS) for supporting FL, TW, and PM. JZ and MPC are supported by the Max Planck ETH Center for Learning Systems. 10 References [1]Anton Lozhkov, Loubna Ben Allal, Leandro von Werra, and Thomas Wolf. FineWeb-edu: the finest col- lection of educational content, 2024,. URLhttps://huggingface.co/datasets/HuggingFaceFW/ fineweb-edu. [2]Shuo Yang, Wei-Lin Chiang, Lianmin Zheng, Joseph E. Gonzalez, and Ion Stoica. Rethinking benchmark and contamination for language models with rephrased samples, 2023. URLhttps://arxiv.org/abs/ 2311.04850. [3] Chunyuan Deng, Yilun Zhao, Xiangru Tang, Mark Gerstein, and Arman Cohan. Investigating data contamination in modern benchmarks for large language models. In Proceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers), page 8706ā8719. Association for Computational Linguistics, 2024. doi: 10.18653/v1/2024.naacl-long.482. URLhttp://dx.doi.org/10.18653/v1/2024.naacl-long. 482. [4]Ricardo Dominguez-Olmedo, Florian E. Dorner, and Moritz Hardt. Training on the test task confounds evaluation and emergence, 2025. URL https://arxiv.org/abs/2407.07890. [5]Prasanna Mayilvahanan, Roland S. Zimmermann, ThaddƤus Wiedemer, Evgenia Rusak, Attila Juhos, Matthias Bethge, and Wieland Brendel. In search of forgotten domain generalization, 2025. URL https://arxiv.org/abs/2410.08258. [6] Prasanna Mayilvahanan, ThaddƤus Wiedemer, Sayak Mallick, Matthias Bethge, and Wieland Brendel. LLMs on the line: Data determines loss-to-loss scaling laws, 2025. URLhttps://arxiv.org/abs/ 2502.12120. [7] Lukas Berglund, Meg Tong, Max Kaufmann, Mikita Balesni, Asa Cooper Stickland, Tomasz Korbak, and Owain Evans. The reversal curse: LLMs trained on "a is b" fail to learn "b is a", 2024. URL https://arxiv.org/abs/2309.12288. [8]Mengzhou Xia, Sadhika Malladi, Suchin Gururangan, Sanjeev Arora, and Danqi Chen. LESS: Selecting influential data for targeted instruction tuning, 2024. URL https://arxiv.org/abs/2402.04333. [9]Mayee Chen, Nicholas Roberts, Kush Bhatia, Jue Wang, Ce Zhang, Frederic Sala, and Christopher RĆ©. Skill-it! a data-driven skills framework for understanding and training language models. In Advances in Neural Information Processing Systems 36, NeurIPS 2023, page 36000ā36040. Neural Information Processing Systems Foundation, Inc. (NeurIPS), 2023. doi: 10.52202/075280-1562. URLhttp://dx. doi.org/10.52202/075280-1562. [10]Nicholas Lee, Thanakul Wattanawong, Sehoon Kim, Karttikeya Mangalam, Sheng Shen, Gopala Anu- manchipalli, Michael Mahoney, Kurt Keutzer, and Amir Gholami. Llm2llm: Boosting LLMs with novel iterative data enhancement. In Findings of the Association for Computational Linguistics ACL 2024, page 6498ā6526. Association for Computational Linguistics, 2024. doi: 10.18653/v1/2024.findings-acl.388. URL http://dx.doi.org/10.18653/v1/2024.findings-acl.388. [11]Chunting Zhou, Pengfei Liu, Puxin Xu, Srinivasan Iyer, Jiao Sun, Yuning Mao, Xuezhe Ma, Avia Efrat, Ping Yu, Lili Yu, Susan Zhang, Gargi Ghosh, Mike Lewis, Luke Zettlemoyer, and Omer Levy. LIMA: Less is more for alignment. In Advances in Neural Information Processing Systems 36, NeurIPS 2023, page 55006ā55021. Neural Information Processing Systems Foundation, Inc. (NeurIPS), 2023. doi: 10.52202/075280-2400. URL http://dx.doi.org/10.52202/075280-2400. [12]Sewon Min, Xinxi Lyu, Ari Holtzman, Mikel Artetxe, Mike Lewis, Hannaneh Hajishirzi, and Luke Zettlemoyer. Rethinking the role of demonstrations: What makes in-context learning work? In Yoav Goldberg, Zornitsa Kozareva, and Yue Zhang, editors, Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing, pages 11048ā11064, Abu Dhabi, United Arab Emirates, December 2022. Association for Computational Linguistics. doi: 10.18653/v1/2022.emnlp-main.759. URL https://aclanthology.org/2022.emnlp-main.759/. [13]Jane Pan, Tianyu Gao, Howard Chen, and Danqi Chen. What in-context learning ālearnsā in-context: Disentangling task recognition and task learning. In Findings of the Association for Computational Linguistics: ACL 2023, page 8298ā8319. Association for Computational Linguistics, 2023. doi: 10.18653/ v1/2023.findings-acl.527. URL http://dx.doi.org/10.18653/v1/2023.findings-acl.527. [14] Dayu Wang, Jiaye Yang, Weikang Li, Jiahui Liang, and Yang Li. Beyond alignment: Expanding reasoning capacity via manifold-reshaping policy optimization. arXiv preprint arXiv:2602.02545, 2026. 11 [15]TomĆ”s Vergara-Browne, Darshan Patil, Ivan Titov, Siva Reddy, Tiago Pimentel, and Marius Mosbach. Operationalising the superficial alignment hypothesis via task complexity. arXiv preprint arXiv:2602.15829, 2026. [16] Zhaofeng Wu, Linlu Qiu, Alexis Ross, Ekin Akyürek, Boyuan Chen, Bailin Wang, Najoung Kim, Jacob Andreas, and Yoon Kim. Reasoning or reciting? exploring the capabilities and limitations of language models through counterfactual tasks. In Proceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers), page 1819ā1862. Association for Computational Linguistics, 2024. doi: 10.18653/v1/2024.naacl-long.102. URL http://dx.doi.org/10.18653/v1/2024.naacl-long.102. [17] Prasanna Mayilvahanan, Ricardo Dominguez-Olmedo, ThaddƤus Wiedemer, and Wieland Brendel. MATH- beyond: A benchmark for RL to expand beyond the base model, 2025. URLhttps://arxiv.org/abs/ 2510.11653. [18]Nick Levine, David Duvenaud, and Alec Radford. Introducing talkie: a 13b vintage language model from 1930. April 2026. URL https://talkie-lm.com/introducing-talkie. [19]Moxin Li, Yong Zhao, Wenxuan Zhang, Shuaiyi Li, Wenya Xie, See-Kiong Ng, Tat-Seng Chua, and Yang Deng. Knowledge boundary of large language models: A survey. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), page 5131ā5157. Association for Computational Linguistics, 2025. doi: 10.18653/v1/2025.acl-long.256. URLhttp: //dx.doi.org/10.18653/v1/2025.acl-long.256. [20]Kirandeep Kaur, Xingda Lyu, and Chirag Shah. Knowing isnāt understanding: Re-grounding generative proactivity with epistemic and behavioral insight. arXiv preprint arXiv:2602.15259, 2026. [21]Saurav Kadavath, Tom Conerly, Amanda Askell, Tom Henighan, Dawn Drain, Ethan Perez, Nicholas Schiefer, Zac Hatfield-Dodds, Nova DasSarma, Eli Tran-Johnson, et al. Language models (mostly) know what they know. arXiv preprint arXiv:2207.05221, 2022. [22] Ruiyang Ren, Yuhao Wang, Yingqi Qu, Wayne Xin Zhao, Jing Liu, Hua Wu, Ji-Rong Wen, and Haifeng Wang. Investigating the factual knowledge boundary of large language models with retrieval augmentation. In Proceedings of the 31st international conference on computational linguistics, pages 3697ā3715, 2025. [23]Xunjian Yin, Xu Zhang, Jie Ruan, and Xiaojun Wan. Benchmarking knowledge boundary for large language models: A different perspective on model evaluation. In Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), page 2270ā2286. Association for Computational Linguistics, 2024. doi: 10.18653/v1/2024.acl-long.124. URLhttp: //dx.doi.org/10.18653/v1/2024.acl-long.124. [24] Moritz Hardt. The Emerging Science of Machine Learning Benchmarks. Princeton University Press, 2026. [25]Alex Fang, Gabriel Ilharco, Mitchell Wortsman, Yuhao Wan, Vaishaal Shankar, Achal Dave, and Ludwig Schmidt. Data determines distributional robustness in contrastive language image pre-training (CLIP), 2022. URL https://arxiv.org/abs/2205.01397. [26]Yang Yue, Zhiqi Chen, Rui Lu, Andrew Zhao, Zhaokai Wang, Yang Yue, Shiji Song, and Gao Huang. Does reinforcement learning really incentivize reasoning capacity in LLMs beyond the base model?, 2025. URL https://arxiv.org/abs/2504.13837. [27]Rosie Zhao, Alexandru Meterez, Sham Kakade, Cengiz Pehlevan, Samy Jelassi, and Eran Malach. Echo chamber: RL post-training amplifies behaviors learned in pretraining, 2025. URLhttps://arxiv.org/ abs/2504.07912. [28]Charlie Zhang, Graham Neubig, and Xiang Yue. On the interplay of pre-training, mid-training, and RL on reasoning language models, 2025. URL https://arxiv.org/abs/2512.07783. [29]Long Phan, Alice Gatti, Nathaniel Li, Adam Khoja, Ryan Kim, Richard Ren, Jason Hausenloy, Oliver Zhang, Mantas Mazeika, Dan Hendrycks, Ziwen Han, Josephina Hu, Hugh Zhang, Chen Bo Calvin Zhang, Mohamed Shaaban, John Ling, Sean Shi, Michael Choi, Anish Agrawal, Arnav Chopra, Aakaash Nattanmai, Gordon McKellips, Anish Cheraku, Asim Suhail, Ethan Luo, Marvin Deng, Jason Luo, Ashley Zhang, Kavin Jindel, Paek, et al. A benchmark of expert-level academic questions to assess AI capabilities. Nature, 649(8099):1139ā1146, 1 2026. ISSN 1476-4687. doi: 10.1038/s41586-025-09962-4. URL http://dx.doi.org/10.1038/s41586-025-09962-4. [30]David Rein, Betty Li Hou, Asa Cooper Stickland, Jackson Petty, Richard Yuanzhe Pang, Julien Dirani, Julian Michael, and Samuel R Bowman. Gpqa: A graduate-level google-proof q&a benchmark. arXiv preprint arXiv:2311.12022, 2023. 12 [31] Aaran Arulraj, Abhranil Chandra, Wenhu Chen, Rongqi Fan, Shiguang Guo, Xuan He, Ziyan Jiang, Max Ku, Tianle Li, Xueguang Ma, Yuansheng Ni, Weiming Ren, Kai Wang, Yubo Wang, Xiang Yue, Ge Zhang, and Alex Zhuang. MMLU-pro: A more robust and challenging multi-task language understanding benchmark. In Advances in Neural Information Processing Systems 37, NeurIPS 2024, page 95266ā95290. Neural Information Processing Systems Foundation, Inc. (NeurIPS), 2024. doi: 10.52202/079017-3018. URL http://dx.doi.org/10.52202/079017-3018. [32]Alex Warstadt, Leshem Choshen, Aaron Mueller, Adina Williams, Ethan Wilcox, and Chengxu Zhuang. Call for papers ā the BabyLM challenge: Sample-efficient pretraining on a developmentally plausible corpus, 2023. URL https://arxiv.org/abs/2301.11796. [33] Victor Kuperman, Hans Stadthagen-Gonzalez, and Marc Brysbaert. Age-of-acquisition ratings for 30,000 english words. Behavior Research Methods, 44(4):978ā990, 5 2012. ISSN 1554-3528. doi: 10.3758/ s13428-012-0210-4. URL http://dx.doi.org/10.3758/s13428-012-0210-4. [34] Robyn Speer. rspeer/wordfreq: v3.0, 9 2022,. URL https://doi.org/10.5281/zenodo.7199437. [35] National Governors Association and CCSSO.Common core state standards.https://w. corestandards.org/, 2010. Washington, DC. [36]Omar Khattab, Arnav Singhvi, Paridhi Maheshwari, Zhiyuan Zhang, Keshav Santhanam, Sri Vardhamanan, Saiful Haq, Ashutosh Sharma, Thomas T. Joshi, Hanna Moazam, Heather Miller, Matei Zaharia, and Christopher Potts. DSPy: Compiling declarative language model calls into self-improving pipelines. 2024. [37]Asankhaya Sharma. OpenEvolve: an open-source evolutionary coding agent, 2025. URLhttps:// github.com/algorithmicsuperintelligence/openevolve. [38] Armand Joulin, Edouard Grave, Piotr Bojanowski, and Tomas Mikolov. Bag of tricks for efficient text classification. In Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics: Volume 2, Short Papers, page 427ā431. Association for Computational Linguistics, 2017. doi: 10.18653/v1/e17-2068. URL http://dx.doi.org/10.18653/v1/e17-2068. [39] Benjamin Warner, Antoine Chaffin, Benjamin ClaviĆ©, Orion Weller, Oskar Hallstrƶm, Said Taghadouini, Alexis Gallagher, Raja Biswas, Faisal Ladhak, Tom Aarsen, Nathan Cooper, Griffin Adams, Jeremy Howard, and Iacopo Poli. Smarter, better, faster, longer: A modern bidirectional encoder for fast, memory efficient, and long context finetuning and inference, 2024. URLhttps://arxiv.org/abs/2412.13663. [40]Laura Ruis, Maximilian Mozes, Juhan Bae, Siddhartha Rao Kamalakara, Dwarak Talupuru, Acyr Locatelli, Robert Kirk, Tim RocktƤschel, Edward Grefenstette, and Max Bartolo. Procedural knowledge in pretraining drives reasoning in large language models. arXiv preprint arXiv:2411.12580, 2024. [41] Sowmya Vajjala and Detmar Meurers. On improving the accuracy of readability classification using insights from second language acquisition. In Proceedings of the Seventh Workshop on Building Educational Applications Using NLP, pages 163ā173, MontrĆ©al, Canada, 6 2012. Association for Computational Linguistics. URL https://aclanthology.org/W12-2019/. [42] An Yang, Anfeng Li, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Gao, Chengen Huang, Chenxu Lv, Chujie Zheng, Dayiheng Liu, Fan Zhou, Fei Huang, Feng Hu, Hao Ge, Haoran Wei, Huan Lin, Jialong Tang, Jian Yang, Jianhong Tu, Jianwei Zhang, Jianxin Yang, Jiaxi Yang, Jing Zhou, Jingren Zhou, Junyang Lin, Kai Dang, Keqin Bao, Kexin Yang, Le Yu, Lianghao Deng, Mei Li, Mingfeng Xue, Mingze Li, Pei Zhang, Peng Wang, Qin Zhu, Rui Men, Ruize Gao, Shixuan Liu, Shuang Luo, Tianhao Li, Tianyi Tang, Wenbiao Yin, Xingzhang Ren, Xinyu Wang, Xinyu Zhang, Xuancheng Ren, Yang Fan, Yang Su, Yichang Zhang, Yinger Zhang, Yu Wan, Yuqiong Liu, Zekun Wang, Zeyu Cui, Zhenru Zhang, Zhipeng Zhou, and Zihan Qiu. Qwen3 technical report, 2025. URL https://arxiv.org/abs/2505.09388. [43]Gemma Team, Morgane Riviere, Shreya Pathak, Pier Giuseppe Sessa, Cassidy Hardin, Surya Bhupatiraju, LĆ©onard Hussenot, Thomas Mesnard, Bobak Shahriari, Alexandre RamĆ©, et al. Gemma 2: Improving open language models at a practical size. arXiv preprint arXiv:2408.00118, 2024. [44] Scott Crossley, Aron Heintz, Joon Suh Choi, Jordan Batchelor, Mehrnoush Karimi, and Agnes Malatinszky. A large-scaled corpus for assessing text readability. Behavior Research Methods, 55(2):491ā507, 3 2022. ISSN 1554-3528. doi: 10.3758/s13428-022-01802-x. URLhttp://dx.doi.org/10.3758/ s13428-022-01802-x. [45] Ralph Allan Bradley and Milton E. Terry. Rank analysis of incomplete block designs: I. the method of paired comparisons. Biometrika, 39(3/4):324, 12 1952. ISSN 0006-3444. doi: 10.2307/2334029. URL http://dx.doi.org/10.2307/2334029. 13 [46]Linting Xue, Aditya Barua, Noah Constant, Rami Al-Rfou, Sharan Narang, Mihir Kale, Adam Roberts, and Colin Raffel. Byt5: Towards a token-free future with pre-trained byte-to-byte models. Transactions of the Association for Computational Linguistics, 10:291ā306, 2022. ISSN 2307-387X. doi: 10.1162/tacl_a_ 00461. URL http://dx.doi.org/10.1162/tacl_a_00461. [47]Khan Academy. CoMTA: Conversation-Based Math Tutoring Accuracy Dataset.https://github.com/ Khan/tutoring-accuracy-dataset/blob/main/CoMTA_dataset.json, 2024. GitHub repository. Accessed: 2026-04-28. [48]Pavle Tunguz.200,000+ jeopardy! questions.https://w.kaggle.com/datasets/tunguz/ 200000-jeopardy-questions, 2019. Accessed: 2026-05-01. [49] Google DeepMind. Gemini 2.5 Flash and native capabilities ā audio & image model card.https:// storage.googleapis.com/deepmind-media/Model-Cards/Gemini-2-5-Flash-Model-Card. pdf, 2025. Accessed: 2026-01-09. [50]NGSS Lead States. Next Generation Science Standards: For States, By States. National Academies Press, Washington, DC, 2013. [51]Shubhra Mishra, Gabriel Poesia, and Noah D Goodman. From next-token to mathematics: The learning dynamics of mathematical reasoning in language models. arXiv preprint arXiv:2407.00900, 2024. [52] Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhang, Y K Li, Y Wu, and Daya Guo. DeepSeekMath: Pushing the limits of mathematical reasoning in open language models. arXiv preprint arXiv:2402.03300, 2024. [53]Tyler A. Chang and Benjamin K. Bergen. Word acquisition in neural language models. Transactions of the Association for Computational Linguistics, 10:1ā16, 2022. ISSN 2307-387X. doi: 10.1162/tacl_a_00444. URL http://dx.doi.org/10.1162/tacl_a_00444. [54]Kirandeep Kaur, Vinayak Gupta, Aditya Gupta, and Chirag Shah. The proper approach to proactivity: Benchmarking and advancing knowledge gap navigation. arXiv preprint arXiv:2601.09926, 2026. [55] Rudolph Flesch. A new readability yardstick. Journal of Applied Psychology, 32(3):221ā233, 1948. ISSN 0021-9010. doi: 10.1037/h0057532. URL http://dx.doi.org/10.1037/h0057532. [56]Edgar Dale and Jeanne S Chall. A formula for predicting readability: Instructions. Educational research bulletin, pages 37ā54, 1948. [57] Charles Browne and Brent Culligan.The new academic word list.http://w. newgeneralservicelist.org, 2013. Retrieved from http://w.newgeneralservicelist.org. [58]Smart Data Analytics. Wikipedia TF-IDF Dataset.https://github.com/SmartDataAnalytics/ Wikipedia_TF_IDF_Dataset, 1 2020. Pre-computed IDF statistics over 5,989,879 English Wikipedia articles from the 2020-01-01 Wikipedia dump. MIT License. Accessed 2026-05-06. [59]Marc Brysbaert and Boris New. Moving beyond ku Ė cera and francis: A critical evaluation of current word frequency norms and the introduction of a new and improved word frequency measure for american english. Behavior Research Methods, 41(4):977ā990, 2009. doi: 10.3758/BRM.41.4.977. URLhttps: //w.ugent.be/p/experimentele-psychologie/en/research/documents/subtlexus. [60] Mohammad Shoeybi, Mostofa Patwary, Raul Puri, Patrick LeGresley, Jared Casper, and Bryan Catanzaro. Megatron-LM: Training multi-billion parameter language models using model parallelism. arXiv preprint arXiv:1909.08053, 2019. [61] Keller Jordan, Yuchen Jin, Vlado Boza, You Jiacheng, Franz Cesista, Laker Newhouse, and Jeremy Bern- stein. Muon: An optimizer for hidden layers in neural networks, 2024. URLhttps://kellerjordan. github.io/posts/muon/. [62]Zengzhi Wang, Fan Zhou, Xuefeng Li, and Pengfei Liu. OctoThinker: Mid-training incentivizes reinforce- ment learning scaling. arXiv preprint arXiv:2506.20512, 2025. Preprint. [63] Karl Cobbe, Vineet Kosaraju, Mohammad Bavarian, Mark Chen, Heewoo Jun, Lukasz Kaiser, Matthias Plappert, Jerry Tworek, Jacob Hilton, Reiichiro Nakano, Christopher Hesse, and John Schulman. Training verifiers to solve math word problems. arXiv preprint arXiv:2110.14168, 2021. 14 Contents A Further Details on the Dataset Filtering Pipeline15 A.1 Rule Based Pre-Filtering . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .15 A.2 LLM-J . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .16 A.3 Symbolic Filtering . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .17 A.4 Frequency Sampling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .18 A.5 CommonCoreText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .19 A.6 Independent Leakage Checks . . . . . . . . . . . . . . . . . . . . . . . . . . . . .19 A.7 Examples of Dropped Samples per Filtering Stage . . . . . . . . . . . . . . . . . .20 B Details on Model Training24 C Further Evaluation Details24 C.1 Mathematical Reasoning with CoMTA . . . . . . . . . . . . . . . . . . . . . . . .24 C.2 Mathematical Reasoning with MathCAMPS . . . . . . . . . . . . . . . . . . . . .25 C.3 Details on Scaling Experiments . . . . . . . . . . . . . . . . . . . . . . . . . . . .27 C.4 Details on Post-Training Experiments . . . . . . . . . . . . . . . . . . . . . . . .27 C.5 Details on ICL Experiments . . . . . . . . . . . . . . . . . . . . . . . . . . . . .28 D More Qualitative Examples30 E Existing Assets, Licenses, and Terms of Use32 A Further Details on the Dataset Filtering Pipeline A.1 Rule Based Pre-Filtering Comparison of Rule-Based Metrics on CommonCoreText We evaluate different rule based metrics to pre-sort FineWeb-Edu (see Figure 10) and observe that among all tested rule based approaches AoA gives the highest signal. We test different readability metrics (Flesch-Kincaid [55], Dale-Chall [56]), as well as simple linguistic metrics (Type Token Ratio, Average Sentence / Word Length) and frequency metrics through the New Academic Word List (NAWL) [57] and IDF scores from Wikipedia [58]. Throughout all tested rule-based metrics, we observe that AoA leads to the best explanation of different grade bands. However, it still does not explain the separation nearly well enough, and therefore we utilize a multi-stage approach. Filling In AoA Scores with Word FrequenciesSince Kuperman et al.[33]report a high correlation between AoA scores and word frequency metrics, we check which word frequency metric is most aligned with AoA and also adds enough additional words to reduce the out of vocabulary (OOV) words from 10% from AoA alone. Although the word frequencies of SUBTLEX-US [59] are the most aligned with AoA scores, 2.5% of all words remain OOV. Since this corpus consists of spoken text, the most frequent OOV words correspond to common written or web-specific artifacts, like w, uk, or facebook. The word frequencies from Wikipedia cover most words that occur in FineWeb-Edu (leaving only 0.23% OOV). However, the alignment with AoA is low. Therefore, we substitute missing AoA scores with WordFreq Zipf, as the tradeoff between alignment with AoA and new word coverage is the best (see Figure 11). OOV Words for AoA + Zipf The most frequent words that do not appear in Zipf and AoA in (a subset) of FineWeb-Edu are reported in Table 2. 15 K5K8K12OOS 0 10 20 30 40 FleschKincaid Grade ( ² = 0.164) K5K8K12OOS 5.0 7.5 10.0 12.5 15.0 17.5 20.0 DaleChall Score ( ² = 0.230) K5K8K12OOS 0.2 0.4 0.6 0.8 Type-Token Ratio ( ² = 0.106) K5K8K12OOS 0 20 40 60 80 100 Avg Sentence Length (words) ( ² = 0.010) K5K8K12OOS 3.5 4.0 4.5 5.0 5.5 6.0 Avg Word Length (chars) ( ² = 0.113) K5K8K12OOS 0.00 0.05 0.10 0.15 0.20 NAWL Coverage ( ² = 0.157) K5K8K12OOS 3 4 5 6 Mean Wikipedia IDF ( ² = 0.027) K5K8K12OOS 4 6 8 10 12 14 16 p95 AoA (years) ( ² = 0.413) K5K8K12OOS Figure 10: Age-of-Acquisition gives the clearest signal for underlying Grade band Evaluating different rule-based metrics on our CommonCoreText reveals that AoA is the best fit. K5 refers to Kā5, K8 to middle school, K12 to high school and OOS to out-of-scope, i.e. beyond school level. 2468 WordFreq Zipf (Zipf frequency) 5 10 15 20 25 AoA (years) r = -0.453 n = 50,142 0.02.55.07.510.012.515.0 Wikipedia IDF (IDF) 5 10 15 20 AoA (years) r = +0.334 n = 51,548 0123456 SUBTLEX-US Lg10WF (log10 frequency) 0 5 10 15 20 AoA (years) r = -0.541 n = 50,954 Figure 11: At higher word coverage Word Freq Zipf gives the best trade-off between more word coverage and alignment to AoA A.2 LLM-J LLM-J SetupOur LLM-J pipeline classifies a text snippet into one of four grade bands (elementary school, middle school, high school, out-of-scope) by majority voting over multiple prompts queried from Gemini 3 Flash. We instantiate three seed prompts targeting orthogonal signals: language complexity, context complexity, and a subject-aggregated prompt covering math, life science, physical science, and earth/space science. All three are then optimized independently with OpenEvolve [37] for 50 iterations using Gemini 3 Flash as both the task and evolution model, with a precision- on-validation fitness signal. As an alternative regime, we also optimize a single chain-of-thought aggregated prompt with DSPyās GEPA optimizer [36] (auto=medium, GPT-5 as reflection model, seed 42). All judge calls use temperature 0 and a 1024-token cap. Voting takes the majority label across the three setups (seed, OpenEvolve, DSPy); ties are broken toward the higher grade, since under-classification (e.g. surfacing high school content to a Kā5LITTLELEARNER) is more harmful than over-classification. We additionally evaluated (i) in-context learning, adding two labeled examples per grade band to each prompt, and (i) confidence-weighted voting, where each vote is weighted by the judgeās self-reported confidence (Figure 12). ICL matches the no-ICL setup in both accuracy and Kā5 precision at roughly 2Ćthe cost; the reported confidences were poorly calibrated and confidence-weighting did not improve over uniform majority vote. We also compared per-subject prompts against the aggregated prompt and found no significant accuracy difference, so we kept the aggregated form. 16 TokenFrequency (Percentage of Tokens) chatgpt0.0031 mohill0.0026 doacs0.0017 sgas 0.0016 phenprocoumon0.0016 shatavari0.0016 calfresh0.0014 necrozoospermia0.0014 srpf0.0013 fgas0.0012 Table 2: The most out of vocabulary words for Zipf + AoA correspond to neologisms, mis- spellings or highly specialized terms We report the 10 most frequent out of vocabulary words for both AoA and Zipf on a subsample of FineWeb-Edu. SubjectAggregatedOpenEvolveDSPy/GEPAICLConfidence-weighted 0.0 0.2 0.4 0.6 0.8 K5 precision Figure 12: No tested LLM-J method on Gemini 3 Flash vastly outperforms any other Since no tested LLM-J method vastly outperforms the others, we train classifiers on different labeled datasets and go with the setup yielding the best performing classifier. Refer to Figure 13. The per-sample inference cost is $0.0014 for the OpenEvolve ensemble and $0.0017 for the single GEPA-optimized prompt, versus $0.0035 for the unoptimized seed prompts. This yields a total cost of $0.0066 per sample for the entire ensemble or $45,870,000 for all 6.95B samples in FineWeb-Edu. LLM-J Ablations with Training of Classifiers We compare single-judge labeling, specifically the Gemini-only setup with agreement across prompt variants, to cross-model aggregation based on GeminiāLlama agreement under multiple prompt variants. Single-judge setup (1) achieves the highest accuracy and lowest under-classification among all labeling setups in Figure 13. We hypothesize that cross-model agreement removes ambiguous but informative examples near the decision boundary. LLM-J Safety FilteringWe also evaluate a safety adjustment that promotes predictions to higher grades when the cumulative probability mass above a threshold exceeds class-specific values. Al- though this reduces under-classification, it does not improve overall reliability and degrades class- specific recall (Figure 14). We therefore retain the unadjusted predictions in the main results. A.3 Symbolic Filtering Table 3 summarizes the notation families covered by the symbolic filter. Formal notation is sparse in the corpus, so the earlier lexical and semantic classifiers have limited evidence for learning these signals from LLMJ annotations. We therefore use high-precision rules for structured symbolic configurations, such as equations, exponents, roots, inequalities, functions, and calculus operators, rather than isolated symbols. Across all symbolic patterns, the removal rate is approximately ~0.1% of the corpus after Modern- BERT classification. The largest categories removed are polynomial expressions, exponent notation, and multi-variable equations, which are precisely the cases in which Beyond-Kā5 content relies 17 123456 0 10 20 30 40 50 Accuracy (%) 123456 0 5 10 15 20 25 30 Under-classification (%) Labeling setups 1.Gemini intra-judge (orig + OE + DSPy) 2.Llama Ć Gemini, original prompts 3.Llama Ć Gemini, OpenEvolve prompts 4.Llama Ć Gemini, DSPy prompts 5.Gemini OpenEvolve only 6.Any-2-agree over 4 LlamaĆGemini pairs Single-judge (Gemini-only)Cross-model (Gemini Ć Llama) Figure 13: The single-judge Gemini setup (1) outperforms cross-model agreement on both accuracy (ā) and under-classification (ā) 051015202530 Under-classification (%) 25 30 35 40 45 50 Accuracy (%) 1 2 3 4 5 6 K 5 (elementary) 6 8 (middle school) 9 12 (high school) OOS 0 20 40 60 80 100 Recall (%) Labeling setups 1.Gemini intra-judge (orig + OE + DSPy) 2.Llama Ć Gemini, original prompts 3.Llama Ć Gemini, OpenEvolve prompts 4.Llama Ć Gemini, DSPy prompts 5.Gemini OpenEvolve only 6.Any-2-agree over 4 LlamaĆGemini pairs UnadjustedSafety-adjusted Figure 14: The safety adjustment trades under-classification gain for a large accuracy loss and collapses recall on Kā5 and 6ā8 content on formal notation rather than advanced vocabulary. The low removal rate indicates that this stage functions as a narrow cleanup pass rather than a general mathematics detector. A.4 Frequency Sampling Since the retained pool contains roughly 100B tokens, exceeding our 80B-token training target, we use the final sampling stage to tighten the exposure boundary rather than uniformly subsampling the retained documents. We use corpus frequency statistics to identify terms that are disproportionately associated with Beyond-Kā5 material and preferentially exclude candidate documents that contain them. For each termw, we compute a contrastive frequency-ratio score between the retained Kā5 pool and the Beyond-Kā5 pool: score(w) = log 2 rate Beyond-Kā5 (w) rate Kā5 (w) ,rate(w) = count(w) total tokens . A positive score indicates thatwis more characteristic of Beyond-Kā5 material. We discard terms below a minimum frequency threshold to avoid unstable scores from rare strings. The remaining high-scoring terms are compiled into a rank-ordered blocklist, which is used to downsample candidate documents only in the final sampling stage. 18 Table 3: Symbolic notation families targeted by the rule-based filter The table shows representative matches; each category also includes equivalent unicode, L A T E X, and textual variants where applicable. CategoryExamplesPattern coverage Equations2x + 3 = 7,ax + by = c,x 2 + 2xSingle-variable algebra, multi-variable equations, and polynomial forms Exponentsx 2 , x n , 5 3 Caret, L A T E X, unicode, digit-base and programming-style Roots ā x, n ā x, x 1/3 Square roots, cube roots,n-th roots, cbrt(, and root word forms Inequalitiesa < x < b, a⤠x⤠bChained comparisons with<,>,ā¤, andā„ Calculus/operators P , R , ā,āSummation, integrals, partial deriva- tives, infinity, and advanced L A T E X commands Functionsf(x), g(y), h(z)Restricted tof /g/hwith arguments x/y/z A.5 CommonCoreText Construction We evaluate the filtering pipeline on CommonCoreText, a held-out benchmark of 460 passages sampled from textbooks and reading materials aligned with CCSS [35]. Each passage is associated with a grade level and subject category from the source curriculum. The benchmark spans two domains: science (including mathematics, physical science, life science, and space science), and literature. The corpus includes a mixture of curriculum-aligned materials (e.g., grade-level textbooks, science coursework, and standardized assessment content), as well as canonical literary texts drawn from CCSS exemplar and recommended reading lists (e.g., Aliceās Adventures in Wonderland, Charlotteās Web, 1984, Macbeth), ensuring coverage across both instructional and narrative text types. This benchmark is held out from classifier training and is used exclusively to evaluate retention and specificity. Kā5 retained vs. removed analysis Table 4 reports summary statistics for retained and removed Kā5 passages after filtering. Removed Kā5 passages are consistently longer and more lexically complex than the retained passages, with the median length nearly doubling (115 to 205 words). This pattern aligns with the precision-oriented design of the pipeline, favoring simpler and clearly in-scope content. Table 4: Summary statistics for retained and removed Kā5 passages after filtering. RetainedRemoved Word count (median)115205 Word count (mean)150228 Avg. sentence length (words)13.321.7 Long words (ā„7 chars)12.3%18.0% A.6 Independent Leakage Checks Filtering on WeeBit To test whether our filterās specificity holds outside CommonCoreText, we apply the full filtering pipeline without retuning to WeeBit [41], a standard external readability corpus of graded educational texts consisting of Weekly Reader articles for younger grades and BBC Bitesize revision pages for older UK school stages (KS3/GCSE). WeeBit provides a clear gap around our boundary: Grades 2ā4 (2,218 passages) and Grades 6ā10 (6,000 passages). The retention rate on WeeBit provides a conservative upper bound on leakage: of the 6,000 Beyond-Kā5 passages, our filter retains only 2.48%, rejecting over 97% of Beyond-Kā5 text drawn from a corpus not used during filter development. Upon manual inspection, approximately half of these retained samples 19 are web-scraping artifacts, and approximately a quarter consist of simple narrative prose. Of the remaining educational text, only three passages contain clearly out-of-scope concepts: fractions, exterior angles of polygons, and negative temperatures. These three passages correspond to 0.05% of the full Beyond-Kā5 split. N-gram overlap of out-of-scope conceptsTo complement the WeeBit [41] evaluation, we conduct a corpus-level terminology audit. We compile 126 Grade-6+ technical n-grams drawn verbatim from the Common Core Standards for Mathematics and English Language Arts and the Next Generation Science Standards. The list is restricted to multi-word phrases (e.g., ākinetic energy,ā ātextual evidence,ā and āPythagorean theoremā) and excludes n-grams sharing vocabulary with the pipelineās blocklist, keeping the audit separate from the filtering rules. Scanning the retained corpus, we find that only 0.09% of passages contain at least one match. Together, these checks provide complementary evidence that Beyond-Kā5 leakage through the filtering pipeline is limited. A.7 Examples of Dropped Samples per Filtering Stage We report examples of discarded documents per filtering stage. AoA Pre-filtering drops texts that are clearly outside the knowledge cutoff, discussing topics like neurology and cardiology. The FastText and ModernBert classifiers discard text with longer sentences, as well as discussing topics like the Gardner algorithm that are outside the knowledge cutoff. The Symbolic Filtering specifically filters for mathematical symbols that are outside the knowledge cutoff like exponents, and roots. Finally, frequency sampling makes sure that we sample from the middle of the remaining distribution. Step1: AoA Pre-filtering Example 1: In neuroscience, neuromodulation is the process in which several classes of neurotransmitters in the nervous system regulate diverse populations of neurons (one neuron uses different neurotransmitters to connect to several neurons). As opposed to direct synaptic transmission, in which one presynaptic neuron directly influences a postsynaptic partner (one neuron reaching one other neuron), neuromodulatory transmitters secreted by a small group of neurons diffuse through large areas of the nervous system, having an effect on multiple neurons. Examples of neuromodulators include dopamine, serotonin, acetylcholine, histamine and others. A neuromodulator is a relatively new concept in the field, and it can be conceptualized as a neurotransmitter that is not reabsorbed by the pre-synaptic neuron or broken down into a metabolite. Such neuromodulators end up spending a significant amount of time in the CSF (cerebrospinal fluid), influencing (or modulating) the overall activity level of the brain. For this reason, some neurotransmitters are also considered as neuromodulators. Examples of neuromodulators in this category are serotonin and acetylcholine. [...] Neuromodulation Other Uses Neuromodulation also refers to a medical procedure used to alter nervous system function for relief of pain. It consists primarily of electrical stimulation, lesioning of specific regions of the nervous system, or infusion of substances into the cerebrospinal fluid. Electrical stimulation are devices such as Spinal Cord Stimulators (SCS) (surgically implanted) or transcutaneous electrical nerve stimulation devices (externally placed). 20 Example 2: Musings in the life of an internist, cardiologist and cardiac electrophysiologist. Send them to the ER! I think it is aortic aneurysm or mediastinal mass. It also shows hyperaeration which reflect chronic lung disease and possible smoking history which increase the risk of aneurysm or lung cancer. I also concern about right lower lobe patchy infiltrate, blunting of left costophrenic angle and haziness in right upper lung field close to mediastinum. Iām amazed to see "an asymptomatic patient" was hooked with telemetry and got portable CXR rather than regular PA and lateral which would yield much more information.More history and physical exam, previous CXR and obtaining CXR PA and lateral should help. Is that the apex of the heart sticking up to the left? It looks like the cardiac shadow is sideways. I donāt read xrays but is the diaphragm in the right place? Is "something" pushing the heart up and to the left? Do a needle biopsy in the office. Itās not every day you see a descending aortic aneurism that exceeds 8 cm in diameter (confirmed by CT).Needless to say, we didnāt do an atrial flutter ablation until the aneurism was addressed and no office-based needle biopsy was performed.:) Post a Comment Step 2: FastText Classification Example 1: First of all, I currently use a copper immersion chiller to cool my wort. It works, but takes at least 30 minutes to get below 100 and then i transfer and put it in my fermentation chamber till i reach pitching temp. I am hoping to get a March Pump (like this but open to other recomendations http://goo.gl/Uo3pS) with the idea that i would pair this with a plate chiller in order to reduce the cooling time. Iāve never seen one in action, so my question is this: Do i need more equipment (other than hoses) beyond the plate chiller and pump to chill my wort? I already have a 1/2" ball valve off my keggle with a false bottom, so i expect all i need to do is get a hose from this valve down to the pump, out of the pump into the chiller, out of the chiller to the carboy. Am I missing anything? A Hopback? Any sage advice would be appreciated. Example 2: You have 12 coins, one of which is counterfeit, and a balance pan scale. The fake coin may be identified by the fact that itās weight is different from the 11 genuine coins. Can you identify the counterfeit coin and whether it is heavier or lighter in three Background & Techniques This is an old problem with lots of literature available on the web. The best reference is probably from one of Martin Gardnerās Mathematical Recreations columns published in Scientific American magazine about 40 years ago. It apparently was reprinted in book form in "Sixth Book of Mathematical Games from Scientific American" which is unfortunately out of print. I have copied a pretty good summary of the algorithm from the 21 alt.rec.puzzles newsgroup to this page: This program implements the Gardner algorithm to solve the problem (or check your solution) for this problem or the simpler case when you know whether the coin is heavy or light. . [...] Notes for Programmers A TScale object descended from TImage is used to define the scale drawing methods and the animation depending on the relative weights of the pans. An OnCountWeighing exit is used to inform the parent program when a weighing should be counted. A weighibg is ciunted whenever the number of weights in each pan is moved the TScale definition stuff to a unit named U_Scale just to simplify browsing the main form unit, U_Counterfeit. U_Counterfeit contains everything else required to let the user select problem type and number of coins, and to drag the coins to and from the balance pans and to the answer box. The CheckMinMoves function provided the most challenge. It implements the Gardner algorithms and builds the "cheat sheet" answer form, ResultsForm defined in the U_Results unit. This form is built whenever the problem type or number of coins changes, but remains hidden until the user click the "Show me button. 600+ lines of code in U_Counterfeit and 300+ lines in U_Scale are enough to put this well into the Advanced category, but aside from CheckMinMoves, nothing is very complex, just a lot of it. Step 3: ModernBERT Classification Example 1: When my son decided to stick a Lego up his nose earlier this summer requiring a trip to the emergency room, a lot of questions swirled through my mind: Is this normal? Why did he do this? Should I ban Legos from the house? Then in early August a boy in Utah made headlines for having a Lego wheel removed from his nose. Apparently it had been there for years, causing breathing and sleeping problems. All this activity got me wondering ā whatās the deal with kids jamming stuff up their noses? "This is how children investigate their environment," said Dr. Jonathan Powell, a pediatrician with Resurrection Medical Group in Chicago. "When they are babies, they stick everything in their mouth. As they get a little older, they try other places. Itās very common." Dr. Michael Pitt, the director of the Pediatric Convenient Care Clinic at Lurieās Childrenās Hospital of Chicago, said this happens most often in kids between the ages of one and six. "I think thereās a misconception that boys do this more than girls but thatās not the case," Pitt said. "For items found in the ears, itās equal between girls and boys, but for the nose, itās 2 to 1 (ratio) girls." [...] Donāt pretend youāre an expert. "If something is lodged in the nose, the first thing you can do is close their mouth and blow hard in the other nostril," Powell said. "Make sure they are sitting up and leaning forward. If that doesnāt work, however, donāt try anything else and get professional help 22 immediately." "Assume itās an emergency if you donāt know what the item is thatās gotten stuck," Pitt said. "A vast majority of the time the first line medical team can take care of it. You donāt want to be taking out the tweezers and try to do this yourself. You could put it further up there and really make things worse." Example 2: Interactive Tool:How Bad Are Your Urinary Symptoms From Benign Prostatic Hyperplasia (BPH)? BPH can be a bother, but it is usually not a serious health problem. If you are concerned about your symptoms, talk to your doctor about your options. They may include: - Small changes to your lifestyle and urination habits, plus regular checkups to make sure that the problem is not changing or getting worse. - Medicines to help reduce your symptoms. - Surgery to help correct the problem and reduce your symptoms. The main thing that helps you decide if and how to treat your symptoms is how much the symptoms bother you, not what your score is. To learn more, see these topics: - Reference Benign Prostatic Hyperplasia (BPH) - Opens New Window Enlarged Prostate: Should I Take Medicine? Opens New Window - Opens New Window Enlarged Prostate: Should I Have Surgery? Opens New Window Source: Roehrborn CG, et al. (2003, updated 2006). Guideline on the management of benign prostatic hyperplasia (BPH). American Urological Association Education and Research, Inc. Available online: http://w.auanet.org/content/guidelines-and-quality-care/. |By:||Reference Healthwise Staff||Last Revised: Reference November 24, 2010| |Medical Review:||Reference E. Gregory Thompson, MD - Internal Medicine Reference J. Curtis Nickel, MD, FRCSC - Urology Step 2: Symbolic Filter Example 1: Looking for Cramster? Cramster is now Chegg Homework Help. Learn More WILL RATE LIFESAVER!!! Two parallel plates are connected to a 150-V power supply. The gap between the plates is filled with air, and sparks will fly if the electic field exceeds the breakdown value of E= 3.0 x 10^6 V/m. What is the minimum spacing of the airgap (in m)? Anonymous answered1 minute later You need a Homework Help subscription to view this answer! Example 2: A speeder passes a parked car at a constant speed of 30 m/s. The police car starts from rest at the instant the speeder passes him and accelerates with a uniform acceleration of 2 m/s^2. a) What length of time does it take the police officer to catch up with the speeder? b) What distance do they both go until they are side by side? c) What is the speed of the police car at the instant it catches up to the speeder? 23 Step 2: Frequency Sampling Example 1: The American Humanist Association advocates progressive values and equality for humanists, atheists and freethinkers in the United States. We work to promote humanismāthe idea that you can be good without a god. Darwin Day is a global celebration of science and reason held on or around Feb. 12, the birthday anniversary of evolutionary biologist Charles Darwin. On this website you can find all sorts of information about Charles Darwin and the International Darwin Day Foundation. If you are hosting a Darwin Day event, you can post information about it on our events listing. You can also locate Darwin Day programs near you by searching our events section. The AHA is proud to hold its 72nd Annual Conference in San Diego, CA, May 30-June 2, 2013 at the Bahia Resort Hotel. More details will be added soon. http://conference.americanhumanist.org/ Example 2: Britain and Atlantis Posted By: Charles Pope Date: Sunday, 17 May 2009, at 10:06 a.m. Excellent episode about stone age Britain today at 2 and 7 pm (EST) on History International Channel: Britain was clearly a special place during the "Atlantean Age". This pre-history probably has much to do with the precedent of Britain being a stepping stone (ha, ha!) for greater kingship (ala Vespatian, Constantine, King John/Genghis Khan).Ā© Charles N. Pope, US Library of Congress. All rights reserved. B Details on Model Training LITTLELEARNERadopts the Qwen3-dense [42] architecture and is trained from scratch using Megatron-Core 0.17.1 with a custom training recipe [60]. We train using 8-way layer-wise sharded Muon optimization [61] under a pure data-parallel configuration (TP=P=CP=1), with BF16 pa- rameter storage and MXFP8 computation. The cooloff mixture is composed of 91% Kā5-filtered pretraining data, 5% Kā5-rewritten mathematical reasoning data and 2% Kā5-rewritten mathematical instruction-tuning data, both derived from Gemini Flash [49] rewrites of MegaMath-Pro [62], together with 2% general instruction-tuning data rewritten by Gemini Flash [49] from held-out FineWeb docu- ments not used during pretraining. Annealing positioning is used throughout the cooloff stage. All rewritten data are constrained to the Kā5 curriculum to preserve the controlled knowledge boundary. To prevent leakage of Beyond-Kā5 content through the tokenization pipeline, we train a custom tokenizer using only the Kā5-filteredLITTLECURRICULUMcorpus. To test whether the Beyond- Kā5 arithmetic gap is driven by number segmentation, we conduct a matched 2B ablation using single-digit number tokenization while holding all other settings fixed. Beyond-Kā5 MathCAMPS pass@1 increases for bothLITTLELEARNER(1.1%ā1.8%) andUNFILTERED(4.6%ā10.3%), but LITTLELEARNERremains near floor and the qualitative gap persists. We hold out a validation stream from the pretraining corpus, monitor validation bits-per-byte through- out training, and retain the checkpoint with the lowest validation bits-per-byte for downstream post-training and evaluation. C Further Evaluation Details C.1 Mathematical Reasoning with CoMTA The CoMTA dataset does not come with a C-aligned label. Therefore, we label the dataset upon manual inspection as Elementary as corresponding to Kā5. Dialogs in this category discuss 24 the multiplication of decimals (5.NBT.B.7), adding fractions (5.NF.A.1), and adding up to ten (K.OA.2). Algebra is Beyond-Kā5 discussing matrix operations (HSN-VM.A.2) or working with negative exponents (8.E.A.1). Trigonometry is also well above the Kā5 level as trigonometric functions are discussed in high school (for example, inHSF.TF.A.1). Calculus is also well outside the knowledge cutoff discussing, for instance, velocity and the derivative of logarithms. We decided to exclude the Geometry category from our evaluation, since it contains both the calculation of simple volumes (5.MD.C.5) as well as trigonometric ratios, which is well above the Kā5 knowledge cutoff. C.2 Mathematical Reasoning with MathCAMPS C.2.1 Filtering MathCAMPS Standards and Questions We remove a small subset of MathCAMPS standards and individual questions from our high-pass@k evaluation, as these items do not reliably reflect a modelās true reasoning capability. We apply three filters. First, we drop standards with fewer than 30 unique gold answers; these are predominantly multiple- choice items or questions whose answer space is small (perfect squares, cubes, and cube roots), and the resulting low entropy in the answer distribution inflates pass@kregardless of the modelās underlying reasoning capability. Second, we discard individual questions where the gold answer string appears verbatim in the question text. Performance on these questions is up to23Ćhigher than on otherwise comparable questions within the same standard; inspection of the model traces revealed that the model frequently restates the question without attempting to solve it, and the regex-based grader then registers the embedded gold answer as a correct response. Finally, we completely exclude the CCSS standard6.E.B.7. The CCSS notation places this standard in grade 6 (āSolve real-world and mathematical problems by writing and solving equations of the formx + p = qandpx = qā), but the problems generated by MathCAMPS for this standard are structurally indistinguishable from grade-3 add/sub word problems under3.NBT.A.2. For example, 3.NBT.A.2-15-0asks āA restaurant started the week with 573 oranges . . . they ended up using 228 oranges. How many oranges do they have left?ā, while6.E.B.7-18-0asks āA farmer had 414 grapes. After selling 78 of them, how many grapes do they have left?ā. Including6.E.B.7 would therefore double-count grade-3 add/sub competence in the grade-6 band, inflating any modelās apparent Beyond-Kā5 performance. We then validate, that the questions in Kā5 and Beyond-Kā5 have similar readability metrics, in order to rule out that a low performance on Beyond-Kā5 stems purely from a linguistic shift rather than a conceptual shift we are want to measure. Section C.2.1 reports the scores for both partitions of MathCAMPS. MetricKā5Beyond-Kā5 FleschāKincaid grade5.285.37 Mean sentence length (words)10.710.1 Mean word length (characters)4.294.20 Mean question length (words)2823 C.2.2 Performance Across Learning Paths On the left panel of Figure 15,LITTLELEARNERandUNFILTEREDtrack each other closely across Grades 3ā6 and diverge framing-dependent at Grade 7. The similar performance on Grade 6 is not a failure of our filtering pipeline, but rather a mismatch between the human-aligned CCSS and the evaluation of models on these tasks. For instance,6.NS.B.3test whether models solve arithmetic fluently, which is hard to dissect for models.6.NS.B.2similarly tests whether students are able to solve division using the standard algorithm. This is not measured in MathCAMPS, as only final answers are evaluated.LITTLELEARNERandUNFILTEREDdiverge sharply only at Grade 7:LITTLELEARNERās performance drops on rational decimal problems. Specifically those framed as pure arithmetic (7.NS.A.1-decimal) compared to the corresponding word problems (7.NS.A.3-decimal), whileUNFILTEREDis essentially framing-insensitive. Therefore highlighting 25 3.OA.C.7 Mult/div fl uency (within 100) 4.NBT.B.6 Multi-digit Ć· (1-digit divisor) 5.NBT.B.6 Multi-digit Ć· (2-digit divisor) 6.NS.B.3 Fluent decimal arithmetic 6.NS.B.2 Fluent multi-digit Ć· (std alg.) 7.NS.A.3-decimal Rational decimal word problems 7.NS.A.1-decimal Rational decimal add/sub 0 20 40 60 80 Pass@1 (%) LittleLearner Unfiltered 3.OA.C.7 Mult/div fl uency (within 100) 4.NBT.B.5 Multi-digit Ć (by 1-digit) 4.NBT.B.6 Multi-digit Ć· (1-digit divisor) 5.NBT.B.5 Fluent multi-digit Ć (std alg.) 5.NBT.B.6 Multi-digit Ć· (2-digit divisor) 0 20 40 60 80 Figure 15:LITTLELEARNERdiverges more strongly on higher grade arithmetic problems (left); LITTLELEARNERandUNFILTEREDdo not follow CCSS learning paths (right)LITTLELEARNER andUNFILTEREDevaluated at pass@1 (estimated from 1024 samples) on MathCAMPS along learning paths in CCSS. Each standard on the left of the axis is a prerequisite for standards to the right on the axis. Left shows the division learning path; Right the division / multiplication learning path. 1101001000 k 0 20 40 60 80 100 Pass@k (%) Grade K 1101001000 k 0 20 40 60 80 100 Grade 1 1101001000 k 0 20 40 60 80 100 Grade 2 1101001000 k 0 20 40 60 80 100 Grade 3 1101001000 k 0 20 40 60 80 100 Grade 4 1101001000 k 0 20 40 60 Pass@k (%) Grade 5 1101001000 k 0 20 40 60 80 Grade 6 1101001000 k 0 20 40 60 80 Grade 7 1101001000 k 0 20 40 60 80 Grade 8 LittleLearner Unfiltered Gemma-2B (pass@1) Figure 16: The gap betweenLITTLELEARNERandUNFILTEREDon Beyond-Kā5 remains stable for higher sampling budgets Performance ofLITTLELEARNERandUNFILTEREDon MathCAMPS at higher pass@k. Shaded regions indicate 95% CIs. that more Kā5 aligned framing does helpLITTLELEARNERās performance, but is not able to close the gap toUNFILTERED. The progression along CCSS prerequisite chains is non-monotonic.LITTLELEARNERis fluent at small mult/div (3.OA.C.7), drops on 1-digit-divisor multi-digit division (4.NBT.B.6), and then recovers on 2-digit-divisor division (5.NBT.B.6). Multi-digit multiplication follows a similarly jagged trajectory: 4th-grade multi-digit multiplication is easier (4.NBT.B.5) than its 5th-grade extension (5.NBT.B.5). Consistent with previous work [51,53],LITTLELEARNER(andUNFILTERED) acquire skills along orderings that do not match the human curriculum. Therefore,LITTLELEARNER should not be read as a digital 12-year-old, but as a model with skills that arise from a Kā5 restricted dataset, limited both by generic model capabilities and by the Kā5-restricted training data. 26 0.6B1.3B5B Model size 0 20 40 60 80 Accuracy Grade K 0.6B1.3B5B Model size 0 20 40 60 80 100 Grade 1 0.6B1.3B5B Model size 0 20 40 60 80 Grade 2 0.6B1.3B5B Model size 0 20 40 60 80 Grade 3 0.6B1.3B5B Model size 0 10 20 30 40 Grade 4 0.6B1.3B5B Model size 0 5 10 15 20 25 Accuracy Grade 5 0.6B1.3B5B Model size 0 5 10 15 20 25 Grade 6 0.6B1.3B5B Model size 0 5 10 15 20 25 Grade 7 0.6B1.3B5B Model size 0 5 10 15 Grade 8 LittleLearner Unfiltered Figure 17: Scaling model parameters help performance within Kā5, and at the boundary, but does not recover performance well in Beyond-Kā5 Performance of three differently sized LITTLELEARNERs andUNFILTEREDmodels on MathCAMPS. Shaded regions correspond to 95% CIs. C.2.3 Pass@k Performance on MathCAMPS forLITTLELEARNERandUNFILTERED LITTLELEARNERis competitive withUNFILTEREDacross Kā5 but performance degrades more sharply as the evaluation moves into Beyond-Kā5 (Figure 16). At pass@1024,LITTLELEARNERretains essentially all ofUNFILTEREDās competence in Grades Kā3, retains a comparable share through Grades 4ā6, but only about two-thirds of it at Grade 8 with no overlapping CIs. The relative drop is consistent with the intended effect ofLITTLECURRICULUM: filtering pretraining toward Kā5 content preserves the elementary-school capability while bounding extrapolation to later mathematical topics. This boundedness is visible not only in aggregate pass rates. Within Kā5,LITTLELEARNERās per- problem successes are concentrated on the same problemsUNFILTEREDsolves reliably (Spearman = 0.80): the two models succeed and fail on largely the same items. In Beyond-Kā5, however, the pattern loosensUNFILTEREDās per-sample success rate on problemsLITTLELEARNERnever solves rises to 5.1%, roughly 4 times the equivalent Kā5 rate indicatingUNFILTEREDcan solve Beyond-Kā5 questions thatLITTLELEARNERcannot reach at any tested sample budget. To probe whetherLITTLELEARNERās low Beyond-Kā5 accuracy simply reflects an expression issue rather than a real capability ceiling, we evaluate under high sampling budgets with direct prompting which yields the high per-problem output diversity. On the log-scaled k-axis of Figure 16, both modelsā curves flatten well before k=1024: gains slow noticeably by kā100 and are essentially zero from there to k=1024 in every panel. IfLITTLELEARNERcarried any latent Beyond-Kā5 capability that a larger sample budget could surface, we are confident that it would have surfaced. The Grade-8 plateau is therefore best read as a capability ceiling ofLITTLELEARNERās training exposure, not as a sampling-budget artifact. C.3 Details on Scaling Experiments Figure 17 reports the scaling experiment numbers for each Grade. As outlined in Section C.2.1 the boundary in MathCMAPS right at the knowledge boundary between Kā5 and Beyond-Kā5 is fuzzy, reflecting in scaling showing some effect in grade bands right at the boundary, whereas at in grade 8 (so well in Beyond-Kā5 scaling shows no effect). C.4 Details on Post-Training Experiments The SFT stage uses the Gemini-rewritten chat data described in Section B: grade-school math word problems with chain-of-thought solutions (108k examples) and reading-comprehension questionā answer pairs (526k examples). This results inā¼46M tokens used for a single epoch. Note, that pretraining runs fold a small fraction of this chat data into the final learning-rate decay phase (Section B); without it, neither base model is fine-tunable into a coherent chat model. 27 The GRPO stage is conducted on grade-stratified synthetic problems (generated via the MathCAMPS pipeline and checked for zero overlap with the evaluation set) alongside GSM8K [63], in segments of 150ā300 steps between which the training pool is re-banded to the problems the current policy solves 1ā15 times out of 16. In the Kā5 exposure of GRPO we limit GSM8k to problems that are passing our filtering pipeline. C.5 Details on ICL Experiments C.5.1 Question and Explanation Construction Questions are synthesized following MathCAMPS [51]: three questions per CCSS capability, gener- ated with Gemini 3 Flash and paired with a numerically-verified answer. In parallel, we use the same model with the Explanation Generation prompt (below) to produce a grade-appropriate, procedural method-explanation per standard, using an anchor block that names the standard, its grade, and which Kā5 prerequisites the student is assumed to know. Explanation Generation Write a CONCRETE, ACTIONABLE method-explanation that teaches a step-by-step procedure for solving any problem matching CCSS standard standard.id (grade grade). Use only operations and vocabulary at or below grade 5. The studentās solutions look like numbered steps (āStep 1: 6 - 1 = 5; Answer: 5ā); your explanation should align with that style. Standard ID: standard.id Grade level: grade Full description: standard.description anchor_block - 3 to 5 sentences (roughly 60-130 words). Be SPECIFIC and PROCEDURAL. - State the method using CONCRETE NUMERICAL EXAMPLES. NEVER use letter variables OR generic placeholder letters (a, b, c, d, x, y, n, ...). GOOD: āTo multiply 3/5 x 2/7, multiply tops: 3 x 2 = 6; multiply bottoms: 5 x 7 = 35; the answer is 6/35.ā BAD : āTo multiply a/b x c/d, the answer is (a x c) / (b x d).ā BAD : āSolve x + 5 = 12 by subtracting 5 from both sides.ā - Match how a grade-5 student writes work: numbered steps, plain ASCII (+ - x / =), fractions as a/b, mixed as āN a/bā. - If the procedure has cases, such as positive vs. negative inputs, state what to do in EACH case using a concrete example for each case. - Connect the method to a K-5 mental model the student has, such as number-line jumps, inverse operations, parts of a whole, repeated addition, or area of a rectangle. - Do NOT reference real-world scenarios, such as apples, dollars, or students. - For unknowns, write ā?ā or āthe unknown numberā; never a letter. - BAN list ā vague phrases that will be rejected: āas usualā, āin the usual wayā, ālook at whetherā, ādecide ifā, ādepending on the typeā, āthe same way as beforeā without saying WHICH way, ājust like normal multiplicationā without naming the rule. - Avoid grade-6+ vocabulary: ārationalā, āintegerā, āvariableā, ācoefficientā, ālinearā, āsystemā. āEquationā is OK; āvariableā is not. - No LaTeX, no , no $$. === EXAMPLE OF A GOOD EXPLANATION === For 5.NF.B.4, multiplying fractions, shown for level and style only. This example is DIFFERENT from the standard you are writing about. Explanation: To multiply a fraction by a whole number, first rewrite the whole number as a fraction over 1: 4 becomes 4/1. Then multiply the top numbers to make the new top, and the bottom numbers to make the new bottom. For example, 4 x 3/8 = 4/1 x 3/8 = (4 x 3) / (1 x 8) = 12/8 = 1 4/8 = 1 1/2. This works because multiplying by a whole number means repeating the fraction that many times: 3/8 + 3/8 + 3/8 + 3/8 = 12/8. Notice how the example uses ONLY concrete numbers (4, 3, 8) ā no letter placeholders, no variables ā and connects the rule to repeated addition, an idea the student already knows. === YOUR RESPONSE === Output exactly one line, prefixed with āExplanation:ā followed by your 4-to-6-sentence procedural explanation. 28 Generated Explanation for 6.NS.B.2 Method for this kind of problem: To divide a large number like 3,432 by 12, first find how many times 12 fits into the first two digits: 12 goes into 34 two times because 12 Ć 2 = 24. Subtract 24 from 34 to get 10, then bring down the next digit, 3, to make 103. Next, find how many times 12 fits into 103: 12 Ć 8 = 96, so subtract 96 from 103 to get 7. Finally, bring down the last digit, 2, to make 72, and since 12 Ć 6 = 72, the final answer is 286. This method works like an area model where you find the missing side of a rectangle by taking away known chunks of the total area until zero is left. C.5.2 Creating Hand-Authored Natural-Prose CoT For the in-context demonstrations themselves, we hand-authored the solutions rather than reusing model-generated CoTs. For each of the 43 Kā5 CCSS standards used as anchors we wrote three worked examples in a natural-prose style: a one-line orienting sentence (āWe need to find the answer.ā), one sentence per computation using connective language (āFirst,. . . ā, āThen,. . . ā), and a finalAnswer:line matching the format the eval harness parses. The style deliberately matches what a Kā5 student explaining their own work would produce, and is close to the free-form output the chat model produces without any exemplars. For instance: We need to find the answer. First, add the stones Leo found to the stones his sister gave him: 27 + 11 = 38. Then, subtract the stones Leo gave to his friend from the total: 38ā13 = 25. Answer: 25 C.5.3 Comparing Different Few-Shot Examples In-context example construction We evaluate three families of in-context demonstrations that differ only in the CoT style; the question sets are identical. We outline the styles here with example traces for the question (2.NBT.B.5):Leo found 27 smooth stones at the beach. His sister gave him 11 more stones. Later that day, Leo gave 13 of his stones to his friend. How many stones does Leo have now? ā¢Compact algebraic ā Terse, equation-only demonstrations. No natural-language framing, no wrapping sentences. Mean length: 99 characters. For instance: 3 tens + 7 tens = 10 tens 30 + 70 = 100 ### Answer: 100 ā¢Natural prose ā Hand-authored as above noted above; mean length 374 characters, longest of the three. For instance: We need to find the answer. First, add the stones Leo found to the stones his sister gave him: 27 + 11 = 38. Then, subtract the stones Leo gave to his friend from the total: 38ā 13 = 25. Answer: 25 29 Table 5: None of the tested in context-learning shots can recover Beyond-Kā5 performance, despite steering model behaviour Performance of the SFTād 5BLITTLELEARNERon MathCAMPS. MethodKā5Beyond-Kā5Mean output (chars) Direct (zero-shot)34.0%6.0%352 Natural prose36.8%5.9%374 Compact algebraic17.0%1.6%99 Q/A only9.2%0.2%41 ā¢Q/A only ā Ablation: same three exemplars with the CoT stripped, leaving only question and final answer. Mean length: 41 characters. For instance: Answer: 100 Performance Across Different ICL StrategiesOn the chat-tuned base (LITTLELEARNER5B SFT), only natural-prose shots improve over the zero-shot direct baseline; every other format strictly hurts. See Table 5 for an overview of different performances. Despite the model being able to follow the shots by adjusting output length, this does not result in better performance. D More Qualitative Examples We compare generations from the Kā5-restrictedLITTLELEARNERmodel and an unrestricted baseline model (UNFILTERED) across prompts of increasing conceptual difficulty (Table 6). Table 6: Qualitative base-model examples highlight a clear distinction between in-scope and out-of-scope behavior Free-form completions from the releasedLITTLELEARNERbase model and the matchedUNFILTEREDbase model on prompts spanning Kā5 and Beyond-Kā5 concepts. PromptLITTLELEARNERUNFILTERED Kā5 What is a magnet?A magnet is a piece of metal that is made to attract or pull other metal pieces. A magnet is a material that has a property called magnetism. What is gravity?Gravity is the force that pulls ev- erything down. Gravity is the force between any two objects that is inversely pro- portional to the square of the sepa- ration between them... Beyond-Kā5 What is DNA?DNA is the instructions that tell us how we are going to look when we get old.. DNA stands for deoxyribonucleic acid.It is a genetic molecule present in all living things, includ- ing humans. It is composed of two long strands of nucleotides. . . What is Schrƶdingerās cat? Schrƶdingerās cat is a cat with two faces. Schrƶdingerās cat is a thought ex- periment in quantum mechanics, proposed by Austrian physicist Er- win Schrƶdinger in 1935... What doesE = mc 2 mean? Itās the name of a mathematical constant. Itās also the name of a very famous character from the Star Wars movies. Einsteinās famous equation says that energy is equivalent to mass times the square of the speed of light. 30 In the in-scope prompts,LITTLELEARNERproduces accurate explanations that reflect the simplified, progressively structured reasoning characteristic of a spiral curriculum, where concepts are introduced early and refined over time. Compared to the general model, its responses are often less detailed, but remain correct and developmentally appropriate. In contrast, on out-of-scope prompts, the model does not express uncertainty but instead generates structured yet incorrect explanations. These responses are not random: rather than retrieving correct knowledge, the model systematically projects unfamiliar concepts onto familiar reasoning patterns learned during training. For example, Schrƶdingerās cat is reinterpreted as a literal cat with fabricated attributes. This behavior suggests that the model lacks the underlying concepts, but nevertheless attempts to explain them using the available reasoning primitives, leading to coherent but incorrect outputs. 31 E Existing Assets, Licenses, and Terms of Use Table 7 summarizes the existing assets used in this work, their roles, license terms, and whether they are included in our release. Where applicable, version information, access dates, and source URLs are provided through the corresponding citations or release documentation. AssetUse in this paperLicense / termsIncluded? FineWeb-EduSource corpus for constructing LITTLECURRICULUM ODC-BYYes Common Core State Standards Curriculum alignmentCCSS Public LicenseNo NGSSCurriculum alignmentNGSS Public LicenseNo CLEARReadability validationMIT LicenseNo CoMTAMathematical familiarity evalua- tion Khan Academy Evalua- tion Dataset License No MathCAMPSMathematical reasoning evalua- tion MIT LicenseNo nanochatTraining setupMIT LicenseNo Gemma 2BExternal baselineGemma Terms of UseNo SmoltalkPost-training dataApache-2.0No MMLUPost-training dataApache-2.0No GSM8KPost-training dataMITNo ARCPost-training dataApache-2.0No Table 7: Existing assets used in the paper. āIncludedā indicates whether the asset itself, or a derived version of it, is distributed as part of our released artifacts. Unless otherwise indicated, third-party datasets, models, codebases, and curriculum standards are not redistributed. 32