Ontology-driven Reinforcement Learning for Personalized Student Support
Ryan Hare, Ying Tang
TL;DR
The paper tackles personalized education amid resource constraints by proposing an ontology-driven framework that fuses semantic knowledge with a multi-agent reinforcement learning (RL) brain. It formalizes domain structure as a DAG-based ontology $G=\langle C,E,\rho,D,\alpha\rangle$ and represents student state per topic as vectors $\mathbf{x_{c_i}}$, enabling a multi-agent MDP $\langle S,A,R,p,\gamma\rangle$ for learning. A data-transformation layer maps heterogeneous inputs to a common state and a personalized-assistance generator translates RL outputs into tutoring content, potentially leveraging rule-based systems or large language models. The approach is modular and adaptable to various virtual educational systems, offering scalable AI augmentation of instructors; future work includes empirical validation and deeper RL optimizations.
Abstract
In the search for more effective education, there is a widespread effort to develop better approaches to personalize student education. Unassisted, educators often do not have time or resources to personally support every student in a given classroom. Motivated by this issue, and by recent advancements in artificial intelligence, this paper presents a general-purpose framework for personalized student support, applicable to any virtual educational system such as a serious game or an intelligent tutoring system. To fit any educational situation, we apply ontologies for their semantic organization, combining them with data collection considerations and multi-agent reinforcement learning. The result is a modular system that can be adapted to any virtual educational software to provide useful personalized assistance to students.
