Datasets:
Request access to this dataset
This dataset is released for research purposes only under CC-BY-NC-SA 4.0. Our team will review your request and may take a few days to process it.
This dataset contains anonymized interaction data from French primary and secondary school students, including minors. It is released strictly for non-commercial research purposes. Users must not attempt to re-identify any individual in the dataset, and must report any personally identifiable information (PII) encountered to the dataset authors. By submitting this form, you confirm that you have read and agree to the CC-BY-NC-SA 4.0 license terms.
Log in or Sign Up to review the conditions and access this dataset content.
Mathematics Dataset Card: AM, Adaptiv World, and Adaptiv College
Overview
This folder contains a mathematics interaction dataset built from three classroom-grounded digital learning sources. The dataset contains 5,392,610 student interactions from 26,302 source-specific students across 9,427 distinct exercises. Beyond interaction logs, the release also includes the student answer data for each attempt, the pedagogical graph underlying the learning paths, and exercise metadata, making it possible to study performance over time and the structure of the curriculum.
- Adaptiv'Math (AM) is an adaptive digital learning resource for early primary mathematics. It was developed in the context of the French P2IA program and is designed to help young learners build a robust understanding of core mathematical concepts through interactive exercises, structured remediation, and adaptive progression.
- Adaptiv World contributes mathematics work on number sense and the organization and management of data and functions.
- Adaptiv College contributes mathematics work on geometry, proportions and fractions, and data organization.
The broader source platforms contain a larger content universe than the selected modules shared here.
Both sources are part of an AI-driven teaching platform that can personalize learning pathways through the ZPDES logic. Content is organized hierarchically as:
module -> objective -> activity -> exercise
A companion visualization tool is available at: https://miaamdatav2.streamlit.app/. It provides an interactive interface for inspecting the dataset.
Dataset scope
Adaptiv'Math modules kept
M1—Nombres et calculM31—Résolution de problèmes arithmétiques - Niveau 1M32—Résolution de problèmes arithmétiques - Niveau 2M33—Résolution de problèmes arithmétiques - Niveau 3
Adaptiv World modules kept
M101—Réapprentissage du sens des nombresM103—Organisation et gestion de données, fonctions
Adaptiv College modules kept
M101—Espace et GéométrieM102—Proportions et fractionsM103—Organisation et gestion des données
Pedagogical and interaction modes
adaptive-test
At the beginning of a module, students can complete an adaptive placement test that estimates their level before the main recommendation phase begins. The test chooses subsequent questions dynamically from previous answers, allowing it to identify a suitable module entry point with relatively few attempts.
The goal is to place the student at a suitable entry point in the module rather than starting everyone from the same activity. Adaptive-test rows are present in all three sources.
playlist
In playlist mode, a teacher assigns a predefined set of exercises. This is not the adaptive recommendation mode: the sequence is selected by the teacher rather than online by the recommendation system. In the current dataset, playlist rows occur in Adaptiv World.
zpdes
zpdes is the main adaptive learning mode. The system recommends subsequent work from the student's current estimated level and the pedagogical dependency structure, with the aim of selecting tasks that are neither too easy nor too difficult.
The recommendation logic operates over a structured exercise graph organized by modules, objectives, and activities. The aim is to keep students working on tasks that are neither too easy nor too difficult, so that the sequence stays supportive of learning progress.
Data files
maths_data.parquet
Main attempt-level dataset.
26,302source-specific students5,392,610attempts9,427distinct exercises observed in the parquet
Columns:
user_idclassroom_idplaylist_or_module_idexercise_idcreated_atdata_correctwork_modedata_answerdata_durationsourceattempt_indexsession_id
Current source breakdown:
am:24,360students,5,188,084attemptsadaptiv_world:1,075students,148,846attemptsadaptiv_college:867students,55,680attempts
Current work modes present in the dataset:
adaptive-testplaylistzpdes
Source-specific work modes:
am:adaptive-test,zpdesadaptiv_world:adaptive-test,playlist,zpdesadaptiv_college:adaptive-test,zpdes
Note: the full interaction table preserves all retained attempts, including 614 attempts across 75 (source, exercise_id) pairs that are not present in the exercise table. The preprocessing notebook removes 599 of these attempts after first removing adaptive-test-only students.
maths_data_filtered.parquet
Stricter filtered version of the main dataset. This file is produced by notebooks/pre_processing_maths_data.ipynb, which applies three optional filters:
- remove students whose retained history is
adaptive-testonly - remove individual attempts whose
(source, exercise_id)pair is absent from the exercise table - remove students whose remaining trajectory contains fewer than
5attempts overall
The filtered dataset contains:
22,245source-specific students5,355,783attempts9,324distinct exercises
Compared with maths_data.parquet, this removes:
4,057students, or15.42%36,827attempts, or0.68%103distinct exercises
Current source breakdown:
am:20,832students,5,156,308attempts,6,226exercisesadaptiv_world:856students,146,821attempts,1,355exercisesadaptiv_college:557students,52,654attempts,2,027exercises
maths_exercises_table.parquet
Exercise metadata table.
9,978exercise rows9,975unique(source, exercise_id)pairs
Note: the table has 9,978 rows but 9,975 unique (source, exercise_id) pairs because three Adaptiv College exercise IDs occur in two hierarchy locations.
Current source breakdown:
am:6,411rows and unique pairsadaptiv_world:1,527rows and unique pairsadaptiv_college:2,040rows and2,037unique pairs
Columns:
exercise_idgameplay_typecontentmodule_idmodule_nameobjective_idobjective_nameobjective_pedagogical_intentactivity_idactivity_nameactivity_pedagogical_intentsource
maths_dependencies.json
Simplified pedagogical dependency graph for the selected modules.
9modules102objectives525activities586activity dependency edges
For each activity, the dependency file stores:
codetitleexercise_idsprerequisite_activity_idsunlocks_activity_ids
screenshots/
Exercise screenshots, one PNG per exercise. Two versions are provided:
screenshots/raw/— original screenshots at full resolution (3840 px wide), split into 'am/' 'adaptiv_world/' and 'adaptiv_college/' subfoldersscreenshots/compressed/— compressed version at 960 px wide (1/4 of the original width), same subfolder structure9,132images totalone image per exercise with an available screenshot, named
<exercise_id>.png
Note: 12 Adaptiv'Math Module 1 memory-card exercises could not be rendered as screenshots. This explains the discrepancy between the 7,118 available screenshots and the 7,130 exercises in maths_exercises_table.parquet.
descriptions.json
preprocessing/pre_processing_maths_data.ipynb
Notebook that reproduces the optional stricter filtering used to generate maths_data_filtered.parquet. It is provided for transparency and reproducibility.
Companion visualization tool
We provide a companion Streamlit application to facilitate dataset inspection and exploratory analysis: https://miaamdatav2.streamlit.app/
It allows users to explore global usage statistics, work-mode distributions, student-level trajectories, gameplay distributions, activity bottlenecks, transition patterns, curriculum structure, and module-level dependency graphs. The tool is intended to support dataset auditing, sanity checks, and hypothesis generation before downstream modeling.
Licensing
This repository contains two types of artefacts governed by different licenses:
- Dataset: released under CC-BY-NC-SA 4.0. You are free to share and adapt the data for non-commercial research purposes, provided you give appropriate credit and distribute any derivatives under the same license.
- Preprocessing scripts: released under the MIT License.
By accessing this dataset, you agree to the terms of the CC-BY-NC-SA 4.0 license.
- Downloads last month
- -