AICYLGFeb 17, 2025

AAKT: Enhancing Knowledge Tracing with Alternate Autoregressive Modeling

arXiv:2502.11817v16 citationsh-index: 27Has CodeIEEE Trans Learn Technol
Originality Incremental advance
AI Analysis

This work addresses the problem of personalized education by enhancing knowledge tracing, though it appears incremental as it builds on existing autoregressive methods with novel sequencing and auxiliary inputs.

The paper tackled the challenge of effectively representing learner states in knowledge tracing by proposing a generative approach using autoregressive modeling on alternate question-response sequences, and it achieved consistent performance improvements over baselines on four real-world datasets in terms of AUC, ACC, and RMSE.

Knowledge Tracing (KT) aims to predict students' future performances based on their former exercises and additional information in educational settings. KT has received significant attention since it facilitates personalized experiences in educational situations. Simultaneously, the autoregressive modeling on the sequence of former exercises has been proven effective for this task. One of the primary challenges in autoregressive modeling for Knowledge Tracing is effectively representing the anterior (pre-response) and posterior (post-response) states of learners across exercises. Existing methods often employ complex model architectures to update learner states using question and response records. In this study, we propose a novel perspective on knowledge tracing task by treating it as a generative process, consistent with the principles of autoregressive models. We demonstrate that knowledge states can be directly represented through autoregressive encodings on a question-response alternate sequence, where model generate the most probable representation in hidden state space by analyzing history interactions. This approach underpins our framework, termed Alternate Autoregressive Knowledge Tracing (AAKT). Additionally, we incorporate supplementary educational information, such as question-related skills, into our framework through an auxiliary task, and include extra exercise details, like response time, as additional inputs. Our proposed framework is implemented using advanced autoregressive technologies from Natural Language Generation (NLG) for both training and prediction. Empirical evaluations on four real-world KT datasets indicate that AAKT consistently outperforms all baseline models in terms of AUC, ACC, and RMSE. Furthermore, extensive ablation studies and visualized analysis validate the effectiveness of key components in AAKT.

Code Implementations1 repo
Foundations

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

Your Notes