IRLGDec 9, 2020

Improving Knowledge Tracing via Pre-training Question Embeddings

arXiv:2012.05031v1150 citations
AI Analysis

This work provides an incremental improvement for educational technology researchers and practitioners by enhancing the accuracy of student performance prediction.

This paper addresses the challenge of inadequately extracted question and skill information in Knowledge Tracing (KT) by pre-training question embeddings. By leveraging question difficulty and question-skill relations, the proposed method significantly outperforms state-of-the-art baselines on three common KT datasets.

Knowledge tracing (KT) defines the task of predicting whether students can correctly answer questions based on their historical response. Although much research has been devoted to exploiting the question information, plentiful advanced information among questions and skills hasn't been well extracted, making it challenging for previous work to perform adequately. In this paper, we demonstrate that large gains on KT can be realized by pre-training embeddings for each question on abundant side information, followed by training deep KT models on the obtained embeddings. To be specific, the side information includes question difficulty and three kinds of relations contained in a bipartite graph between questions and skills. To pre-train the question embeddings, we propose to use product-based neural networks to recover the side information. As a result, adopting the pre-trained embeddings in existing deep KT models significantly outperforms state-of-the-art baselines on three common KT datasets.

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