paper-with-me

홈 › Papers

Training LLM-based Tutors to Improve Student Learning Outcomes in Dialogues

2025-03-09 · Alexander Scarlatos, Naiming Liu, Jaewook Lee, Richard Baraniuk, Andrew Lan

Generative artificial intelligence (AI) has the potential to scale up personalized tutoring through large language models (LLMs). Recent AI tutors are adapted for the tutoring task by training or prompting LLMs to follow effective pedagogical principles, though they are not trained to maximize student learning throughout the course of a dialogue. Therefore, they may engage with students in a suboptimal way. We address this limitation by introducing an approach to train LLMs to generate tutor utterances that maximize the likelihood of student correctness, while still encouraging the model to follow good pedagogical practice. Specifically, we generate a set of candidate tutor utterances and score them using (1) an LLM-based student model to predict the chance of correct student responses and (2) a pedagogical rubric evaluated by GPT-4o. We then use the resulting data to train an open-source LLM, Llama 3.1 8B, using direct preference optimization. We show that tutor utterances generated by our model lead to significantly higher chances of correct student responses while maintaining the pedagogical quality of GPT-4o. We also conduct qualitative analyses and a human evaluation to demonstrate that our model generates high quality tutor utterances.

📄 PDF Abstract BibTeX arXiv:2503.06424

Code (1)

umass-ml4ed/tutorbot-dpo 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

Exploring LLMs for Predicting Tutor Strategy and Student Outcomes in Dialogues

2025-07-09 · Fareya Ikram, Alexander Scarlatos, Andrew Lan arxiv

Tutoring dialogues have gained significant attention in recent years, given the prominence of online learning and the emerging tutoring abilities of artificial intelligence (AI) agents powered by large language models (L…

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

Modeling Student Response Times: Towards Efficient One-on-one Tutoring Dialogues

2018-11-01 · WS 2018 11 · Luciana Benotti, Jayadev Bhaskaran, Sigtryggur Kjartansson, David Lang

In this paper we investigate the task of modeling how long it would take a student to respond to a tutor question during a tutoring dialogue. Solving such a task has applications in educational settings such as intellige…

Math

Leveraging LLMs to Assess Tutor Moves in Real-Life Dialogues: A Feasibility Study

2025-06-20 · Danielle R. Thomas, Conrad Borchers, Jionghao Lin, Sanjit Kakarla 외

Tutoring improves student achievement, but identifying and studying what tutoring actions are most associated with student learning at scale based on audio transcriptions is an open research problem. This present study i…

Math

Alignment Drift in CEFR-prompted LLMs for Interactive Spanish Tutoring

2025-05-13 · Mina Almasi, Ross Deans Kristensen-McLachlan

This paper investigates the potentials of Large Language Models (LLMs) as adaptive tutors in the context of second-language learning. In particular, we evaluate whether system prompting can reliably constrain LLMs to gen…