AIJun 6, 2018

Addressing Two Problems in Deep Knowledge Tracing via Prediction-Consistent Regularization

arXiv:1806.02180v1333 citations
Originality Synthesis-oriented
AI Analysis

This work addresses incremental improvements in knowledge tracing for personalized education by enhancing prediction consistency in student learning models.

The authors tackled two problems in deep knowledge tracing (DKT) models—inconsistent predictions and failure to reconstruct observed inputs—by adding regularization terms to the loss function, which alleviated these issues without degrading performance on the original task.

Knowledge tracing is one of the key research areas for empowering personalized education. It is a task to model students' mastery level of a knowledge component (KC) based on their historical learning trajectories. In recent years, a recurrent neural network model called deep knowledge tracing (DKT) has been proposed to handle the knowledge tracing task and literature has shown that DKT generally outperforms traditional methods. However, through our extensive experimentation, we have noticed two major problems in the DKT model. The first problem is that the model fails to reconstruct the observed input. As a result, even when a student performs well on a KC, the prediction of that KC's mastery level decreases instead, and vice versa. Second, the predicted performance for KCs across time-steps is not consistent. This is undesirable and unreasonable because student's performance is expected to transit gradually over time. To address these problems, we introduce regularization terms that correspond to reconstruction and waviness to the loss function of the original DKT model to enhance the consistency in prediction. Experiments show that the regularized loss function effectively alleviates the two problems without degrading the original task of DKT.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes