Table of Contents
Fetching ...

Adaptive Scaffolding for Cognitive Engagement in an Intelligent Tutoring System

Sutapa Dey Tithi, Nazia Alam, Tahreem Yasir, Yang Shi, Xiaoyi Tian, Min Chi, Tiffany Barnes

TL;DR

This paper addresses how to personalize cognitive engagement in an intelligent tutoring system by embedding the ICAP framework within adaptive scaffolding that selects between Guided (active) and Buggy (constructive) worked examples. It compares two adaptive approaches, Bayesian Knowledge Tracing (BKT) and offline Deep Reinforcement Learning (DRL) via Double Deep Q-Networks, against a non-adaptive baseline in a logic tutor with 113 undergraduate students. Results show that both adaptive policies yield significant posttest improvements over control, with BKT aiding low-prior-knowledge students and DRL benefiting high-prior-knowledge students, while both approaches reduce the achievement gap. The work offers practical guidance for designing ICAP-based adaptive ITS and highlights tradeoffs between interpretability (BKT) and learning-driven optimization (DRL), suggesting avenues for broader validation across domains and problem types.

Abstract

The ICAP framework defines four cognitive engagement levels: Passive, Active, Constructive, and Interactive, where increased cognitive engagement can yield improved learning. However, personalizing learning activities that elicit the optimal level of cognitive engagement remains a key challenge in intelligent tutoring systems (ITS). In this work, we develop and evaluate a system that adaptively scaffolds cognitive engagement by dynamically selecting worked examples in two different ICAP modes: (active) Guided examples and (constructive) Buggy examples. We compare Bayesian Knowledge Tracing (BKT) and Deep Reinforcement Learning (DRL) as adaptive methods against a non-adaptive baseline method for selecting example type in a logic ITS. Our experiment with 113 students demonstrates that both adaptive policies significantly improved student performance on test problems. BKT yielded the largest improvement in posttest scores for low prior knowledge students, helping them catch up with their high prior knowledge peers, whereas DRL yielded significantly higher posttest scores among high prior knowledge students. This paper contributes new insights into the complex interactions of cognitive engagement and adaptivity and their results on learning outcomes.

Adaptive Scaffolding for Cognitive Engagement in an Intelligent Tutoring System

TL;DR

This paper addresses how to personalize cognitive engagement in an intelligent tutoring system by embedding the ICAP framework within adaptive scaffolding that selects between Guided (active) and Buggy (constructive) worked examples. It compares two adaptive approaches, Bayesian Knowledge Tracing (BKT) and offline Deep Reinforcement Learning (DRL) via Double Deep Q-Networks, against a non-adaptive baseline in a logic tutor with 113 undergraduate students. Results show that both adaptive policies yield significant posttest improvements over control, with BKT aiding low-prior-knowledge students and DRL benefiting high-prior-knowledge students, while both approaches reduce the achievement gap. The work offers practical guidance for designing ICAP-based adaptive ITS and highlights tradeoffs between interpretability (BKT) and learning-driven optimization (DRL), suggesting avenues for broader validation across domains and problem types.

Abstract

The ICAP framework defines four cognitive engagement levels: Passive, Active, Constructive, and Interactive, where increased cognitive engagement can yield improved learning. However, personalizing learning activities that elicit the optimal level of cognitive engagement remains a key challenge in intelligent tutoring systems (ITS). In this work, we develop and evaluate a system that adaptively scaffolds cognitive engagement by dynamically selecting worked examples in two different ICAP modes: (active) Guided examples and (constructive) Buggy examples. We compare Bayesian Knowledge Tracing (BKT) and Deep Reinforcement Learning (DRL) as adaptive methods against a non-adaptive baseline method for selecting example type in a logic ITS. Our experiment with 113 students demonstrates that both adaptive policies significantly improved student performance on test problems. BKT yielded the largest improvement in posttest scores for low prior knowledge students, helping them catch up with their high prior knowledge peers, whereas DRL yielded significantly higher posttest scores among high prior knowledge students. This paper contributes new insights into the complex interactions of cognitive engagement and adaptivity and their results on learning outcomes.
Paper Structure (14 sections, 1 equation, 3 figures, 2 tables)

This paper contains 14 sections, 1 equation, 3 figures, 2 tables.

Figures (3)

  • Figure 1: The tutor interface with the integrated three-panel design: student workspace (left), domain rules (center), and instructions (right). Hints and feedback appear in the bottom-left corner.
  • Figure 2: The tutor interfaces for two example types designed based on the ICAP framework
  • Figure 3: Problem type distribution and learning outcomes across conditions.