← All research

AI for Learning

This paper introduces FairTutor, a framework for cost-effective and equitable AI tutoring that intelligently routes student requests to different AI models.

cs.AIBeginner-friendly

FairTutor: Equity-Aware Pedagogical LLM Routing for Budget-Constrained AI Tutoring

Qingyang Xu

In plain terms

Generative AI tutors offer personalized learning support, but a problem arises when premium (expensive) services provide better help than free or low-cost ones, creating an "education inequity." To address this, researchers developed FairTutor, a system that manages how AI tutors respond to students. FairTutor first analyzes a student's question and plans a teaching approach, then attempts to generate an answer using a cheaper AI model. An "evaluator" AI checks the quality of this initial answer, guiding the cheaper model to revise it if needed. Only when necessary for complex problems or insufficient answers does FairTutor selectively use a more expensive, premium AI model, a process called "multi-agent orchestration." This approach achieved 97.1% of the teaching quality of using only premium AI, while drastically cutting serving costs by 71.6%.

Why it matters · This research is crucial for making high-quality AI tutoring accessible and fair for all students, addressing a key challenge in integrating AI into education responsibly. It demonstrates how to achieve effective educational support without requiring prohibitive costs.

About this work · This paper contributes to the field of AI in Education (AIED), focusing on practical solutions for developing intelligent tutoring systems that are both effective and equitable. The work tackles the challenges of deploying large language models (LLMs) for educational purposes in a cost-efficient manner.

intelligent tutoringLLMsequity in AIcost efficiencypedagogical AI