Enhancing Knowledge Tracing through Leakage-Free and Recency-Aware Embeddings
By: Yahya Badran, Christine Preisach
Potential Business Impact:
Makes learning tools guess student skills better.
Knowledge Tracing (KT) aims to predict a student's future performance based on their sequence of interactions with learning content. Many KT models rely on knowledge concepts (KCs), which represent the skills required for each item. However, some of these models are vulnerable to label leakage, in which input data inadvertently reveal the correct answer, particularly in datasets with multiple KCs per question. We propose a straightforward yet effective solution to prevent label leakage by masking ground-truth labels during input embedding construction in cases susceptible to leakage. To accomplish this, we introduce a dedicated MASK label, inspired by masked language modeling (e.g., BERT), to replace ground-truth labels. In addition, we introduce Recency Encoding, which encodes the step-wise distance between the current item and its most recent previous occurrence. This distance is important for modeling learning dynamics such as forgetting, which is a fundamental aspect of human learning, yet it is often overlooked in existing models. Recency Encoding demonstrates improved performance over traditional positional encodings on multiple KT benchmarks. We show that incorporating our embeddings into KT models like DKT, DKT+, AKT, and SAKT consistently improves prediction accuracy across multiple benchmarks. The approach is both efficient and widely applicable.
Similar Papers
MemoryKT: An Integrative Memory-and-Forgetting Method for Knowledge Tracing
Machine Learning (CS)
Helps students learn better by remembering what they forget.
Next Token Knowledge Tracing: Exploiting Pretrained LLM Representations to Decode Student Behaviour
Computation and Language
Helps computers understand how students learn better.
Enhanced Interpretable Knowledge Tracing for Students Performance Prediction with Human understandable Feature Space
Computers and Society
Helps learning programs understand how students learn.