Leveraging Student Profiles and the Mamba Framework to Enhance Knowledge Tracing

Abstract

Knowledge tracing (KT) predicts students’ knowledge mastery based on their interaction history to forecast future performance. Although current KT methods have achieved good results, because of the lacking of students’ information, these methods can only make sequence-level inference, assuming that students are independent and homogeneous. Additionally, due to the typically long student sequences in KT tasks, mainstream RNN-based student state modeling methods suffer from long-sequence forgetting, while attention-based models require manually set bias functions. To address these issues, this paper proposes a D ual- G raph M amba framework for K nowledge T racing (DGMKT), which models student profiles based on students’ interaction sequence through a D ual- G raph S tudent- P rofile Aware M odule (DGSPM). Meanwhile, we model student mastery states based on Mamba, avoiding the long-sequence forgetting problem in RNN-based models and the need for bias functions in attention-based models for KT tasks. To the best of our knowledge, this is the first application of the Mamba architecture in KT tasks. We evaluate DGMKT on four datasets and compare it with ten baselines to demonstrate its superiority. Furthermore, we showcase its broad adaptability by integrating DGSPM with various KT models.

Cite

Text

Shao et al. "Leveraging Student Profiles and the Mamba Framework to Enhance Knowledge Tracing." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025. doi:10.1007/978-3-032-06109-6_12

Markdown

[Shao et al. "Leveraging Student Profiles and the Mamba Framework to Enhance Knowledge Tracing." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025.](https://mlanthology.org/ecmlpkdd/2025/shao2025ecmlpkdd-leveraging/) doi:10.1007/978-3-032-06109-6_12

BibTeX

@inproceedings{shao2025ecmlpkdd-leveraging,
  title     = {{Leveraging Student Profiles and the Mamba Framework to Enhance Knowledge Tracing}},
  author    = {Shao, Mingxing and Zhang, Tiancheng and Yu, Minghe and Liu, Zhenghao and Yin, Yifang and Liu, Hengyu and Yu, Ge},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2025},
  pages     = {201-218},
  doi       = {10.1007/978-3-032-06109-6_12},
  url       = {https://mlanthology.org/ecmlpkdd/2025/shao2025ecmlpkdd-leveraging/}
}