← All research

AI for Learning

This paper introduces EE-Eval, an automated framework to evaluate the interaction quality of AI-generated educational content called 'explorable explanations' by comparing their underlying interaction logic to ideal pedagogical designs.

cs.HCBeginner-friendly

Evaluating Interactivity: Toward Automated Assessment of AI-Generated Explorable Explanations

Xiaozao Wang, Zhewei Wang, Hongyi Wen

In plain terms

AI can now quickly create interactive learning materials, but it's difficult to properly assess how good their interactivity truly is—meaning how effectively they let learners explore and receive useful feedback. Current evaluation methods mostly focus on things like code working or visual appeal, not the actual quality of the learning experience. The researchers developed EE-Eval, an automated framework that formalizes the interaction logic of these AI-generated materials as a 'Finite State Machine' (FSM), which is like a map showing all possible learner actions and system responses. They extract these FSMs from AI-generated content and compare them to an 'ideal FSM' that represents the intended teaching strategy. EE-Eval consistently differentiated interaction quality beyond simple checks, and its assessments aligned much better with human judgments of how interactive and effective the learning materials were.

Why it matters · This research offers a critical tool for improving AI-generated educational content, helping ensure that new interactive learning materials are not just functional but genuinely effective for student understanding. For newcomers, it highlights the importance of evaluating AI tools beyond basic correctness to their actual impact on learning.

About this work · This paper contributes to the growing field of AI in education, specifically focusing on the rigorous evaluation of AI-generated interactive learning experiences. It addresses a key challenge in ensuring the quality and pedagogical soundness of educational content created by large language models.

AI in EducationLLMsInteractive LearningEvaluationPedagogy