Math Challenge
Más

Building and Operating a 2,500-Item Math Bank: What Real Learning Products Do

mc-40 · Publicado: · de Math Challenge Research · 3290 palabras · 16 fuentes citadas

Resumen ejecutivo

Los productos educativos reales rara vez escriben cada ítem a mano. IXL publica ~1,219 competencias de matemáticas para preescolar–8º grado [1] — no ítems, sino habilidades, cada una respaldada por generación dinámica de preguntas. Khan Academy usa Perseus, su editor/renderizador de ejercicios [2], para mezclar autoría humana con variación paramétrica. WeBWorK muestra el extremo opuesto: una plantilla en su lenguaje PG produce un número ilimitado de variantes numéricas [5]. La investigación 2023-2026 sobre generación de ítems con LLM es clara y modesta a la vez: los modelos generan distractores matemáticamente válidos pero no anticipan bien los errores reales de los estudiantes [arXiv 2404.02124] — por eso este banco no puede automatizar la "explicación del error común" sin revisión humana.

Para 2,500 ítems en 5 idiomas, el plan reparte el trabajo así: ~40% generado por plantillas paramétricas (fuerte en K-8, débil en posgrado/doctorado), ~29% redactado por LLM con revisión humana obligatoria, y ~31% escrito a mano por especialistas (dominante en los niveles más altos). El costo de API del LLM para redactar y traducir es, con aritmética mostrada abajo, del orden de cientos de dólares — un error de redondeo frente al costo humano (SME, editorial, traducción, revisión psicométrica), estimado en el orden de mil días-persona. QTI 3.0 es adoptable de forma incremental (su propio modelo de conformidad lo permite) [3][4]; no hace falta implementarlo entero para el MVP.

228 palabras

Este documento se escribió en inglés; su resumen ejecutivo también existe en español, y esa es la versión de arriba. El cuerpo de abajo es el original en inglés — no está traducido, y no se ofrece una traducción automática en su lugar.

Estado de verificación

Este documento no lleva ninguna marca [unverified]. Cada afirmación está atada a una fuente numerada de abajo.

[unverified] quiere decir que la afirmación está en la investigación pero no se confirmó contra una fuente primaria en la sesión que la produjo. Se publica en vez de borrarse, porque un corpus que esconde sus huecos no es verificable.

Cómo se produjo esta investigación

Los 47 documentos se hicieron el 2026-07-31 por agentes independientes, cada uno con instrucción explícita de no inventar citas y de marcar como [unverified] lo que no pudiera confirmar contra una fuente primaria. La cuota de búsqueda web de la sesión se agotó a media investigación y los agentes posteriores trabajaron por descarga directa contra fuentes primarias. Varios sitios (ftc.gov, ico.org.uk) bloquean la descarga automatizada, y por eso ciertas afirmaciones legales están marcadas a propósito.

Findings

How many items do real products actually have

Published, verifiable counts are scarcer than marketing copy suggests. IXL’s Spanish-locale math page states skill counts per grade band — Preescolar 73, 1st 117, 2nd 127, 3rd 183, 4th 130, 5th 125, 6th 112, 7th 108, 8th 144 — summing to 1,219 skills across 9 grade levels [1]. That is skills, not items: each skill is a template-like category IXL generates practice questions against dynamically, so the question count per skill is unbounded the same way a WeBWorK problem is. No comparably precise total was found this session for Khan Academy’s exercise count, Brilliant’s problem count, or Kumon’s worksheet count — those figures circulate in marketing and secondary sources, but no primary page fetched this session stated a number, so they are omitted rather than guessed. Wikipedia’s Item Bank article describes the lifecycle metadata item banks track (status: new/pilot/active/retired; usage history) [item bank wiki] but gives no concrete size for any named program.

Parameterized generation vs. handwritten authoring

Khan Academy’s Perseus is its own repository’s description of “Khan Academy’s exercise question editor and renderer” — a system for authoring, rendering, and evaluating exercise responses, MIT-licensed but closed to external contributions [2]. WeBWorK’s PG (“Problem Generation”) language is a Perl-based authoring format built for randomization: instructors write one problem, and parameterization lets each student session draw different numeric values from the same template, producing an effectively unlimited item pool from a single authored source [5] — the concrete “one template, many items” pattern this project needs for K-8 arithmetic and early algebra. Brilliant.org describes its approach as hybrid: content is “hand-crafted” by a team spanning “math PhDs to engineers and designers,” while machine learning generates “on-the-fly visual and interactive” personalization layered on top — and Brilliant states new review-set content is “human-review[ed] everything,” rolled out gradually for that reason [brilliant about page]. The pattern across all three: templates and dynamic generation multiply volume, but a human still designs the template and its constraints.

Wikipedia’s Automatic Item Generation (AIG) article frames the method: “a test specialist creates a template called an item model; then, a computer algorithm is developed to generate test items” — algorithms then “generate families of items from a smaller set of parent item models,” which “can generate many more items in a given amount of time than a human test specialist,” reducing cost [AIG wiki]. No article gave a concrete items-per-template multiplier or cost-reduction percentage this session.

LLM-generated items: real but limited (2023–2026 research)

A concrete, citable data point: Feng, Lee, McNichols, Scarlatos, Smith, Woodhead, Otero Ornelas, and Lan, “Exploring Automated Distractor Generation for Math Multiple-choice Questions via Large Language Models” (arXiv 2404.02124), tests in-context learning and fine-tuning for generating multiple-choice distractors on a real-world math dataset. Its headline finding is exactly the constraint this project’s schema design has to respect: “although LLMs can generate some mathematically valid distractors, they are less adept at anticipating common errors or misconceptions among real students” [arXiv 2404.02124]. No numeric expert-review pass rate was in the abstract text retrieved this session, so none is quoted — but the qualitative finding is load-bearing: an LLM can write a plausible-looking wrong answer, but whether it matches what a real student would actually think is a harder problem current models under-perform at. Duolingo’s research page lists “Jump-Starting Item Parameters for Adaptive Language Tests” (McCarthy et al., EMNLP 2021) [Duolingo research], addressing the adjacent cold-start problem of estimating difficulty for freshly generated items before real response data exists — a problem this bank faces for every new item on day one.

The item QA workflow and psychometric screening

Classical Test Theory (CTT) defines two per-item statistics any production pipeline needs before trusting an item: the p-value, “the proportion of examinees responding in the keyed direction” (difficulty — higher p means easier), and item discrimination, computed via point-biserial correlation between an item’s score and the total test score, used “to evaluate items and diagnose possible issues, such as a confusing distractor” [CTT wiki; point-biserial wiki]. Neither article stated a numeric threshold for “good enough” discrimination or difficulty, so none is asserted here. What is documented: Computerized Adaptive Testing states “all items must be pretested with a large enough sample to obtain stable item statistics. This sample may be required to be as large as 1,000 examinees” [CAT wiki] — the only quantitative sample-size figure surfaced this session, and a useful upper bound for how conservative real programs can be. Item Bank describes the lifecycle metadata mature systems track: “item status (e.g., new, pilot, active, retired)” and “item history (e.g., usage date(s) and reviews)” [item bank wiki] — directly informing the status field below.

Fixing an item after thousands of answers already reference it

No source addressed versioning directly, but the lifecycle-status pattern [item bank wiki] implies the answer: an item with response data attached is never edited in place — statistics are computed against the exact wording students answered, and silently changing it invalidates every prior response’s contribution. The safe pattern: create a new version, retire the old one (status: retired, never deleted), start a fresh statistics window.

QTI 3.0 — is it worth it for a startup

1EdTech’s QTI 3.0 is the standard for “exchanging assessment items, tests, usage data, and results reporting between different applications,” consolidating earlier QTI versions and the APIP accessibility standard, with native Computer Adaptive Testing and Portable Custom Interaction support, and built-in Section 508 / WCAG 2.1 AA accessibility [3]. Its own implementation guidance is explicit that conformance is modular: “the needs of the assessment program generally dictate which of the many QTI 3 features are used,” and conformance/certification is a separate document precisely so organizations can adopt a subset [4]. A minimal path — core XML/XSD validation, basic choice/text-entry interactions, response-processing templates, standard packaging, core accessibility markup — works without touching adaptive testing or Portable Custom Interactions [4]. QTI 3.0 is not all-or-nothing: deferring CAT/PCI while gaining interoperability and accessibility scaffolding for the MVP’s item types is a genuine option.

Localization workflow across 5 languages

No source described a math-specific translation workflow, so this is derived reasoning. The fact worth carrying from the AIG/WeBWorK material: translation cost scales with distinct authored content, not generated item count. A template’s fixed text (“What is __ + __?”) is translated once per language and covers every numeric variant it ever generates, while a handwritten or LLM-drafted item’s full text is translated per item — the single biggest lever in the cost model below.

Real cost-per-item figures from the assessment industry

None found and independently verified this session. Fetch attempts at AIR, NCIEA, and ETS resource pages returned 404s or no cost figures; ETS’s research homepage stated only “11.9K publications” exist, no cost figure [ETS research page]. Industry blogs commonly cite per-item costs in the low thousands of dollars — but since no primary source was retrieved live this session, that figure is not used below. The cost model instead derives entirely from stated LLM API pricing and explicit, labeled person-day assumptions.

Benchmarks table

Product / systemItem or skill countGenerated or handwrittenSource
IXL (math, PreK–8)~1,219 skills (9 grade bands)Curated skill categories; questions generated dynamically per skill[1]
Khan Academy (Perseus)Not verified this sessionHybrid: human-authored exercise definitions rendered/varied by Perseus[2]
WeBWorK (PG language)Large library; count not verifiedTemplate-based: one PG problem yields unlimited randomized instances[5]
Brilliant.orgNot stated publiclyHybrid: hand-crafted foundation + ML on-the-fly personalization, human-reviewed[brilliant about]
Duolingo (item calibration research)N/A — language testingAlgorithmically generated items; ML-assisted difficulty calibration for cold-start items[Duolingo research]
NWEA MAP Growth (CAT)Not verified this sessionCAT bank; pretest samples cited up to 1,000 examinees for stable statistics[CAT wiki]
General AIG practiceNo universal figureTest specialist authors an “item model”; algorithm generates item families from it[AIG wiki]

A concrete 2,500-item MVP plan

Level bands and item counts (pyramid — most items where most users are):

BandItems
K–2300
3–5400
6–8450
9–10400
11–12350
Undergraduate (intro)350
Advanced undergrad / Masters150
PhD / research100
Total2,500

Share by source, per band (template share falls and handwritten share rises as level climbs — templates struggle with proof-based advanced content, and misconception nuance matters most where LLMs are weakest):

BandTemplate % / itemsLLM-drafted % / itemsHandwritten % / items
K–270% / 21020% / 6010% / 30
3–560% / 24025% / 10015% / 60
6–850% / 22530% / 13520% / 90
9–1035% / 14035% / 14030% / 120
11–1230% / 10530% / 10540% / 140
Undergraduate20% / 7030% / 10550% / 175
Advanced/Masters10% / 1530% / 4560% / 90
PhD5% / 525% / 2570% / 70
Total1,010 (40.4%)715 (28.6%)775 (31.0%)

The review gate (every item passes all stages; only per-stage effort differs): SME authoring / template design → editorial pass → math accuracy check → accessibility review (alt text, screen-reader-safe notation) → translation (4 target languages) → pilot (collect real responses) → psychometric screening (promote to active only once response count is sufficient — implication 4). Handwritten items enter at “SME authoring”; LLM-drafted items enter with a draft in hand but go through every downstream stage; template-generated items skip per-item authoring, but the template goes through the same gate once.

Item JSON schema — fields required:

item_id, version, status, level_band, topic_tag, source_type, template_id,
languages{locale: {stem, choices, correct_answer, worked_solution,
  misconceptions[]}}, stem_canonical, choices, correct_answer,
worked_solution_canonical, misconceptions[{trigger_answer, explanation,
  remediation_hint}], difficulty_estimate_initial, irt_parameters{a, b, c,
  n_responses, last_calibrated_at}, p_value, point_biserial,
accessibility_metadata{alt_text, mathml, contrast_notes}, media[],
authoring_metadata{author, reviewer, created_at, reviewed_at, notes},
qti_export_ref, curriculum_tags[], retirement_reason

Effort in person-days (each figure a labeled estimate; arithmetic shown):

Total: 25+15+107+468+308+125+5 ≈ 1,053 person-days, roughly 4.2 person-years. A 5-person team (2 math SMEs, 1 localization lead, 1 editor/psychometrician, 1 engineer) clears this in ≈1,053÷5 ≈ 210 working days, roughly 10 months — a derived estimate, not a cited industry figure.

Estimated LLM cost for drafting + translating (Claude Sonnet 5 standard pricing: $3.00 input / $15.00 output per million tokens):

Raw single-pass total ≈ $125. A 5× safety multiplier for realistic iteration (validation retries, review-triggered regeneration, Opus 5 for the hardest bands) gives ≈ $500–$700 total for the whole drafting and translation pass — still under $1,500 doubled for contingency, three orders of magnitude below the person-day labor cost. Prompt caching would reduce this further but is not counted here.

Design implications

  1. Use parameterized templates for K–8 arithmetic and early algebra — one WeBWorK-style template yielding unlimited numeric variants [5] is the highest-leverage lever in this plan.
  2. Reserve handwritten-authoring budget for 11–12 through PhD, where templates get their lowest share (30% down to 5%) because proof-based content resists safe randomization.
  3. Translate templates, not generated instances: 200 translation units cover 1,010 template items versus 5,960 units for one-off items — the biggest localization lever in the model.
  4. Treat p-values and point-biserial discrimination as provisional until responses accumulate; CAT literature cites samples up to 1,000 examinees for stable pretest statistics [CAT wiki] — don’t auto-promote an item to active below a clearly-stated minimum (open question 4).
  5. Version items immutably. Never edit an item with responses attached — create a new version, retire the old (status: retired, never deleted), mirroring the new/pilot/active/retired lifecycle documented for item banks generally [item bank wiki].
  6. Adopt QTI 3.0 incrementally — its conformance model is explicitly modular [4]; implement core interactions and accessibility metadata for the MVP and defer CAT/PCI support.
  7. Build the review gate as an explicit state machine matching the status field: draft → editorial → math check → accessibility → translation → pilot → psychometric screening → active/retired.
  8. Budget LLM API cost as negligible (hundreds of dollars) relative to human review cost (hundreds of thousands, per the person-day math above) — the real constraint is SME and translator time, not tokens.
  9. Because 2023–2026 research shows LLMs draft mathematically valid but misconception-blind distractors [arXiv 2404.02124], require human misconception review on every LLM-drafted or LLM-assisted item — never ship an unreviewed LLM misconception explanation to Larry.
  10. Expect template ROI to fall sharply near the top of the level pyramid: design cost per template is roughly fixed regardless of difficulty, but a PhD template yields far fewer safely-usable variants than a K-2 one — the plan already weights template share down as level rises.
  11. Sequence translation after math check and accessibility review, not before — translating content that later fails technical review wastes translator time.
  12. Cache the shared instruction/schema/style-guide text across drafting and translation calls; 715+775+6,160 calls share a large stable prefix, so prompt caching can cut realized LLM cost further below the estimate.
  13. Plan for item-exposure control once the platform supports adaptive delivery — even a 2,500-item bank benefits from the exposure-control principle CAT systems use to avoid over-showing popular items [CAT wiki].
  14. Treat every effort-day and cost figure here as an estimate to validate against a pilot, not a fixed target — no source gave a verified items-per-template multiplier or per-item cost for math content specifically; the 20×-per-template and $/item numbers are modeled assumptions, labeled as such.

Open questions for the project owner

  1. What loaded daily rate should we assume for SME/translator/editor time, to convert the ~1,053 person-days above into a budget figure?
  2. Is 2,500 items a firm target or a floor, with headroom reserved for topics that need more items once pilot data comes back?
  3. Which of the 4 non-English languages can use LLM-translation-plus- spot-check (as modeled above), and which need independent human translation from day one?
  4. What minimum response count should gate promotion to active — the traditional CTT rule-of-thumb (often ~30), or the more conservative ~200–1,000 range CAT literature cites for stable statistics [CAT wiki]?
  5. Should the review gate block on QTI 3.0 export at MVP, or defer that to a post-MVP interoperability milestone?
  6. Advanced/Masters and PhD carry the lowest template share and highest per-item cost — should we budget a specialized contractor SME for just those two bands?
  7. Should Larry’s misconception explanations be authored once in English and translated, or independently per language (e.g., decimal comma vs. point confusion across ES/FR/DE)?

Fuentes

  1. [IXL — Math (Spanish locale, skill counts by grade)](
  2. [Khan/perseus — Khan Academy's exercise question editor and renderer](
  3. [1EdTech — QTI standards overview](
  4. [1EdTech — QTI 3.0 implementation/conformance guidance](
  5. [Wikipedia — WeBWorK](
  6. [Wikipedia — Automatic item generation](
  7. [Wikipedia — Classical test theory](
  8. [Wikipedia — Point-biserial correlation coefficient](
  9. [Wikipedia — Item bank](
  10. [Wikipedia — Computerized adaptive testing](
  11. [Wikipedia — Item response theory](
  12. [Wikipedia — Duolingo English Test](
  13. [Duolingo Research — publications page](
  14. [arXiv 2404.02124 — Exploring Automated Distractor Generation for Math Multiple-choice Questions via Large Language Models (Feng, Lee, McNichols, Scarlatos, Smith, Woodhead, Otero Ornelas, Lan)](
  15. [Brilliant.org — About](
  16. [ETS Research Institute — homepage](

Preguntas que este documento le deja abiertas al dueño

Están sin responder a propósito. Se listan, no se resuelven — convertirlas en preguntas frecuentes obligaría a inventar respuestas que el documento no tiene.

Uno de 51 documentos de investigación, 168.346 palabras en total, contadas en el build sobre los archivos mismos. Leer este documento en el repositorio