← AI PulseAug 24, 2026

Deep · research · Single-source brief

Atom Learning Model (ALM) Tokenizes School Curriculum

A new model tokenizes secondary mathematics textbooks into single-step 'atoms' and prerequisite links, enabling machine-composed questions for students.

By Illumora Editorial

Source · Aug 24, 2026, 4:00 AM · On Illumora · Aug 24, 2026, 4:04 AM

Media from the primary source — shown here so you can stay on Illumora.

Rewritten from one allowlisted primary — not independent enterprise reporting. Lanes →

Brief drafted by Illumora’s editorial model from the linked primary source. Ops desk reviews flagged pieces. How we write →

Read the source →arXiv cs.CY (Computers and Society) — Atom Learning Model (ALM): how a real classroom got tokenised
Save

A recent paper published on arXiv cs.CY introduces the Atom Learning Model (ALM), a system designed to tokenize a school curriculum. This model processed two secondary mathematics textbooks, converting their content into 1,934 atoms, each representing a single-step learning objective. These atoms are interconnected by 4,616 machine-written prerequisite links, forming a structured graph.

Key Points

  • The ALM tokenizes curriculum content into 1,934 atoms, each a single-step learning objective.
  • 4,616 machine-written prerequisite links order these atoms.
  • A question is defined as a set of atoms and their prerequisites.
  • A child's ability is represented by a score between 0 and 1 for each atom.
  • The system composed 6,648 questions for 373 children across two English secondary schools over seven weeks.
  • The cost to read 757 pages was £55, while building the entire structure cost between £615 and £1,230.
  • The cost is primarily in establishing the links, not in processing the pages.
  • The cost per composed question was 26p.
  • A language model's difficulty label for a question showed a rank correlation of -0.0123 with measured facility.

Context

According to the arXiv paper, the ALM integrates both lesson content and student assessment within a single structure. Questions are generated based on a set of atoms and their underlying prerequisites, while student ability is quantified by a score on each atom within the same graph. The suitability of a question for a child is determined arithmetically, without relying on a fitted difficulty parameter for either the question or the child. The system's design means that no human intervention was required to write atoms, links, or questions.

Why It Matters

This approach offers a different perspective on curriculum design and automated assessment, moving away from traditional difficulty parameters and human-authored content. Builders and researchers can observe a system where the cost of establishing relationships between learning units significantly outweighs the cost of initial content ingestion, and where machine-generated difficulty labels do not correlate with actual student performance.

What To Do

  • Note the cost breakdown between content ingestion and link creation.
  • Observe the stated lack of correlation between language model difficulty labels and measured student facility.
  • Consider the implications of a fully machine-generated curriculum structure for educational applications.
  • Watch for further research on how such atomized curricula impact learning outcomes.