pith. machine review for the scientific record. sign in

arxiv: 1907.06837 · v1 · submitted 2019-07-16 · 💻 cs.LG · cs.CY· stat.ML

Recognition: unknown

A Self-Attentive model for Knowledge Tracing

Authors on Pith no claims yet
classification 💻 cs.LG cs.CYstat.ML
keywords knowledgetracingactivitieslearningmethodsstudentdataapproach
0
0 comments X
read the original abstract

Knowledge tracing is the task of modeling each student's mastery of knowledge concepts (KCs) as (s)he engages with a sequence of learning activities. Each student's knowledge is modeled by estimating the performance of the student on the learning activities. It is an important research area for providing a personalized learning platform to students. In recent years, methods based on Recurrent Neural Networks (RNN) such as Deep Knowledge Tracing (DKT) and Dynamic Key-Value Memory Network (DKVMN) outperformed all the traditional methods because of their ability to capture complex representation of human learning. However, these methods face the issue of not generalizing well while dealing with sparse data which is the case with real-world data as students interact with few KCs. In order to address this issue, we develop an approach that identifies the KCs from the student's past activities that are \textit{relevant} to the given KC and predicts his/her mastery based on the relatively few KCs that it picked. Since predictions are made based on relatively few past activities, it handles the data sparsity problem better than the methods based on RNN. For identifying the relevance between the KCs, we propose a self-attention based approach, Self Attentive Knowledge Tracing (SAKT). Extensive experimentation on a variety of real-world dataset shows that our model outperforms the state-of-the-art models for knowledge tracing, improving AUC by 4.43% on average.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Evaluating LLMs on Large-Scale Graph Property Estimation via Random Walks

    cs.LG 2026-05 unverdicted novelty 7.0

    EstGraph benchmark evaluates LLMs on estimating properties of very large graphs from random-walk samples that fit in context limits.

  2. MAML-KT: Addressing Cold Start Problem in Knowledge Tracing for New Students via Few-Shot Model-Agnostic Meta Learning

    cs.LG 2026-02 unverdicted novelty 7.0

    MAML-KT applies model-agnostic meta-learning to knowledge tracing so models initialize for rapid adaptation, yielding higher early accuracy than standard KT models on ASSIST datasets under controlled cold-start conditions.

  3. Explainable Knowledge Tracing via Probabilistic Embeddings and Pattern-based Reasoning

    cs.AI 2026-05 unverdicted novelty 6.0

    PLKT models student knowledge with Beta probabilistic embeddings and performs explicit logical reasoning over historical interactions to deliver both accurate predictions and interpretable explanations in knowledge tracing.