paper-with-me

Papers

EKT: Exercise-aware Knowledge Tracing for Student Performance Prediction

2019-06-07 · Qi Liu, Zhenya Huang, Yu Yin, Enhong Chen, Hui Xiong, Yu Su, Guoping Hu

For offering proactive services to students in intelligent education, one of the fundamental tasks is predicting their performance (e.g., scores) on future exercises, where it is necessary to track each student's knowledge acquisition during her exercising activities. However, existing approaches can only exploit the exercising records of students, and the problem of extracting rich information existed in the exercise's materials (e.g., knowledge concepts, exercise content) to achieve both precise predictions of student performance and interpretable analysis of knowledge acquisition remains underexplored. In this paper, we present a holistic study of student performance prediction. To directly achieve the primary goal of prediction, we first propose a general Exercise-Enhanced Recurrent Neural Network (EERNN) framework by exploring both student's records and the exercise contents. In EERNN, we simply summarize each student's state into an integrated vector and trace it with a recurrent neural network, where we design a bidirectional LSTM to learn the encoding of each exercise's content. For making predictions, we propose two implementations under EERNN with different strategies, i.e., EERNNM with Markov property and EERNNA with Attention mechanism. Then, to explicitly track student's knowledge acquisition on multiple knowledge concepts, we extend EERNN to an explainable Exercise-aware Knowledge Tracing (EKT) by incorporating the knowledge concept effects, where the student's integrated state vector is extended to a knowledge state matrix. In EKT, we further develop a memory network for quantifying how much each exercise can affect the mastery of students on concepts during the exercising process. Finally, we conduct extensive experiments on large-scale real-world data. The results demonstrate the prediction effectiveness of two frameworks as well as the superior interpretability of EKT.

📄 PDF Abstract BibTeX arXiv:1906.05658

Code (1)

bigdata-ustc/ekt pytorch

Tasks

Knowledge TracingPrediction

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Memory Network 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

RKT : Relation-Aware Self-Attention for Knowledge Tracing

2020-08-28 · Shalini Pandey, Jaideep Srivastava

The world has transitioned into a new phase of online learning in response to the recent Covid19 pandemic. Now more than ever, it has become paramount to push the limits of online learning in every manner to keep flouris…

Knowledge TracingRelation

DGEKT: A Dual Graph Ensemble Learning Method for Knowledge Tracing

2022-11-23 · Chaoran Cui, Yumo Yao, Chunyun Zhang, Hebo Ma 외

Knowledge tracing aims to trace students' evolving knowledge states by predicting their future performance on concept-related exercises. Recently, some graph-based models have been developed to incorporate the relationsh…

Ensemble LearningKnowledge DistillationKnowledge Tracing

DBE-KT22: A Knowledge Tracing Dataset Based on Online Student Evaluation

2022-08-19 · Ghodai Abdelrahman, Sherif Abdelfattah, Qing Wang, Yu Lin

Online education has gained an increasing importance over the last decade for providing affordable high-quality education to students worldwide. This has been further magnified during the global pandemic as more students…

Knowledge Tracing

Augmenting Interpretable Knowledge Tracing by Ability Attribute and Attention Mechanism

2023-02-04 · Yuqi Yue, Xiaoqing Sun, Weidong Ji, Zengxiang Yin 외

Knowledge tracing aims to model students' past answer sequences to track the change in their knowledge acquisition during exercise activities and to predict their future learning performance. Most existing approaches ign…

AttributeKnowledge Tracing

A Hierarchical Probabilistic Framework for Incremental Knowledge Tracing in Classroom Settings

2025-06-11 · Xinyi Gao, Qiucheng Wu, Yang Zhang, Xuechen Liu 외

Knowledge tracing (KT) aims to estimate a student's evolving knowledge state and predict their performance on new exercises based on performance history. Many realistic classroom settings for KT are typically low-resourc…

Knowledge Tracing