Revisiting Applicable and Comprehensive Knowledge Tracing in Large-Scale Data
Abstract
Knowledge Tracing (KT) is a fundamental component of Intelligent Tutoring Systems (ITS), enabling the modeling of students’ knowledge states to predict future performance. The introduction of Deep Knowledge Tracing (DKT), the first deep learning-based KT (DLKT) model, has brought significant advantages in terms of applicability and comprehensiveness. However, recent DLKT models, such as Attentive Knowledge Tracing (AKT), have often prioritized predictive performance at the expense of these benefits. While deep sequential models like DKT have shown potential, they face challenges related to parallel computing, storage decision modification, and limited storage capacity. To address these limitations, we propose DKT2, a novel KT model that leverages the recently developed xLSTM architecture. DKT2 enhances applicable input representation using the Rasch model and incorporates Item Response Theory (IRT) for output interpretability, allowing for the decomposition of learned knowledge into familiar and unfamiliar knowledge. By integrating this knowledge with predicted questions, DKT2 generates comprehensive knowledge states. Extensive experiments conducted across three large-scale datasets demonstrate that DKT2 consistently outperforms 18 baseline models in various prediction tasks, underscoring its potential for real-world educational applications. This work bridges the gap between theoretical advancements and practical implementation in KT. Our code, datasets and Appendix are fully available at https://github.com/zyy-2001/DKT2 .
Cite
Text
Zhou et al. "Revisiting Applicable and Comprehensive Knowledge Tracing in Large-Scale Data." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025. doi:10.1007/978-3-032-06109-6_14Markdown
[Zhou et al. "Revisiting Applicable and Comprehensive Knowledge Tracing in Large-Scale Data." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025.](https://mlanthology.org/ecmlpkdd/2025/zhou2025ecmlpkdd-revisiting/) doi:10.1007/978-3-032-06109-6_14BibTeX
@inproceedings{zhou2025ecmlpkdd-revisiting,
title = {{Revisiting Applicable and Comprehensive Knowledge Tracing in Large-Scale Data}},
author = {Zhou, Yiyun and Han, Wenkang and Chen, Jingyuan},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2025},
pages = {235-251},
doi = {10.1007/978-3-032-06109-6_14},
url = {https://mlanthology.org/ecmlpkdd/2025/zhou2025ecmlpkdd-revisiting/}
}