Built by AllenAI, the replay based math tutoring evaluation finds LLMs over help students, and spelling out the help vs hold back trade off lifts scores without closing the gap to human tutors.
AI tutors over-help because they are trained to be helpful. AllenAI's new public evaluation, TutorMoments, names that built-in tension and gives the field a public yardstick for measuring it.
The release lands on three surfaces: a tech report, a Hugging Face dataset of 462 de-identified one-on-one math tutoring transcripts (grades 2–7) with 1,500+ teacher-annotated key moments, and the replay-pipeline code on GitHub. Together they let any lab run the same experiment AllenAI ran: replay real tutoring sessions at the exact moments where a teacher paused to decide how to respond, hand the moment to an LLM playing the tutor, and score the move.
"Scaffolding" is the term teachers use for giving a student just enough support to keep moving. "Pushing for rigor" is the harder move: asking the student to explain their answer, or stepping back to let them work it out themselves. A good tutor does both, moment to moment. AllenAI's blog post frames TutorMoments as a way to test whether AI tutors know which call to make at each pause. Under a plain prompt, models tend to over-help and rarely push.
The headline finding rests on two prompt conditions. With a plain "tutor well" prompt, every model AllenAI tested over-scaffolded. With an evaluation-aware prompt that spells out the scaffolding-versus-rigor trade-off, every model scored higher. None closed the gap to the qualitative strategy profile of experienced human tutors in the transcripts, and the models vary widely in how reliably they make the call.
Under the trade-off-aware prompt, models lean on a narrow move: asking the student to explain their answer. Human tutors in the transcripts use a wider strategy mix and are more likely to step back and let students work through a problem on their own. The difference shows up in which moves get used, not just in the headline score.
One comparison readers will make: human tutors in the same transcripts score 0.458 on appropriate scaffolding, 0.182 on appropriate rigor, and 0.496 on avoiding over-scaffolding. The first two sit below the models' evaluation-aware scores and around the range of their plain-prompt scores. AllenAI flags this not as "AI tutors beat human teachers" but as a reminder that the dataset concentrates on missed opportunities, that the human reference is naturalistic rather than a ceiling, and that the eval measures tutor behavior, not student learning. Rigor detection is also noisier than scaffolding detection: 260 rigor moments in the underlying annotations against 738 scaffolding moments. A model can nail scaffolding and still miss the push.
The dataset is U.S. elementary and middle school math, drawn from a high-dosage tutoring program whose students mostly attend Title I schools, and the 1,500+ key moments were annotated by 27 U.S. teachers. Replays use a simulated "oracle" student, not a real one. Findings may not transfer to other subjects, grade levels, or settings. The preview release is meant to gather feedback ahead of a larger, multimodal dataset and a stronger scoring pipeline.
What the artifacts let a developer or researcher run today: pull the dataset and the replay code, run a model against the same teacher-flagged decision points, and compare the strategy mix against the published model replays. The next test the released pipeline can run is whether the strategy mix shifts when a model is trained, not just prompted, to back off at the right moments.
The project was supported in part by the Gates Foundation and Learning Commons, per the blog post's funding note.