paper-with-me

홈 › Papers

TutorGym: A Testbed for Evaluating AI Agents as Tutors and Students

2025-05-02 · Daniel Weitekamp, Momin N. Siddiqui, Christopher J. MacLellan

Recent improvements in large language model (LLM) performance on academic benchmarks, such as MATH and GSM8K, have emboldened their use as standalone tutors and as simulations of human learning. However, these new applications require more than evaluations of final solution generation. We introduce TutorGym to evaluate these applications more directly. TutorGym is a standard interface for testing artificial intelligence (AI) agents within existing intelligent tutoring systems (ITS) that have been tested and refined in classroom studies, including Cognitive Tutors (CTAT), Apprentice Tutors, and OATutors. TutorGym is more than a simple problem-solution benchmark, it situates AI agents within the interactive interfaces of existing ITSs. At each step of problem-solving, AI agents are asked what they would do as a tutor or as a learner. As tutors, AI agents are prompted to provide tutoring support -- such as generating examples, hints, and step-level correctness feedback -- which can be evaluated directly against the adaptive step-by-step support provided by existing ITSs. As students, agents directly learn from ITS instruction, and their mistakes and learning trajectories can be compared to student data. TutorGym establishes a common framework for training and evaluating diverse AI agents, including LLMs, computational models of learning, and reinforcement learning agents, within a growing suite of learning environments. Currently, TutorGym includes 223 different tutor domains. In an initial evaluation, we find that current LLMs are poor at tutoring -- none did better than chance at labeling incorrect actions, and next-step actions were correct only ~52-70% of the time -- but they could produce remarkably human-like learning curves when trained as students with in-context learning.

📄 PDF Abstract BibTeX arXiv:2505.01563

Code (1)

teachable-ai-lab/tutor_gym 공식 구현

Tasks

GSM8KIn-Context LearningLarge Language ModelMath

Similar Papers 제목 키워드 기반

Using Large Language Models to Assess Tutors' Performance in Reacting to Students Making Math Errors

2024-01-06 · Sanjit Kakarla, Danielle Thomas, Jionghao Lin, Shivang Gupta 외

Research suggests that tutors should adopt a strategic approach when addressing math errors made by low-efficacy students. Rather than drawing direct attention to the error, tutors should guide the students to identify a…

Math

Integrating AI Tutors in a Programming Course

2024-07-14 · Iris Ma, Alberto Krone Martins, Cristina Videira Lopes

RAGMan is an LLM-powered tutoring system that can support a variety of course-specific and homework-specific AI tutors. RAGMan leverages Retrieval Augmented Generation (RAG), as well as strict instructions, to ensure the…

RAGRetrieval-augmented Generation

Evaluating Answer Leakage Robustness of LLM Tutors against Adversarial Student Attacks

2026-04-20 · Jin Zhao, Marta Knežević, Tanja Käser arxiv

Large Language Models (LLMs) are increasingly used in education, yet their default helpfulness often conflicts with pedagogical principles. Prior work evaluates pedagogical quality via answer leakage-the disclosure of co…

Do Tutors Learn from Equity Training and Can Generative AI Assess It?

2024-12-15 · Danielle R. Thomas, Conrad Borchers, Sanjit Kakarla, Jionghao Lin 외

Equity is a core concern of learning analytics. However, applications that teach and assess equity skills, particularly at scale are lacking, often due to barriers in evaluating language. Advances in generative AI via la…

Few-Shot Learning

LLM Pedagogical Behavior in AI Tutoring Interactions

2026-08-24 · Suhyeon Lee, Juneha Baek, Jaehyeong Park, Donghyuk Shin arxiv

Students increasingly use LLMs as tutors for coursework and problem solving. Little is known about the level of assistance LLMs provide when students use them as tutors in authentic learning interactions. This matters be…