ACE-KT: Cascaded Cognitive Modeling for Stage-wise Knowledge Tracing
Abstract
Knowledge Tracing (KT) aims to predict students’ academic performance by modeling their knowledge mastery over time, based on their historical learning interactions. However, current KT models often oversimplify student interactions by treating them as standard time series rather than as cognitive processes. Consequently, modeling student learning as a process of cognitive transformation rather than as a mere sequence of time-stamped events remains a fundamental challenge in KT research. To address this issue, we propose ACE-KT (cAscaded Cognitive modEling for Knowledge Tracing), a novel framework inspired by cognitive process theory, which shifts the focus from purely sequential modeling to cognitive representation learning. Specifically, we design a cascaded cognitive framework inspired by human cognitive processes in three sequential stages: convolution-based rhythm perception module, Transformer encoder-based contextual structuring module, and cognitive integration module implemented via a selective structured state space model. Extensive experiments on five real-world datasets demonstrate that ACE-KT consistently outperforms 21 SOTA KT baselines, demonstrating its effectiveness. The source code is publicly available at our GitHub repository (https://github.com/AWord992/ACEKT.git).