AICYLGJun 19, 2015

Deep Knowledge Tracing

arXiv:1506.05908v11540 citations
Originality Highly original
AI Analysis

This work addresses the challenge of effectively modeling student knowledge for educational impact, representing a promising new line of research in computer-supported education.

The authors tackled the problem of knowledge tracing in education by using Recurrent Neural Networks (RNNs) to model student learning, resulting in substantial improvements in prediction performance on multiple datasets.

Knowledge tracing---where a machine models the knowledge of a student as they interact with coursework---is a well established problem in computer supported education. Though effectively modeling student knowledge would have high educational impact, the task has many inherent challenges. In this paper we explore the utility of using Recurrent Neural Networks (RNNs) to model student learning. The RNN family of models have important advantages over previous methods in that they do not require the explicit encoding of human domain knowledge, and can capture more complex representations of student knowledge. Using neural networks results in substantial improvements in prediction performance on a range of knowledge tracing datasets. Moreover the learned model can be used for intelligent curriculum design and allows straightforward interpretation and discovery of structure in student tasks. These results suggest a promising new line of research for knowledge tracing and an exemplary application task for RNNs.

Code Implementations7 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes