← 返回论文检索
ACM Multimedia 2025Experience: Multimedia Applications

DiffuQKT: A Diffusion-Based Approach for Improved Question Representation in Knowledge Tracing

Fenghua Yu, Jianwen Sun, Qian Wan 0007, Meicheng Chen, Xiaoxuan Shen, Qing Li 0045

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。DOI 10.1145/3746027.3754823 ↗

摘要

The rapid advancement of multimedia technologies and their increasing integration in education have underscored the importance of multimedia learning. Knowledge Tracing (KT) plays a crucial role in enabling adaptive multimedia learning by continuously monitoring students' progress and forecasting their performance throughout the learning process. Question lies at the heart of the KT process, making its representation crucial for building efficient KT models. However, the sparsity and complexity of question data pose significant challenges for existing methods to capture the underlying features of questions, thereby affecting the accuracy of knowledge state predictions. To address this issue, this paper attempts to introduce the diffusion model to the KT field, proposing a novel knowledge tracing model, DiffuQKT. The model presents a diffusion-based generative approach for question representation and enhances the stability of knowledge states through contrastive learning. Specifically, DiffuQKT first constructs question representations based on their concepts, difficulty, and variations, and then, during the forward phase, progressively adds noise to the question representations, disrupting them into a Gaussian distribution. In the reverse phase, DiffuQKT gradually recovers the representations from noise, generating higher-quality question representations for knowledge tracing. Furthermore, to guide more meaningful question generation, we incorporate question concepts and difficulty as conditions during the denoising process. In addition, to improve the robustness of knowledge states against subtle variations in question representations, we employ contrastive learning to stabilize knowledge states across both original and denoised question representations. We conduct extensive experiments on four public datasets, comparing DiffuQKT with 15 baseline methods. The results demonstrate that DiffuQKT significantly outperforms existing models. Moreover, we find that the diffusion-based generative approach for question representation proposed in this paper has the ability to significantly improve the performance of baseline models. The code can be found at https://github.com/lilstrawberry/DiffuQKT.