Ai2 has released TutorMoments, a replay-based evaluation for testing whether AI tutors know when to help a student and when to hold back.
The preview benchmark is built from real one-on-one math tutoring sessions. Experienced math teachers mark moments where a tutor had to decide between scaffolding the problem and pushing the student to do more reasoning. TutorMoments then pauses the transcript at that decision point, hands the session to a language model, and evaluates what the model tutor does with a simulated student.
Ai2 says models told only to “tutor well” tend to over-help by giving too much support and rarely pushing students to deeper thinking. Prompting the tutor to consider the trade-off between help and rigor improves performance, but Ai2 says it does not close the gap to human tutoring.
The released TutorMoments-Preview dataset includes 462 de-identified, text-only transcripts from real one-on-one math tutoring with U.S. students in grades 2-7. Ai2 says the dataset has more than 1,500 teacher-annotated key moments and several thousand free-text annotations from 27 U.S.-based teacher annotators.
The benchmark scores timing, not just answer correctness
Most education-AI demos show whether a model can explain a concept or solve a problem. TutorMoments asks a harder teaching question: should the tutor explain right now?
That matters because help can be harmful when it removes the student’s work. A good tutor may answer a question with another question, ask the student to explain a correct step, or leave productive struggle in place for a little longer. A generic assistant trained to be helpful can short-circuit that process.
The GitHub repository lists metrics for appropriate scaffolding, appropriate rigor, avoiding over-scaffolding, and action taxonomy. That gives researchers a way to compare tutor behavior against teacher-annotated moments instead of rewarding a single fixed behavior such as always hinting or never giving away an answer.
Open data makes the claim easier to inspect
Ai2 released the dataset, replay code, and model tutor replays. The Hugging Face article links the tech report, data, and code, and the repository includes a runnable benchmark package that defaults to the released Hugging Face dataset.
That openness is important because tutoring is context-heavy. A benchmark built on de-identified transcripts, teacher annotations, and replayed key moments gives outsiders more to inspect than a vendor claim about a tutoring chatbot.





