LGAIMay 13, 2020

Towards Interpretable Deep Learning Models for Knowledge Tracing

arXiv:2005.06139v144 citations
Originality Synthesis-oriented
AI Analysis

This addresses the interpretability problem for educators and developers using knowledge tracing in intelligent tutoring systems, though it is incremental as it adapts an existing method to a specific domain.

The authors tackled the lack of interpretability in deep learning-based knowledge tracing models by applying layer-wise relevance propagation to an RNN-based model, showing feasibility and partially validating relevance scores at question and concept levels.

As an important technique for modeling the knowledge states of learners, the traditional knowledge tracing (KT) models have been widely used to support intelligent tutoring systems and MOOC platforms. Driven by the fast advancements of deep learning techniques, deep neural network has been recently adopted to design new KT models for achieving better prediction performance. However, the lack of interpretability of these models has painfully impeded their practical applications, as their outputs and working mechanisms suffer from the intransparent decision process and complex inner structures. We thus propose to adopt the post-hoc method to tackle the interpretability issue for deep learning based knowledge tracing (DLKT) models. Specifically, we focus on applying the layer-wise relevance propagation (LRP) method to interpret RNN-based DLKT model by backpropagating the relevance from the model's output layer to its input layer. The experiment results show the feasibility using the LRP method for interpreting the DLKT model's predictions, and partially validate the computed relevance scores from both question level and concept level. We believe it can be a solid step towards fully interpreting the DLKT models and promote their practical applications in the education domain.

Foundations

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

Your Notes