Hugging Face Blog模型更新

TutorMoments:AI 家教何時該出手,何時該放手?

2026年8月7日 17:53

重點摘要

今日我們推出 TutorMoments 預覽版,這是一個評估框架,旨在衡量尖端大型語言模型能否掌握教育中最難的平衡:何時介入協助學生,何時退後讓學生自行努力。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

相關文章

拆解“AI辦公入口戰”底層:怎麼做才能成為最終贏家?

字節、阿里、騰訊等大廠正透過組織調整與產品整合,全力爭奪AI辦公入口,關鍵在於模型、場景、生態與商業體系的全面競爭。這場戰爭的核心是透過AI產品實現Token經濟的商業閉環,並以「效果」為標準,透過自有體系與外部生態滿足企業用戶的真實需求。最終贏家需兼顧模型能力、場景積累與生態建設,才能在AI生產力時代站穩腳步。

2 小時前

千人聯機世界模型“RhOS-World: Khora”正式發佈

RhOS.ai與Ophilus.AI共同發布了千人聯機世界模型「RhOS-World: Khora」,該模型能讓多達1024個智能體在共享的3D空間中即時互動,且無需傳統物理引擎。其核心技術「STBoard(時空黑板)」架構,透過統一的物理狀態管理,解決了多視角一致性的難題,並大幅降低了擴展智能體數量的運算成本。

3 小時前

內部賽馬暫停,騰訊、阿里、字節AI辦公產品“合兵”對陣

過去半年,騰訊、阿里巴巴、字節跳動等大廠在AI辦公產品領域經歷內部賽馬後,近期紛紛收攏資源,推出整合方案。騰訊將QClaw業務調整至雲產品六部,與WorkBuddy統一管理;阿里整合三款產品推出千問辦公;字節則將飛書團隊併入豆包。市場數據顯示,6月國內AI辦公智能體平臺月訪問量突破6000萬次,顯示此領域競爭日益激烈。

4 小時前