The paper proposes a personalized knowledge tracing (PKT) model that aims to address two key limitations in existing deep learning-based knowledge tracing (DLKT) approaches:
Personalization: Most DLKT models focus on exploring question or skill-level information, neglecting individual student characteristics. PKT reconstructs student representations from their historical interaction sequences to capture latent information about the students.
Class imbalance: Publicly available educational datasets often exhibit significant class imbalance, where models can achieve impressive accuracy by simply predicting all responses as correct. PKT incorporates focal loss to prioritize minority classes, achieving more balanced predictions.
The key components of the PKT model are:
Student Representation Module: Uses a Gated Recurrent Unit (GRU) to encode skill and response information from historical practice records into a student representation.
Capsule Blocks Module: Constructs capsule representations via an attention mechanism to capture the importance of each practice.
Knowledge Tracing Module: Calculates the probability of correctly answering the next question using the capsule representations.
Reconstruction Representation Module: Reconstructs the student representation by multiplying the probability and capsule representation.
Class Imbalance Module: Applies focal loss to reduce the influence of easily classified samples and focus on more challenging cases.
The authors validate the effectiveness of PKT across four publicly available educational datasets, demonstrating significant improvements in predictive performance compared to 16 state-of-the-art DLKT models. They also conduct comprehensive analyses on model parameters, attention weights, and the impact of representation reconstruction and class balancing.
In un'altra lingua
dal contenuto originale
arxiv.org
Approfondimenti chiave tratti da
by Zhiyu Chen, ... alle arxiv.org 09-12-2024
https://arxiv.org/pdf/2409.06745.pdfDomande più approfondite