Pedagogical Safety in Educational Reinforcement Learning

Created: 2026-05-08 | Tags: intelligent-tutoringpedagogical-safetyadaptive-learningreinforcement-learning
๐Ÿ“„ Full text: arXiv:2604.04237 ยท local
First formal framework for defining and detecting pedagogical safety violations in RL-based AI tutoring systems.

The Problem: Reward Hacking in Educational RL

Olukola & Rahimi (2026) identify a critical gap: as reinforcement learning personalizes instruction in ITS, there is no formal framework for pedagogical safety.

What is "Reward Hacking" in Education?

In RL, agents optimize for a reward signal. In education, this can lead to:

Four-Layer Model of Pedagogical Safety

Layer Focus Safety Criterion
Structural System architecture No single point of pedagogical failure
Progress Learning trajectory Demonstrated progress toward learning objectives
Engagement Motivation quality Engagement that supports (not replaces) learning
Outcome Transfer & retention Learning persists beyond tutored context

Connection to SafeTutors Taxonomy

This complements the SafeTutors taxonomy which identifies 11 harm dimensions:

Pedagogical Safety in RL adds: system-level safety (how the learning algorithm itself can cause harm through optimization failures).

Detection Methods

The paper proposes detecting reward hacking via: 1. Discrepancy auditing: Compare RL-optimized metrics vs. independent learning measures 2. Policy inversion: Analyze what behaviors the RL policy actually encourages 3. Long-term tracking: Monitor retention and transfer (not just immediate performance)

Implications

This parallels concerns in educational-llm-alignment where benchmark misalignment with teaching quality reveals similar optimization gaps.

Related Pages

Sources