paper-with-me

Papers

qDKT: Question-centric Deep Knowledge Tracing

2020-05-25 · Shashank Sonkar, Andrew E. Waters, Andrew S. Lan, Phillip J. Grimaldi, Richard G. Baraniuk

Knowledge tracing (KT) models, e.g., the deep knowledge tracing (DKT) model, track an individual learner's acquisition of skills over time by examining the learner's performance on questions related to those skills. A practical limitation in most existing KT models is that all questions nested under a particular skill are treated as equivalent observations of a learner's ability, which is an inaccurate assumption in real-world educational scenarios. To overcome this limitation we introduce qDKT, a variant of DKT that models every learner's success probability on individual questions over time. First, qDKT incorporates graph Laplacian regularization to smooth predictions under each skill, which is particularly useful when the number of questions in the dataset is big. Second, qDKT uses an initialization scheme inspired by the fastText algorithm, which has found success in a variety of language modeling tasks. Our experiments on several real-world datasets show that qDKT achieves state-of-art performance on predicting learner outcomes. Because of this, qDKT can serve as a simple, yet tough-to-beat, baseline for new question-centric KT models.

📄 PDF Abstract BibTeX arXiv:2005.12442

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge TracingLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

fastText fastText embeddings exploit subword information to construct word embeddings. Representations are learnt of character $n$-grams, and words represented as the sum of the…

Similar Papers 제목 키워드 기반

Improving Interpretability of Deep Sequential Knowledge Tracing Models with Question-centric Cognitive Representations

2023-02-14 · Jiahao Chen, Zitao Liu, Shuyan Huang, Qiongqiong Liu 외

Knowledge tracing (KT) is a crucial technique to predict students' future performance by observing their historical learning processes. Due to the powerful representation ability of deep neural networks, remarkable progr…

Deep LearningKnowledge TracingPrediction

A Question-centric Multi-experts Contrastive Learning Framework for Improving the Accuracy and Interpretability of Deep Sequential Knowledge Tracing Models

2024-03-12 · Hengyuan Zhang, Zitao Liu, Chenming Shang, Dawei Li 외

Knowledge tracing (KT) plays a crucial role in predicting students' future performance by analyzing their historical learning processes. Deep neural networks (DNNs) have shown great potential in solving the KT problem. H…

Contrastive LearningDeep LearningKnowledge TracingPrediction

Question Difficulty Consistent Knowledge Tracing

2024-05-14 · Proceedings of the ACM Web Conference 2024 5 · Liu, Guimei and Zhan, Huijing and Kim, Jung-jae

Knowledge tracing aims to estimate knowledge states of students over a set of skills based on students' past learning activities. Deep learning based knowledge tracing models show superior performance to traditional know…

Knowledge Tracing

Option Tracing: Beyond Correctness Analysis in Knowledge Tracing

2021-04-19 · Aritra Ghosh, Jay Raspat, Andrew Lan

Knowledge tracing refers to a family of methods that estimate each student's knowledge component/skill mastery level from their past responses to questions. One key limitation of most existing knowledge tracing methods i…

Knowledge TracingMultiple-choiceSkill Mastery

Deep Knowledge Tracing with Side Information

2019-09-01 · Zhiwei Wang, Xiaoqin Feng, Jiliang Tang, Gale Yan Huang 외

Monitoring student knowledge states or skill acquisition levels known as knowledge tracing, is a fundamental part of intelligent tutoring systems. Despite its inherent challenges, recent deep neural networks based knowle…

Knowledge Tracing