paper-with-me

Papers

Enhancing Deep Knowledge Tracing with Auxiliary Tasks

2023-02-14 · Zitao Liu, Qiongqiong Liu, Jiahao Chen, Shuyan Huang, Boyu Gao, Weiqi Luo, Jian Weng

Knowledge tracing (KT) is the problem of predicting students' future performance based on their historical interactions with intelligent tutoring systems. Recent studies have applied multiple types of deep neural networks to solve the KT problem. However, there are two important factors in real-world educational data that are not well represented. First, most existing works augment input representations with the co-occurrence matrix of questions and knowledge components\footnote{\label{ft:kc}A KC is a generalization of everyday terms like concept, principle, fact, or skill.} (KCs) but fail to explicitly integrate such intrinsic relations into the final response prediction task. Second, the individualized historical performance of students has not been well captured. In this paper, we proposed \emph{AT-DKT} to improve the prediction performance of the original deep knowledge tracing model with two auxiliary learning tasks, i.e., \emph{question tagging (QT) prediction task} and \emph{individualized prior knowledge (IK) prediction task}. Specifically, the QT task helps learn better question representations by predicting whether questions contain specific KCs. The IK task captures students' global historical performance by progressively predicting student-level prior knowledge that is hidden in students' historical learning interactions. We conduct comprehensive experiments on three real-world educational datasets and compare the proposed approach to both deep sequential KT models and non-sequential models. Experimental results show that \emph{AT-DKT} outperforms all sequential models with more than 0.9\% improvements of AUC for all datasets, and is almost the second best compared to non-sequential models. Furthermore, we conduct both ablation studies and quantitative analysis to show the effectiveness of auxiliary tasks and the superior prediction outcomes of \emph{AT-DKT}.

📄 PDF Abstract BibTeX arXiv:2302.07942

Code (2)

pykt-team/pykt-toolkit 공식 구현 pytorch
ZhijieXiong/pyedmine pytorch

Tasks

Auxiliary LearningKnowledge TracingPrediction

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

AAKT: Enhancing Knowledge Tracing with Alternate Autoregressive Modeling

2025-02-17 · Hao Zhou, Wenge Rong, Jianfei Zhang, Qing Sun 외

Knowledge Tracing (KT) aims to predict students' future performances based on their former exercises and additional information in educational settings. KT has received significant attention since it facilitates personal…

Knowledge TracingText Generation

Sparse Binary Representation Learning for Knowledge Tracing

2025-01-17 · Yahya Badran, Christine Preisach

Knowledge tracing (KT) models aim to predict students' future performance based on their historical interactions. Most existing KT models rely exclusively on human-defined knowledge concepts (KCs) associated with exercis…

BinarizationKnowledge TracingRepresentation Learning

XES3G5M: A Knowledge Tracing Benchmark Dataset with Auxiliary Information

2023-09-26 · NeurIPS 2023 11

Knowledge tracing (KT) is a task that predicts students' future performance based on their historical learning interactions. With the rapid development of deep learning techniques, existing KT approaches follow a data-dr…

Advancing Personalized Learning Analysis via an Innovative Domain Knowledge Informed Attention-based Knowledge Tracing Method

2025-01-09 · Shubham Kose, Jin Wei-Kocsis

Emerging Knowledge Tracing (KT) models, particularly deep learning and attention-based Knowledge Tracing, have shown great potential in realizing personalized learning analysis via prediction of students' future performa…

Deep LearningKnowledge Tracing

SAICL: Student Modelling with Interaction-level Auxiliary Contrastive Tasks for Knowledge Tracing and Dropout Prediction

2022-10-07 · Jungbae Park, Jinyoung Kim, Soonwoo Kwon, Sang Wan Lee

Knowledge tracing and dropout prediction are crucial for online education to estimate students' knowledge states or to prevent dropout rates. While traditional systems interacting with students suffered from data sparsit…

Contrastive LearningData AugmentationKnowledge Tracing