TutorMoments:AI 家教何時該出手,何時該放手?
Back to Articles TutorMoments: Do AI tutors know when to help and when to hold back?Enterprise Article Published August 7, 2026 Upvote - Kyle Wiggers Ai2Comms Follow allenai 📄 Tech Report: https://tutormoments.allen.ai/static/paper/tutormoments-preview.pdf | 📊 Data: https://huggingface.
co/datasets/allenai/tutormoments-preview | 💻 Code: https://github.
com/allenai/tutormoments Today we're introducing a preview of TutorMoments, a framework to measure whether cutting-edge LLMs can balance one of the hardest trade-offs in education: when to step in and help a student and when to hold back and let the student do more of the work.
TutorMoments is a replay-based evaluation built off real one-on-one math tutoring sessions.Experienced math teachers go through transcripts collected from a U.S.
tutoring program and flag the moments where a tutor had to choose between making a problem easier to get started on and pushing the student to do more of the reasoning themselves.
TutorMoments then takes the transcript up to that decision point, hands it to a language model, and has the model take over as the tutor in a simulated session – with the student played by another language model – to see what the LLM tutor does.
Told only to "tutor well," we find that models tend to over-help by giving too much support and rarely pushing students to do deeper thinking.
Spelling out the trade-off (when to help versus when to hold back) in the tutor's prompt improves performance, but it doesn't close the gap to human tutoring that consistently fits the moment, and LLMs still differ widely in how reliably they make that call.
As part of our commitment to open research, we're releasing a dataset of de-identified tutoring transcripts, the code for running our replay pipeline, and the model tutor replays of the key moments we evaluated in those transcripts for reproducibility.
We hope TutorMoments gives educators, researchers, and the teams building AI tutors a sharper way to ask how a model handles the pedagogical decisions that matter most—and helps the field build tutors that adapt to each student instead of doing the work for them.What makes a good tutor?
Ask a good math tutor for help and you'll likely get a question back like, "What do you know about what the problem is asking?" That isn't unhelpfulness–part of strong teaching is diagnosing what students do know and providing the right support for them in the moment.
Immediately volunteering support would rob a student of the intellectual work that helps them learn.Sometimes support is needed; other times what's most effective is a push to solidify understanding by explaining a correct answer.
Language models, though, are trained to be helpful, and a helpful assistant tends to do the hard part for you—explaining the concept, laying out the steps, and guiding you to the answer.
In a tutoring session, that can cut short the productive struggle—the effortful, sometimes frustrating problem-solving that learning research has long tied to stronger understanding.Most benchmarks for language models acting as tutors don't capture this tension.
They tend to reward one behavior in particular – never giving away the answer to a problem, say, or always offering a hint – without accounting for whether that was the right move for where the student actually was in their understanding.
But good tutoring isn't a single fixed behavior you can identify across the board.It's a judgment call: what does this student need, right now, on this problem?How TutorMoments works TutorMoments is built on real tutoring data.
The dataset we're releasing, TutorMoments-Preview, is 462 de-identified, text-only transcripts of real one-on-one math tutoring with U.S.students in grades 2-7, with more than 1,500 teacher-annotated key moments and several thousand free-text annotations from 27 U.S.-based teacher annotators.
The transcripts come from a high-dosage tutoring program whose students mostly attend Title I schools, shared under a research clause agreed to by parents and guardians; all data was stripped of identifying details, first by the provider and then through an additional math-aware pipeline.
All annotations came from experienced math teachers, whom we asked to read the transcripts and mark key learning moments—noting what was going on, what the tutor did, and how it landed for the student.
Each key moment is a decision point where the tutor had to weigh scaffolding (making a problem more accessible) against pushing for rigor (encouraging the student to do harder thinking).
TutorMoments runs by pausing a transcript at one of those key moments and handing the session to a language model, which takes over as the tutor for five turns with a simulated student.We call each of these model-generated continuations a replay.
An LLM-based scoring pipeline then rates each replay on three things: whether the model (1) scaffolded when the student needed support, (2) pushed for rigor when the student was ready for more challenge, and (3) avoided over-scaffolding (reducing the challenge more than the moment called for).
The scoring pipeline starts from a teacher-defined ground truth: for each key moment, whether it called for scaffolding or for a push for rigor.
Several teachers annotated each moment, and when they disagreed we took the majority label—if three teachers annotated a moment and two called for rigor while one called for scaffolding, the ground truth is rigor.
A separate LM classifier validated against teacher annotations then decides whether the tutor's actual move matches what the moment called for—an "appropriate" turn means the tutor's classified action (scaffold, push for rigor, or over-scaffold) lines up with what teachers judged the moment to call for.
Preliminary results We ran seven LLMs through TutorMoments using two prompts: a plain prompt that gives no real guidance – it only tells the model to use what it knows about good tutoring to respond to the student – and an evaluation-aware prompt that spells out the trade-off between scaffolding, over-scaffolding, and pushing for rigor.
Each model was scored over key moments drawn from the tutoring transcripts, split evenly between moments where scaffolding was the right approach and moments that called for rigor.
Every number in the table is a rating between 0 and 1 – the share of the relevant moments where the model did the appropriate thing – so a higher score means the model made the right call more often.A 0.
50 on appropriate rigor, for instance, means the model pushed for rigor in half of the moments that called for it.A few things to keep in mind when reading the scores: Human tutors are a naturalistic reference, not a ceiling.
We don't treat human tutors as a model of ideal practice—even experienced tutors make less-than-optimal choices in the moment.Scored the same way at the same decision points, the human tutors in our transcripts get 0.458 (appropriate scaffolding), 0.182 (appropriate rigor), and 0.
496 (avoids over-scaffolding)—all below the models' evaluation-aware scores and around the range of their plain-prompt scores.But this isn't a claim that AI tutors outperform human teachers.
Annotators specifically looked for moments where tutoring could have gone better, so the dataset concentrates on missed opportunities rather than ideal practice.The scores measure tutor behavior, not learning.
Replays use a simulated "oracle" student, so the numbers reflect how a model acts at a decision point—not whether a real student learned.Rigor is noisier than scaffolding.
The scoring pipeline detects rigor pushes less reliably, and there are fewer rigor moments (260) than scaffolding moments (738) in the underlying annotations.
The clearest pattern in the table is how much the prompt matters: every model scores higher under the evaluation-aware prompt than under the plain one.That suggests a model's default "helpful assistant" behavior isn't enough on its own to tutor well.
But spelling out the trade-off in the prompt only goes so far—while it lifts every score, models still differ widely in how they interpret the enhanced prompt and even the best scorers have plenty of room to improve.We also break down the moves that tutors made under each scenario.
While prompting encourages models to push for rigor, they use fewer strategies than humans do, often relying on asking students to explain their answers.In contrast, human tutors employ more varied strategies and are much more likely to step back and let students work independently.
Limitations and next steps TutorMoments is still early in its development, and it has several limitations at this stage.
The biggest is that automated evaluation gives us signal about how a model behaves at a decision point, but it can't stand in for studies with real students and real learning outcomes.The dataset is also narrow: U.S.
-based, mostly elementary and middle-school math, annotated by a single pool of educators.Our findings may not generalize to other subjects, grade levels, or settings.
We're sharing this preview to gather feedback as we build toward a larger, multimodal dataset, a stronger scoring pipeline, and deeper analysis.Acknowledgments This project has been made possible in part through support from the Gates Foundation and Learning Commons.
Datasets mentioned in this article 1 More from this author The OlmoEarth Platform: Geospatial inference at planetary scale 39 July 28, 2026 What building Shippy taught us about building agents 19 July 15, 2026 Community EditPreview Upload images, audio, and videos by dragging in the text input, pasting, or clicking here.
Tap or paste here to upload images Comment · Sign up or log in to comment Upvote - Datasets mentioned in this article 1
Related
相關文章

鴻蒙 PC 生態首款 AI 編程智能體工作臺,阿里 Qoder 支持鴻蒙電腦
作者:沁滄(實習) 責編:沁滄 評論: 9 月 21 日消息,阿里 Qoder 今日宣佈,Qoder 登陸鴻蒙 PC 應用市場,是鴻蒙 PC 生態首款 AI 編程智能體工作臺。據介紹,Qoder 團隊與鴻蒙團隊緊密配合,重點解決了幾個關鍵問題:讓 Qoder 的完整任務閉環 —— 從理解意圖、拆解步驟、調用工具到交付結果 —— 在鴻蒙系統上流暢運行,確保核心體驗不打折。

百度文庫網盤宣佈AI辦公出海,庫庫AI全球月活超4000萬
通用智能體“庫庫AI”全球AI辦公月活已超4000萬,百度文庫網盤去年推出的海外一站式AI辦公平臺Oreate AI同步煥新為庫庫AI海外版“Kooko”,海外用戶一年內突破1000萬。作為百度文庫網盤三年前佈局的通用AI辦公產品,庫庫AI前身GenFlow於2025年4月上線1.

月之暗面發佈 Kimi Code Desktop 桌面客戶端,macOS 和 Windows 版同步上線
作者:遠洋 責編:遠洋 評論: 9 月 21 日消息,今天月之暗面 Kimi 發佈了 Kimi Code Desktop,macOS 和 Windows 版同步上線,可訪問 kimi.com/ code 安裝使用。作為 Kimi Code 官方桌面客戶端,它將 Kimi Code 智能編程服務能力帶到桌面應用中。
5499元起,vivo X500系列三機齊發:動態影像成核心戰略,首發2nm旗艦芯
作者 | 雲鵬 編輯 | 李水青 9月21日上海現場報道,剛剛vivo正式發佈X500系列手機,包括X500、X500 Pro、X500 Pro Max三款機型,起售價分別為5499元、6499元、6999元。 發佈會上,vivo副總裁、產品副總裁黃韜宣佈該系列是vivo影像進入下一個10年的開篇之作,並首次完整落地藍圖動態影像技術棧。 系統層面,OriginOS 7升級了不少AI個性化功能,比如用戶上傳一張寵物照片,AI即可生成高精度的3D建模萌寵互動主題。
公眾號插圖、秋招物料、潮玩設計,實測商湯SenseNova U1 Pro:生圖模型走向真實任務交付
作者 | 畢偉豪 編輯|漠影 時常會有人感慨,各種生圖模型讓人眼花繚亂,但一到真正交稿時,還是免不了反覆“抽卡”。好不容易挑到一張滿意的圖,改個字、換個元素,又得重新開始。 抽到一張好看的圖,和完成一項工作,畢竟不是一回事。 在真實工作中,做一張圖往往只是任務的一部分:公眾號文章需要封面和多張配圖,企業招聘需要海報、易拉寶、摺頁等一整套物料,設計過程中還可能隨時需要改文字、換人物服裝、調整局部元素。 這也意味著,辦公場景中的生圖需求,對模型提出的要求已經不只是畫面效果。

用 AI 造謠再收費刪帖:自媒體博主敲詐科技企業 230 萬元被抓
今年以來,上海警方共偵破涉企謠言案件百餘起,依法清理涉企不實信息 8.7 萬餘條;累計偵破涉企黑客類案件 68 起,抓獲犯罪嫌疑人 210 餘名。上海警方重點介紹了一起故意製造企業負面輿情、實施敲詐勒索的案件:犯罪嫌疑人針對一家剛剛宣佈獲得融資的科技企業,連續發佈十餘篇不實文章持續抹黑造謠,敲詐 230 萬元。